Public bug reported:

Using the old /dev/hdaX device path no longer works in Feisty, after
kernel update to 2.6.20-12-generic.

I have /home on a seperate partition, so for me this was a show stopper.

In 2.6.20-11 this fstab works fine:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/hda5
UUID=2efaefbd-172b-45a6-b679-3bbf7e8e1179 /               ext3    
defaults,errors=remount-ro 0       1
# /dev/hda6
UUID=7cd0dfc6-089d-4e33-be1a-cd90fcd0a6f1 none            swap    sw            
  0       0
/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/hda7        /home           ext3    defaults,errors=remount-ro      0      
 1

But in 2.6.20-11 I have had to put in the UUID for /dev/hda7:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/hda5
UUID=2efaefbd-172b-45a6-b679-3bbf7e8e1179 /               ext3    
defaults,errors=remount-ro 0       1
# /dev/hda6
UUID=7cd0dfc6-089d-4e33-be1a-cd90fcd0a6f1 none            swap    sw            
  0       0
/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0
#/dev/hda7
UUID=499146e1-504d-4ed1-8b93-878940b5c4a4       /home           ext3    
defaults,errors=remount-ro      0       1

** Affects: Ubuntu
     Importance: Undecided
         Status: Unconfirmed

-- 
Feisty will not mount partitions without UUID in fstab
https://launchpad.net/bugs/94339

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to