mount can't find fstab entry

2011-05-24 Thread Luca Corti
Hello, $ grep sd0k /etc/fstab /dev/sd0k /home/luca/ext2fs ext2fs rdonly,nodev,nosuid 0 0 $ sudo mount /dev/sd0k mount: can't find fstab entry for /dev/sd0k. but $ sudo mount_ext2fs -o rdonly,nodev,nosuid /dev/sd0k /home/luca/ext2fs/ $ mount|grep sd0k /dev/sd0k on /home/luca/ext2fs type ext2fs

Re: mount can't find fstab entry

2011-05-24 Thread Theo de Raadt
$ grep sd0k /etc/fstab /dev/sd0k /home/luca/ext2fs ext2fs rdonly,nodev,nosuid 0 0 ^^ There is no such keyword in a fstab file. $ sudo mount /dev/sd0k mount: can't find fstab entry for /dev/sd0k.

Re: mount can't find fstab entry

2011-05-24 Thread Luca Corti
On Tue, 24 May 2011 18:26:43 -0600, Theo de Raadt wrote: $ grep sd0k /etc/fstab /dev/sd0k /home/luca/ext2fs ext2fs rdonly,nodev,nosuid 0 0 ^^ There is no such keyword in a fstab file. Obvious PEBKAC here, blindly putting mount(1) options into