udev update *** ADDENDUM/ERRATA

Alex Hunsaker badalex at gmail.com
Thu Mar 2 18:18:26 UTC 2006


On 3/2/06, sofar <sofar at foo-projects.org> wrote:

<snip>

> Can you execute the code snipplet below and paste me the output? Also,
> please send me a FULL copy of your fstab
>
> sed 's/#.*$//g' /etc/fstab | awk '{if($6>0){print$1,$6}}' | sort -n
>
>
> Auke
>

Sure thing here they are for everyones viewing pleasure...

$ sed 's/#.*$//g' /etc/fstab | awk '{if($6>0){print$1,$6}}' | sort -n
/dev/sda2 1
/dev/sda3 2

$ sed 's/#.*$//g' /etc/fstab | tr -s '[:blank:]' | awk '{print $6}' |
sort -n | grep -v -w 0
































1
2

(sorry about all the new lines)... but thats the output

$ cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
# /etc/fstab: static file system information.
# <file system> <mount point> <type> <options> <dump> <pass>

# proc is required pretty much on any linux system except embedded systems:
proc    /proc           proc    defaults        0 0

# devfs is the default for 2.4-based systems
#devfs   /dev            devfs   defaults        0 0

# shmfs is surpassed and obsolete
#shm    /dev/shm        shm     defaults        0 0

# devfs and devpts are not friends, yet 2.6 needs devpts:
devpts  /dev/pts        devpts  defaults        0 0

# usb devfs can be helpfull on interactive (desktop) machines
#usbdevfs  /proc/bus/usb   usbdevfs defaults       0 0

# /tmp should be wiped on boot so by default it helps to have it on tmpfs
#tmpfs  /tmp            tmpfs   defaults,size=256m,nr_inodes=64m        0 0

# /var/lock and /var/run need to be clean on reboot:
tmpfs   /var/lock       tmpfs   size=4m 0 0
tmpfs   /var/run        tmpfs   size=4m 0 0

# /var/tmp should NOT be on tmpfs, LSB states that the contents of it must
# stay intact on reboot
#tmpfs  /var/tmp        tmpfs   size=32m        0 0

/dev/sda2       /       ext3    defaults        0 1
/dev/sda3       /junk ext3 defaults     0 2
#/dev/md0       none    swap    sw              0 0
#/swapfile      none    swap    sw              0 0
#/dev/md1       /poo ext3       defaults        0 2
#/dev/sdb1      /400 reiser4 defaults   0 1
#/dev/sdb3      /pubix reiser4 defaults 0 1
/dev/hda    /media/cdrecorder iso9660 noauto,user 0 0
mandy:/mandy /mandy nfs defaults 0 0
#/dev/md1       /junk   reiser4 defaults 0 1

<snip>


More information about the Lunar mailing list