On Tue, Nov 13, 2007 at 09:58:20AM +0000, Jason McIntyre wrote: > On Mon, Nov 12, 2007 at 10:00:13PM +0100, frantisek holop wrote: > > > > > > if you mount a cd9660 filesystem w/ -R (no rockridge extensions) you get > > > norrip in the output. i don;t think you can specify this as a mount > > > option though, so i'm not sure where we'd document this. > > > > well, there might be a NOTE(S) section in mount_cd9660... > > > > well we don;t have (officially) NOTES sections. it would have to be > CAVEATS or BUGS, neither of which are suitable. > > it could go in -R, but according to you this comes from mounting a udf > filesystem.
The norrip flag is printed by mount(8), but it applies to cd9660 filesystems, not udf. You can see the flags that are applicable to the various mount_XXX options in mount.c:prmount(). These flags are not set via -o whatever, but by giving flags to the command itself. I think these flags should be documented in the various mount_xxx pages. -Otto