Comment 2 for bug 769055

Revision history for this message
patrik (patrikhan) wrote :

Same here. Installed ubuntu 11.04 (alternative ) from USB

After installation my fstab looked like this:

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sdb1 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=916ce134-935a-4c51-93cc-b7bb37c96cad none swap sw 0 0

Had to change 'sdb1 to sda1' (This also fix the 'automount ntfs drive problem' )

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=916ce134-935a-4c51-93cc-b7bb37c96cad none swap sw 0 0