My brain hurts. (Messing with mount.)

Tito farmatito at tiscali.it
Mon Mar 6 20:33:55 UTC 2006


On Monday 06 March 2006 20:55, Rob Landley wrote:
> On Monday 06 March 2006 3:31 am, Denis Vlasenko wrote:
> That's broken enough that I'm not worried about breaking them.  No, what I'm 
> wondering about is if there's anybody crazy enough to have "remount" as an 
> option in their fstab.  (Since remount means we should have been 
> parsing /proc/mounts instead of fstab it would require a restart to support, 
> but I refuse to support or worry about it.)
> 

Like this ???  ;-P

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hda1       /               ext3    defaults,noatime,errors=remount-ro 0       1
/dev/hda5       none            swap    sw              0       0
/dev/hde2       none            swap    sw              0       0
/dev/hdf1       none            swap    sw              0       0
/dev/hdg5       none            swap    sw              0       0
/dev/hdd        /media/cdrom0   auto    ro,user,noauto  0       0
/dev/hdc        /media/cdrom1   auto    ro,user,noauto  0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
/dev/hde1       /mnt/hde1       ext3    defaults,noatime,errors=remount-ro 0       1
/dev/hdf2       /mnt/hdf2       ext3    defaults,noatime,errors=remount-ro 0       1
/dev/hdg1       /mnt/hdg1       ext3    defaults,noatime,errors=remount-ro 0       1
#/dev/sda1      /media/usb0     auto    defaults 0       0
#/dev/sdb1      /media/usb1     auto    defaults 0       0
#/dev/sdc1      /media/usb2     auto    defaults 0       0

Ciao,
Tito



More information about the busybox mailing list