Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
This is a weird problem. Everything on my computer is working fine. Ubuntu 8.10 boots and works fine. However, in gparted, and in the Jaunty LiveCD, none of my partitions are detected, but are called unallocated space. I can mount them fine in Nautilus, and via CLI, but I can't access them to format them. Any way to fix this? It would be nice if the Ubuntu Installer could detect them so I can install 9.04 when it comes out...
This is the output of fdisk -l
Code:
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x92cd386f
Device Boot Start End Blocks Id System
/dev/sda1 * 38588 38914 2619392 c W95 FAT32 (LBA)
/dev/sda2 6 758 6045692 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 759 38914 306481159 f W95 Ext'd (LBA)
/dev/sda5 38588 38914 2619392 dd Unknown
/dev/sda6 759 4527 30274429+ 83 Linux
/dev/sda7 6623 7144 4192933+ 82 Linux swap / Solaris
/dev/sda8 7145 10791 29294496 83 Linux
/dev/sda9 10792 12007 9767488+ 83 Linux
/dev/sda10 37372 38587 9767488+ 83 Linux
/dev/sda11 12008 37371 203736298+ 83 Linux
/dev/sda12 4584 6622 16378236 83 Linux
/dev/sda13 4528 4583 449788+ 83 Linux
Partition table entries are not in disk order
The message "Partition 2 does not end on cylinder boundary" indicates that this is not only a somewhat unusual disk layout, but that it is not completely following safe-ide rules for partitioning. Maybe that is the problem that some higher level tools like GParted fail on it, even though it works in general.
I once had a Linux box with a lot of partitions, but usually up to 5 partitions should be enough for Linux.
Did the disk show an unallocated area of 7.84MB that did not seem to have any point? And did you decide to delete it for that reason? That would certainly be one explanation. I had the same problem myself not too long ago. I had created an extended partition at the end of a drive, leaving several dozens of gigabytes of unallocated space between second primary and extended. All looked fine except there was this mysterious 7.84MB of unallocated space at the start of the extended partition - and it just kept reappearing no matter how often I recreated the logical partition that I had already created inside the extended one. As I got fed up, I then moved the extended partition to the front so that it took up the gigabytes of free space and I created a new partition to take up all of the unallocated space. And BAM! Gparted started reporting the whole drive as unallocated space although fdisk was still working fine.
As it turned out, this is a confirmed bug in gparted. Nothing wrong with the drive, it's the partitioning program. Unfortunately, I was advised that the only way of restoring gparted to working order was to undo the steps that had caused it to fail. In short, I had to delete the latest logical partition I had created and move the extended partition back to its original position. This again left me with the 7.84MB of unallocated space but at least gparted is working again.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.