[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-24 Thread Jouni Mettala
Thanks because closing without fixes I mark it rejected. ** Changed in: linux-source-2.6.17 (Ubuntu) Status: Needs Info => Rejected -- Can't mount XFS drive after upgrading to Edgy (from dapper) https://launchpad.net/bugs/56384 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-24 Thread LuisM
It turns out that this bug was related to a corrupted DOS table for the partition of the /dev/hda3 (3rd partition on the disk). I removed the partition using fdisk (after backing up the content in a kernel that did not have sd_mod/libdata loaded from initramfs). Then re- did the initramfs using th

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-18 Thread LuisM
Ben, If you look at the actual bug and chech all the files attached to it, you will see that what you are saying has nothing to do with this problem. All the drives in /etc/fstab are already converted to be mounted from UUID strings. The problem is that the scsi driver used to drive the IDE bus d

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-18 Thread LuisM
Ok, just to make some closure here, I went to: /lib/modules/2.6.17-6-686 And removed sd_mod.ko and libata.ko from drivers/.../scsi/ Then I removed /boot/initrd.img-2.6.17-6-686 and re-create it using update-initramfs -u Now my drivers are seen using /dev/hda* and /home is mounted correctly.

[Bug 56384] Re: [Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-18 Thread Ben Collins
On Fri, 2006-08-18 at 16:06 +, LuisM wrote: > According to kernel-parameters.txt: > > combined_mode=ide > > where "both" is the default. This tells the kernel to use libata or ide > for the ide bus? > > I'm assuming this has to do with getting libata turned off, and use the > legacy ide driv

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-18 Thread LuisM
According to kernel-parameters.txt: combined_mode=ide where "both" is the default. This tells the kernel to use libata or ide for the ide bus? I'm assuming this has to do with getting libata turned off, and use the legacy ide driver only. however, after rebooting, sda* was still used? wtf? --

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-18 Thread LuisM
How does the scsi layer driver gets turned off? is this compiled in the kernel? I want my drives to go back to /dev/hda* and not /dev/sda* but can't seem to find where to turn this off. -- Can't mount XFS drive after upgrading to Edgy (from dapper) https://launchpad.net/bugs/56384 -- kubuntu-b

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
lsmod for the 2.6.17 kernel on edgy -- Can't mount XFS drive after upgrading to Edgy (from dapper) https://launchpad.net/bugs/56384 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
I'll need to reboot with the offending kernel to get a lsmod (meaning i'd need to backup my stuff first. i don't want to loose data ;-)) This is the lsmod that I get with the dapper kernel. The difference was the other one had "sg" driver as well as other scsi-related stuff... I'll post this other

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
lspci -- Can't mount XFS drive after upgrading to Edgy (from dapper) https://launchpad.net/bugs/56384 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
lspci-n -- Can't mount XFS drive after upgrading to Edgy (from dapper) https://launchpad.net/bugs/56384 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-15 Thread LuisM
dmesg here -- Can't mount XFS drive after upgrading to Edgy (from dapper) https://launchpad.net/bugs/56384 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56384] Re: Can't mount XFS drive after upgrading to Edgy (from dapper)

2006-08-14 Thread Ben Collins
This seems more like a problem with the driver for the hard drive controller. Please attach the following files (do not paste into comment): lspci -vv > lspci.txt lspci -vvn >lspci-n.txt dmesg > dmesg.txt lsmod > lsmod.txt ** Changed in: linux-source-2.6.17 (Ubuntu) Status: Unconfirmed =>