Comment 3 for bug 117897

Revision history for this message
Pau Garcia Quiles (pgquiles) wrote :

Here comes the output of 'df', the output of 'mount' and a 'cat /etc/fstab'. As you can see, 'mount' fails to report UUID-mounted volumes, too:

pgquiles@pravetz:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
varrun 1037948 144 1037804 1% /var/run
varlock 1037948 0 1037948 0% /var/lock
procbususb 1037948 120 1037828 1% /proc/bus/usb
udev 1037948 120 1037828 1% /dev
devshm 1037948 0 1037948 0% /dev/shm
lrm 1037948 33788 1004160 4% /lib/modules/2.6.20-16-generic/volatile

pgquiles@pravetz:~$ mount
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.20-16-generic/volatile type tmpfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
none on /proc/fs/vmblock/mountPoint type vmblock (rw)

pgquiles@pravetz:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda6
UUID=f83c0f6e-8336-4851-a899-183efe54791b / ext3 defaults,errors=remount-ro 0 1
# /dev/sda1
UUID=9877-489A /media/recovery vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sda2
UUID=0400-79EF /media/windows vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/sda5
UUID=3f061cd1-70af-45de-9048-e5013dec6313 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0