[Bug 138029] Re: Gutsy reports a different disk size than feisty

2007-09-25 Thread m0eman
Kernel 2.6.22-12.39 works. Awesome.

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x25862585

I'm still curious as to why this happened, so if anyone can explain it,
please let me know.

** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: New = Fix Released

-- 
Gutsy reports a different disk size than feisty
https://bugs.launchpad.net/bugs/138029
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 138029] Re: Gutsy reports a different disk size than feisty

2007-09-11 Thread m0eman
It's definitely due to kernel 2.6.22 because I used fdisk on my Arch
partition (which uses the 2.6.22 kernel) and it gave me the same results
as gutsy)

-- 
Gutsy reports a different disk size than feisty
https://bugs.launchpad.net/bugs/138029
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 138029] Re: Gutsy reports a different disk size than feisty

2007-09-11 Thread m0eman
Adding linux-source-2.6.22 as the package.

** Changed in: linux-source-2.6.22 (Ubuntu)
Sourcepackagename: None = linux-source-2.6.22

-- 
Gutsy reports a different disk size than feisty
https://bugs.launchpad.net/bugs/138029
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 13199] Re: Drag n' Drop directories from File-Roller is somewhat tricky

2007-09-09 Thread m0eman
I tested the patch as well, works great.

-- 
Drag n' Drop directories from File-Roller is somewhat tricky
https://bugs.launchpad.net/bugs/13199
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 138029] Re: Gutsy reports a different disk size than feisty

2007-09-08 Thread m0eman
I'm not sure but it may be a kernel issue, when I tested I was using
kernel 2.6.22-10.30, and I just now tried with kernel 2.6.22-11.32.

-- 
Gutsy reports a different disk size than feisty
https://bugs.launchpad.net/bugs/138029
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 138029] Re: Gutsy reports a different disk size than feisty

2007-09-08 Thread m0eman
I should finish my sentence, I tried with kernel 2.6.22-11.32 and it
still reports the wrong disk size.

-- 
Gutsy reports a different disk size than feisty
https://bugs.launchpad.net/bugs/138029
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 138029] Gutsy reports a different disk size than feisty

2007-09-07 Thread m0eman
Public bug reported:

While I was installing Gutsy (Live CD) (I tried both Tribe 5 AND Sept. 6/07 
Daily Build) onto a partition I had just created with Parted Magic 1.8, the 
installer wanted me to make a new partition table. I quit the installer. I did 
a fdisk and parted and got the following output in gutsy.
-ON 7.10---
[EMAIL PROTECTED]:~$ sudo fdisk -l /dev/sda

Disk /dev/sda: 120.0 GB, 1200 bytes
255 heads, 63 sectors/track, 14589 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x25862585

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1483038796943+   7  HPFS/NTFS
/dev/sda24831613510482412+  83  Linux
/dev/sda46136   1459267930852+   f  W95 Ext'd (LBA)
/dev/sda57572   1459256396182+  83  Linux
/dev/sda661366266 1052194+  82  Linux swap / Solaris
/dev/sda76267757110482381   83  Linux

Partition table entries are not in disk order

[EMAIL PROTECTED]:~$ sudo parted /dev/sda
GNU Parted 1.7.1
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Error: Can't have a partition outside the disk!

But in feisty I get
-ON 7.04-
[EMAIL PROTECTED]:~$ sudo parted /dev/sda
Password:
GNU Parted 1.7.1
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print

Disk /dev/sda: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End SizeType  File system  Flags
 1  32.3kB  39.7GB  39.7GB  primary   ntfs boot 
 2  39.7GB  50.5GB  10.7GB  primary   ext3  
 4  50.5GB  120GB   69.6GB  extended   lba  
 6  50.5GB  51.5GB  1077MB  logical   linux-swap
 7  51.5GB  62.3GB  10.7GB  logical   ext3  
 5  62.3GB  120GB   57.7GB  logical   ext2   

[EMAIL PROTECTED]:~$ sudo fdisk -l /dev/sda
Password:

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1483038796943+   7  HPFS/NTFS
/dev/sda24831613510482412+  83  Linux
/dev/sda46136   1459267930852+   f  W95 Ext'd (LBA)
/dev/sda57572   1459256396182+  83  Linux
/dev/sda661366266 1052194+  82  Linux swap / Solaris
/dev/sda76267757110482381   83  Linux

Partition table entries are not in disk order


For some reason feisty and gutsy detect different sizes for my drive, and gutsy 
throws errors up saying that the partitions end outside the disk. So I can't 
install gutsy. To fix it I would resize both those partitions that are going 
outside the disk in gutsy. Gutsy seems to be the only distribution that gives 
me this error so I think it's a bug.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Gutsy reports a different disk size than feisty
https://bugs.launchpad.net/bugs/138029
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