Karl - grub2 and ext2/ext3/ext4
Tom H
tomh0665 at gmail.com
Mon Aug 9 00:28:26 UTC 2010
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 at karlext2:~# file -s /dev/sda1
/dev/sda1: Linux rev 1.0 ext2 filesystem data (mounted or unclean),
UUID=eed3a5cd-e65d-4c15-86f4-aa757bd4526b
root at karlext2:~# ls /boot/grub | wc -w
184
root at karlext2:~#
EXT3:
root at 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 at karlext3:~# ls /boot/grub | wc -w
184
root at karlext3:~#
EXT4:
root at 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 at karlext4:~# ls /boot/grub | wc -w
184
root at karlext4:~#
More information about the ubuntu-users
mailing list