Karl - grub2 and ext2/ext3/ext4



Created three Lucid installs on three different VBox disks and the
ext2, ext3, and ext4 filesystems all have the same amount of files in
/boot/grub, as expected and predicted.

EXT2:
root@karlext2:~# file -s /dev/sda1
/dev/sda1: Linux rev 1.0 ext2 filesystem data (mounted or unclean),
UUID=eed3a5cd-e65d-4c15-86f4-aa757bd4526b
root@karlext2:~# ls /boot/grub | wc -w
184
root@karlext2:~#

EXT3:
root@karlext3:~# file -s /dev/sda1
/dev/sda1: Linux rev 1.0 ext3 filesystem data,
UUID=fb81e8ce-3909-426b-9cf0-b15914205c34 (needs journal recovery)
(large files)
root@karlext3:~# ls /boot/grub | wc -w
184
root@karlext3:~#

EXT4:
root@karlext4:~# file -s /dev/sda1
/dev/sda1: Linux rev 1.0 ext4 filesystem data,
UUID=b2f4fa53-05d2-4263-a87e-3eeeb5cfcad8 (needs journal recovery)
(extents) (large files) (huge files)
root@karlext4:~# ls /boot/grub | wc -w
184
root@karlext4:~#

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users