[Bug 93655] Re: hda - sda transition not handled during upgrade

2008-03-28 Thread Recon69
well, I did a upgrade from 6.06 to 8.04 yesterday and my fstab was not
updated with the new sh* or uuid locations of my drives. and since one
of those drives was my home directory took quite a while to unravel what
the problem was as i only had command line. Find it a bit strange that
this does not warrant a fix. cause a lot of 6.06 users going to get a
upgrade prompt when 8.04 is released and their hard drives are going to
disappear. other than that the upgrade went very well.

-- 
hda - sda transition not handled during upgrade
https://bugs.launchpad.net/bugs/93655
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93655] Re: hda - sda transition not handled during upgrade

2007-10-03 Thread Scott James Remnant
We handled the transition during an earlier upgrade cycle, and have
always written UUID= form since then.  If you don't have UUIDs in your
fstab, it's likely that you removed them yourself.  We preserve this for
you, since it's your choice.

Gutsy's volumeid (113-0ubuntu15) package contains the migration script
separately, you can run /usr/lib/udev/migrate-fstab-to-uuid.sh at any
time.

** Changed in: udev (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
hda - sda transition not handled during upgrade
https://bugs.launchpad.net/bugs/93655
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 93655] Re: hda - sda transition not handled during upgrade

2007-10-03 Thread Hilario J. Montoliu \(hjmf\)
El mié, 03-10-2007 a las 14:36 +, Scott James Remnant escribió:
 We handled the transition during an earlier upgrade cycle, and have
 always written UUID= form since then.  If you don't have UUIDs in your
 fstab, it's likely that you removed them yourself.  We preserve this for
 you, since it's your choice.

hmm, AFAIK I didn't touch the fstab. The only particular thing about
those partitions was that they were quite old and were inherited from my
previous system (mandrake) when I migrated the desktop computer to
ubuntu Dapper Drake. The problem arose only when I upgraded from Edgy to
Feisty.

The fact was that the other partitions do have UUIDs as you can see in
the fstab I posted in my first post. i.e.:
...
# /dev/hda11 -- converted during upgrade to edgy
UUID=f65fc6e0-f00f-46ef-8cfb-c60ca09cdd37 / ext3 defaults,errors=remount-ro 0 1
...

So it seems that during the upgrade from dapper to edgy only the ext3
partitions were converted.
 
 
 Gutsy's volumeid (113-0ubuntu15) package contains the migration script
 separately, you can run /usr/lib/udev/migrate-fstab-to-uuid.sh at any
 time.

OK, cool! I'll run the migration script when I'll upgrade to Gutsy.

Thank you for your interest :)

-- 
hda - sda transition not handled during upgrade
https://bugs.launchpad.net/bugs/93655
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 93655] Re: hda - sda transition not handled during upgrade

2007-06-09 Thread Hilario J. Montoliu \(hjmf\)
Hello, and thanks to you for following this issue; sadly, I have to say
that this behavior is still present.

As far as from today in the last kernel update (linux-image-2.6.20-16-generic) 
I had, when re-boot hanged, to manually change fstab as:
/dev/hda6 /home2 reiserfs defaults 0 2 - /dev/sda6 /home2 reiserfs defaults 0 2
/dev/hda7 /usr/local reiserfs defaults 0 2 - /dev/sda7 /usr/local reiserfs 
defaults 0 2
/dev/hda8 /chroot reiserfs defaults 0 2 - /dev/sda8 /chroot reiserfs defaults 
0 2
/dev/hda9 /home/hjmf reiserfs defaults 0 2 - /dev/sda9 /home/hjmf reiserfs 
defaults 0 2

This is been a constant on every upgrade of the kernel since I first
reported this issue. Notice how curious is that I had to change from
sda# to hda# and from sda# to hda# alternatively on each kernel upgrade,
e.g.

* in linux-image-2.6.20-15-generic update, I had to change: /dev/sda# - 
/dev/hda# (YES, the inverse operation I did today)
* in linux-image-2.6.20-14-generic update, I had to do as I did today: 
/dev/hda# - /dev/sda#  
* ... happens always since 2.6.20-12 kernel.

This affects only my reiserfs partitions (the fstab file is the same I
attached in my first post). The reiserfs partitions incidentally were
present before I migrated to ubuntu one year ago (are partitions created
some years ago and that have survived several distros w/o problems).
This issue also happens in the computer of a familiar of me since he
upgraded to feisty (as me he has old reiserfs partitions).

Though it is not a big problem for me as I know how to fix it every time
it happens (it just take few seconds to edit fstab and mount -a), it can
be a huge problem for people not used to deal with system files (as
happens with that familiar -- I had to go to his home every time there's
a kernel upgrade ;-) -- )

Feedback would be greatly appreciated.

-- 
hda - sda transition not handled during upgrade
https://bugs.launchpad.net/bugs/93655
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93655] Re: hda - sda transition not handled during upgrade

2007-06-09 Thread Hilario J. Montoliu \(hjmf\)
Just in case this might help:

[EMAIL PROTECTED]:/home/hjmf# for id in 6 7 8 9; do /sbin/vol_id -u 
/dev/sda${id}; echo $?; done
4
4
4
4
[EMAIL PROTECTED]:/home/hjmf# for id in 6 7 8 9; do echo -n sda${id}: ; 
udevinfo --name=sda${id} --query=symlink; done
sda6: disk/by-id/scsi-1ATA_WDC_WD2500JB-00EVA0_WD-WMAEH1589653-part6 
disk/by-path/pci-:00:1f.1-scsi-0:0:0:0-part6 
sda7: disk/by-id/scsi-1ATA_WDC_WD2500JB-00EVA0_WD-WMAEH1589653-part7 
disk/by-path/pci-:00:1f.1-scsi-0:0:0:0-part7 
sda8: disk/by-id/scsi-1ATA_WDC_WD2500JB-00EVA0_WD-WMAEH1589653-part8 
disk/by-path/pci-:00:1f.1-scsi-0:0:0:0-part8 
sda9: disk/by-id/scsi-1ATA_WDC_WD2500JB-00EVA0_WD-WMAEH1589653-part9 
disk/by-path/pci-:00:1f.1-scsi-0:0:0:0-part9 

I haven't found what /sbin/vol_id return code 4 means

-- 
hda - sda transition not handled during upgrade
https://bugs.launchpad.net/bugs/93655
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93655] Re: hda - sda transition not handled during upgrade

2007-04-27 Thread glenstewart
Isn't this bug report similar to
https://bugs.launchpad.net/ubuntu/+source/grub/+bug/8497   ?

-- 
hda - sda transition not handled during upgrade
https://bugs.launchpad.net/bugs/93655
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93655] Re: hda - sda transition not handled during upgrade

2007-04-06 Thread Erdal Ronahi
I can confirm this. I upgraded yesterday and now I have troubles because
fstab has still the hdc1, hdc2 etc disks. No transition has been made.
My fstab after the upgrade:

proc/proc   procdefaults0   0
/dev/hdc2   /   ext3defaults,errors=remount-ro 0 1
/dev/hdc1   /media/hdc1 ntfs umask=222 0 0
/dev/hdc5   noneswap sw 0 0
/dev/hda/media/cdrom0   udf,iso9660 user,noauto 0   0
/dev/cdrom/media/cdrom1   udf,iso9660 user,noauto 0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0



** Changed in: udev (Ubuntu)
   Status: Needs Info = Confirmed

-- 
hda - sda transition not handled during upgrade
https://bugs.launchpad.net/bugs/93655
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93655] Re: hda - sda transition not handled during upgrade

2007-04-04 Thread Michael Vogt
Unduplicated, from #79327, this bug is only about cdrom entries in the
sources.list.

** This bug is no longer a duplicate of bug 79327
   fstab entries for CD-ROM drivers not migrated from hdX to sdX

-- 
hda - sda transition not handled during upgrade
https://bugs.launchpad.net/bugs/93655
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93655] Re: hda - sda transition not handled during upgrade

2007-04-03 Thread Miguel Gaspar
*** This bug is a duplicate of bug 79327 ***
https://bugs.launchpad.net/bugs/79327

I had a similar problem, my swap partition wouldn't mount, resulting in an 
barely usable system. I had to manually edit fstab, and now my swap partiton is 
used twice:
[EMAIL PROTECTED]:~$ swapon -s
FilenameTypeSizeUsedPriority
/dev/sda6   partition   433684  92932   -1
/dev/mapper/sda6partition   433684  0   -2

Also, smartmontools couldn't be configured and smartd stopped working.

-- 
hda - sda transition not handled during upgrade
https://bugs.launchpad.net/bugs/93655
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93655] Re: hda - sda transition not handled during upgrade

2007-03-28 Thread Scott James Remnant
*** This bug is a duplicate of bug 79327 ***

** This bug has been marked a duplicate of bug 79327
   fstab entries for CD-ROM drivers not migrated from hdX to sdX

-- 
hda - sda transition not handled during upgrade
https://launchpad.net/bugs/93655

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93655] Re: hda - sda transition not handled during upgrade

2007-03-21 Thread Dirk Schramm
Time for a friendly me too. Just tried to access a NTFS-Partition
(yeah, well...erm, it's useful :D) just to notice it's gone (yeah, i
fixed the fstab entry manually and, whoops, there it was), so no big
problem, still the update-process should just handle this somehow.


fstab:

# /etc/fstab: static file system information.
#
#  -- This file has been automaticly generated by ntfs-config -- 
#
# file system mount point   type  options   dump  pass

proc /proc proc defaults 0 0
# Entry for /dev/sda3 :
UUID=514cea97-b751-4950-b02f-d88cf6f94ca7 / ext3 defaults,errors=remount-ro 0 1
# Entry for /dev/sda6 :
UUID=6e5a7a50-3db3-4e75-89ae-64db627cad9c none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hda5 /media/windows ntfs-3g defaults,locale=de_DE.UTF-8 0 0

-- 
hda - sda transition not handled during upgrade
https://launchpad.net/bugs/93655

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 93655] Re: hda - sda transition not handled during upgrade

2007-03-21 Thread Dirk Schramm
forgot to notice that i upgraded from 2.6.20-11-generic to
2.6.20-12-generic, too.

-- 
hda - sda transition not handled during upgrade
https://launchpad.net/bugs/93655

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs