** Summary changed:
- File systems mounted via UUID does not show up on file system listings
+ vol_id detecting ext3 partition as FAT16, which conflicts with blkid
** Description changed:
- Binary package hint: gnome-system-monitor
+ Edited by Chris Coulson {
+ vol_id is reporting an EXT3 partition as FAT16, which conflicts with the
output of blkid. The partition in question is the root partition. Although the
system is working okay, the root partition is not listed as being mounted by
'mount -l' or 'df -h'.
- When you mount a HDD partition via UUID, which the Ubuntu install
- program does by default, that file system does not show up in gnome-
- system-monitor, in df or in mount.
+ Some information:
+ 1. lsb_release -rd
+ Description: Ubuntu 8.04
+ Release: 8.04
+
+
+ 2. cat /etc/fstab
+ # /etc/fstab: static file system information.
+ #
+ # <file system> <mount point> <type> <options> <dump> <pass>
+ proc /proc proc defaults 0 0
+
+ # /dev/sda1 -- converted during upgrade to edgy
+ UUID=07D6-050B / ext3 defaults,errors=remount-ro,user_xattr 0 1
+ # /dev/sda5 -- converted during upgrade to edgy
+ UUID=4766623a-8f3c-4ced-952c-f94333f9f311 none swap sw 0 0
+
+
+ 3. df -h
+ Filesystem Size Used Avail Use% Mounted on
+ varrun 1,5G 104K 1,5G 1% /var/run
+ varlock 1,5G 0 1,5G 0% /var/lock
+ udev 1,5G 56K 1,5G 1% /dev
+ devshm 1,5G 0 1,5G 0% /dev/shm
+ lrm 1,5G 38M 1,5G 3% /lib/modules/2.6.24-17-generic/volatile
+
+
+ 4. sudo mount -l
+ 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)
+ 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.24-17-generic/volatile type tmpfs (rw)
+ securityfs on /sys/kernel/security type securityfs (rw)
+ binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc
(rw,noexec,nosuid,nodev)
+
+
+ 5. sudo blkid
+ /dev/sda5: TYPE="swap" UUID="4766623a-8f3c-4ced-952c-f94333f9f311"
+ /dev/sda2: TYPE="ufs"
+ /dev/sda1: UUID="48d6d975-d71b-45b5-a687-320148b8a1cd" SEC_TYPE="ext2"
TYPE="ext3"
+
+
+ 6. cat /proc/cmdline
+ root=UUID=07D6-050B ro quiet splash
+
+
+ 7. ls -l /dev/disk/by-uuid/
+ total 0
+ lrwxrwxrwx 1 root root 10 2008-05-29 11:35 07D6-050B -> ../../sda1
+ lrwxrwxrwx 1 root root 10 2008-05-29 11:35
4766623a-8f3c-4ced-952c-f94333f9f311 -> ../../sda5
+
+
+ 8. sudo vol_id /dev/sda1
+ ID_FS_USAGE=filesystem
+ ID_FS_TYPE=vfat
+ ID_FS_VERSION=FAT16
+ ID_FS_UUID=07D6-050B
+ ID_FS_UUID_ENC=07D6-050B
+ ID_FS_LABEL=DellUtility
+ ID_FS_LABEL_ENC=DellUtility
+ ID_FS_LABEL_SAFE=DellUtility
+
+ 9. sudo tune2fs -l /dev/sda1
+ tune2fs 1.40.8 (13-Mar-2008)
+ Filesystem volume name: <none>
+ Last mounted on: <not available>
+ Filesystem UUID: 48d6d975-d71b-45b5-a687-320148b8a1cd
+ Filesystem magic number: 0xEF53
+ Filesystem revision #: 1 (dynamic)
+ Filesystem features: has_journal ext_attr filetype needs_recovery
sparse_super large_file
+ Default mount options: (none)
+ Filesystem state: clean
+ Errors behavior: Continue
+ Filesystem OS type: Linux
+ Inode count: 27721728
+ Block count: 55420225
+ Reserved block count: 2771011
+ Free blocks: 50298999
+ Free inodes: 27241597
+ First block: 0
+ Block size: 4096
+ Fragment size: 4096
+ Blocks per group: 32768
+ Fragments per group: 32768
+ Inodes per group: 16384
+ Inode blocks per group: 512
+ Last mount time: Thu May 29 12:39:47 2008
+ Last write time: Thu May 29 12:39:47 2008
+ Mount count: 30
+ Maximum mount count: 30
+ Last checked: Wed Apr 30 09:02:35 2008
+ Check interval: 0 (<none>)
+ Reserved blocks uid: 0 (user root)
+ Reserved blocks gid: 0 (group root)
+ First inode: 11
+ Inode size: 128
+ Journal inode: 8
+ First orphan inode: 17432610
+ Journal backup: inode blocks
+
+
+ 10. sudo fdisk -l
+ Disk /dev/sda: 250.0 GB, 250000000000 bytes
+ 255 heads, 63 sectors/track, 30394 cylinders
+ Units = cylinders of 16065 * 512 = 8225280 bytes
+ Disk identifier: 0x00000000
+
+ Device Boot Start End Blocks Id System
+ /dev/sda1 1 27598 221680903+ 83 Linux
+ /dev/sda2 * 27599 30145 20458777+ bf Solaris
+ /dev/sda3 30146 30394 2000092+ 5 Extended
+ /dev/sda5 30146 30394 2000061 82 Linux swap / Solaris
+
+ } End edit by Chris Coulson
+
+
+ Original report:
+ When you mount a HDD partition via UUID, which the Ubuntu install program
does by default, that file system does not show up in gnome-system-monitor, in
df or in mount.
--
vol_id detecting ext3 partition as FAT16, which conflicts with blkid
https://bugs.launchpad.net/bugs/235165
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs