Ubuntu on T30. Hard disk size mistery
Ubuntu on T30. Hard disk size mistery
Hi, I have a ThinkPad T30 2366-R7G with Windows XP. I would like to install Ubuntu 6.10 in dual boot. My hard disk is a 40 GB drive but the Ubuntu partition/install tool is unable to see the full disk size. More precisely I get the following situation:
/dev/hda (37,26 GiB)
--> /dev/hda1 ntfs 35.58 (boot)
--> /dev/hda2 fat32 1,68 (hidden, lba)
The partition tool included in the Ubuntu CD gets the hidden partition but something is missing (2,74 GiB). Why?
/dev/hda (37,26 GiB)
--> /dev/hda1 ntfs 35.58 (boot)
--> /dev/hda2 fat32 1,68 (hidden, lba)
The partition tool included in the Ubuntu CD gets the hidden partition but something is missing (2,74 GiB). Why?
-
Turbo Audi
- Senior Member

- Posts: 509
- Joined: Thu Jul 20, 2006 7:40 am
- Location: Sudbury, Massachusetts.
- Contact:
It doesn't look like he's missing anything:
hda1 = 35.58 GiB (Windows partition)
hda2 = 1.68 GiB (recovery partition)
Total = 37.26 GiB
37.26 GiB x 1.073 = 40 GB
hda1 = 35.58 GiB (Windows partition)
hda2 = 1.68 GiB (recovery partition)
Total = 37.26 GiB
37.26 GiB x 1.073 = 40 GB
Mark
X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)
X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)
Wonderful! So Ubuntu 6.10 partition tool gets the full disk! hda1 is the main partition where Windows XP is installed and hda2 is the hidden IBM fat32 partition for the factory restore. That's all: 40 GB.k0lo wrote:40 GB = 37,26 GiB
This is my plan to install Ubuntu in dual boot. The first move will be to delete the IBM hidden partition hda2 since I have the IBM CDs to restore the system if needed. Then I will implement the following partitions on my hard disk:
1) NTFS - Windows XP Pro (resized to 15 GB)
2) EXT3 - Ubuntu (14 GB)
3) SWAP (1 GB)
4) FAT 32 - Shared (10 GB)
I have only a doubt: do I have to explicitely create the SWAP partition or it is automatically created by Ubuntu install process? And, if automatically created, where can I decide his size (1GB=2*RAM)?
Thanks
Last edited by Manuel on Thu Mar 15, 2007 9:14 am, edited 2 times in total.
The installer will let you create partitions, including swap. If you use the "Alternate Install CD" for Ubuntu instead of the "Desktop CD" version, you will have more control over the partitioning process.
Mark
X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)
X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)
-
Turbo Audi
- Senior Member

- Posts: 509
- Joined: Thu Jul 20, 2006 7:40 am
- Location: Sudbury, Massachusetts.
- Contact:
-
Turbo Audi
- Senior Member

- Posts: 509
- Joined: Thu Jul 20, 2006 7:40 am
- Location: Sudbury, Massachusetts.
- Contact:
Check this thread. Ubuntu uses the EXT3 file system, apparently there is a driver that lets Windows use the same partition. Let us know if it works out.Manuel wrote:Is FAT32 really necessary? I've just read that I could format the shared partition as NTSF and use the NTFS-3G driver to write from Ubuntu.
http://www.ubuntuforums.org/showthread. ... +partition
ThinkPad user and ThinkPads.com member since summer, 2006. That was a good summer.
T60---> X60s---> X200s
T60---> X60s---> X200s
Here is the setup I will implement:
hda [40GB]
> hda1 - ntfs - /media/win [10GB]
> hda2 - ext3 - / [10GB]
> hda5 - fat32 - /data [9GB]
> hda6 - swap - swap [1GB]
hda1 and hda2 are primary partitions placed at the beginning of the disk
hda5 and hda6 are logical partitions placed at the end of the disk
****
Just 2 doubts:
1) Can two primary partitions see each other? Otherwise I will change hda2 to a logical partition.
2) Does make any sense to place the shared FAT32 (as a primary partition) between the Windows and the Linux partitions (not at the end of the disk as a logical partition) to speed up access to data from the two operating systems?
Thanks
hda [40GB]
> hda1 - ntfs - /media/win [10GB]
> hda2 - ext3 - / [10GB]
> hda5 - fat32 - /data [9GB]
> hda6 - swap - swap [1GB]
hda1 and hda2 are primary partitions placed at the beginning of the disk
hda5 and hda6 are logical partitions placed at the end of the disk
****
Just 2 doubts:
1) Can two primary partitions see each other? Otherwise I will change hda2 to a logical partition.
2) Does make any sense to place the shared FAT32 (as a primary partition) between the Windows and the Linux partitions (not at the end of the disk as a logical partition) to speed up access to data from the two operating systems?
Thanks
Manuel:
The arrangement that you have chosen should work fine.
Windows will not see hda2; only hda1 and hda5. Of course, if you want it to see hda2 you can install a driver in Windows that will let you see ext3 filesystems.
Ubuntu will be able to see all of the partitions. You will be able to mount hda1 and read your ntfs files if you so desire.
There is no difference in speed between primary and logical partitions. The location on the disk will matter somewhat, but unless you're trying to eke out the last millisecond in access time, I wouldn't worry about it.
The arrangement that you have chosen should work fine.
Windows will not see hda2; only hda1 and hda5. Of course, if you want it to see hda2 you can install a driver in Windows that will let you see ext3 filesystems.
Ubuntu will be able to see all of the partitions. You will be able to mount hda1 and read your ntfs files if you so desire.
There is no difference in speed between primary and logical partitions. The location on the disk will matter somewhat, but unless you're trying to eke out the last millisecond in access time, I wouldn't worry about it.
Mark
X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)
X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)
I don't think so strictly speaking, there are the drivers to let you write to your ext3 drive in Windows, and your NTFS drive under Linux (NTFS-3G is one of them.)Manuel wrote:Is FAT32 really necessary? I've just read that I could format the shared partition as NTSF and use the NTFS-3G driver to write from Ubuntu.
You probably want to start with Fat32 as it will be easier to do (especially if you are new to Linux) and that Fat32 driver can always be converted to NTFS later when you are comfortable with everything (or when the new Ubuntu comes out, assuming it has easier enabling of write mode for NTFS.)
-
- Similar Topics
- Replies
- Views
- Last post
-
-
The Newest GPD Pocket with Z8750 CPU Windows 10 System or Ubuntu 16.04
by laozhu » Thu Jan 12, 2017 5:02 am » in Off-Topic Stuff - 12 Replies
- 1432 Views
-
Last post by QWERTY Andreas
Wed Feb 15, 2017 3:52 am
-
-
-
How to improve audio on a Thinkpad T530 under Ubuntu?
by wrybread » Sun Mar 05, 2017 2:14 am » in Linux Questions - 1 Replies
- 1193 Views
-
Last post by wrybread
Fri Apr 07, 2017 5:38 pm
-
-
-
WTB Ultrabay Hard Hard Drive Adapter
by taichi » Tue Jan 10, 2017 11:12 pm » in Marketplace - Forum Members only - 5 Replies
- 625 Views
-
Last post by RealBlackStuff
Fri Jan 27, 2017 3:02 pm
-
-
-
Hard Drive won't boot and external USB Hard Drive enclosure/caddy/adapter for file retrieval
by E350 » Thu Apr 06, 2017 11:38 am » in ThinkPad T6x Series - 5 Replies
- 926 Views
-
Last post by axur-delmeria
Thu Apr 06, 2017 9:43 pm
-
Who is online
Users browsing this forum: No registered users and 1 guest



