Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Adding a 'shared' partition?
Name: MiKeY Date: September 28, 2004 at 05:20:47 Pacific OS: SuSE 9.1 Professional/WIn CPU/Ram: Athlon XP 2.4GHz/768MB
Comment:
What's the easiest way to safely resize /dev/hda3 down to 19GB, leaving 40GB of unused space for a FAT32 shared partition?
Here's my current partition table:
Disk /dev/hda: 80.0 GB, 80026361856 bytes 16 heads, 63 sectors/track, 155061 cylinders Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System /dev/hda1 1 41613 20972826 7 HPFS/NTFS Partition 1 does not end on cylinder boundary. /dev/hda2 41614 43694 1048824 82 Linux swap Partition 2 does not end on cylinder boundary. /dev/hda3 * 43695 155061 56128968 83 Linux Partition 3 does not end on cylinder boundary.
Name: TazG Date: September 29, 2004 at 06:16:42 Pacific
Reply:
I have never done it but:
- Use tar to backup the whole partition - Delete the partition - Recreate the partition as 19GB - Use tar to put all the files back
Use the web the way it was meant to be used. Get Firefox.
0
Response Number 2
Name: ernie Date: September 30, 2004 at 00:07:44 Pacific
Reply:
I prefer using a nondestructive partitioning tool such as Partition Magic. I think I read somewhere that BootIt can do nondestructive partition resizing too, but I'm not sure on that one. You can Google for BootIt, and check their WEB site. The download includes an .iso image which can be burned to CD IIRC.
Ernie [ewilcox@buckeye-express.com] ICQ 41060744 Registered Linux User 247790
0
Response Number 3
Name: 3Dave Date: September 30, 2004 at 14:04:21 Pacific
Reply:
If the partition is formatted to ext2/3 or reiserfs you can resize it with parted: http://www.gnu.org/software/parted/parted.html You may already have it installed.
Summary: Hi, I have couple of questinons. I bought a new samsung HDD 160gb with external casing USB 2.0. The vendor assembled USB for testing and connected to his computer. Surprisingly, in disk management, t...
Summary: I have some windows partitions that just hold home videos, documents, etc. I recently installed Red Hat Fedora 5 to make a multiboot system. I noticed I can't access those files in Linux; does anyon...
Summary: Hi, I have Mnadrake Linux installed right now, and I am going to install RedHat tomorrow in addition, and then in about a month Debian. My question is, how do I make a shared partition that all the O...