>> % if(! test -e /n/usb) mkdir /n/usb
>> % mount -c /srv/ext2 /n/usb
>> mount: mount /n/usb: file does not exist
> 
> i think you mean
> 
>       mount -c /srv/ext2 /n/ext2 /dev/sdXX/$partition

are you correcting the /n/usb to /n/ext2, or the lack of a
spec arg? if the later, at least as per the man page, both
work. without the spec arg, ext2srv uses the -f arg as a
default (as does dossrv, which was news to me). if the
former, i agree it's clearer but it shouldn't break things,
no?


Reply via email to