Could you run gdb on your mount and show us what *data contains at this
point (last parameter). According to man(8) "defaults" expands to
"rw,suid,dev,exec,auto,nouser,async". You could also try putting
all of these in /etc/fstab explicitly and remove them one at a time
until we find which one it is complaining about. Either mount(8)
shouldn't be appending this option to the mount data, or reiserfs
needs to parse it in the kernel.
> While "mount /dev/hde8 /usr/local" gives:
>
> mount("/dev/hde8", "/usr/local", "reiserfs", 0xc0ed0000, 0) = 0
Works OK, no option data passed.
> But with the options "notail" in /etc/fstab, "mount /usr/local" does:
>
> mount("/dev/hde8", "/usr/local", "reiserfs", 0xc0ed0000, 0x806d3e0) = 0
Works OK, has "notail" but not any other options from "defaults".
Cheers, Andreas
-- Andreas Dilger \ "If a man ate a pound of pasta and a pound of antipasto, \ would they cancel out, leaving him still hungry?" http://www-mddsp.enel.ucalgary.ca/People/adilger/ -- Dogbert- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/