LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-02-2005, 07:31 PM   #1
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Rep: Reputation: 30
Disk Partitioning in Windoze or Linux?


Does anyone know how I can partition an external hard disk on my laptop in either Windoze or Linux? I would like it to be GUI based, since thats what Im comfortable with. Basically, I want to have a FAT32 partition for me to be able to read and write to in Linux and Windows on the rare occasion that I use it. I just want this to be on the external USB 2.0 HD that Ive got. It would only have to be, say 5 gigs or so, but I dont want to lose the data on my disk. Any suggestions?
 
Old 11-02-2005, 09:25 PM   #2
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
Some good ones are:
* Partition Magic (commercial)
* GParted
* QtParted (included in Knoppix and SystemRescueCd)
 
Old 11-02-2005, 11:38 PM   #3
kushanrebel
LQ Newbie
 
Registered: Nov 2005
Posts: 7

Rep: Reputation: 0
What version of windows do you have? in xp pro (not sure about home) you can do it through /control panel/administstative tools/computer management/disk management. as for linux im not sure, as im just downloading SuSE now for the first time.
 
Old 11-03-2005, 07:32 AM   #4
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by kushanrebel
What version of windows do you have? in xp pro (not sure about home) you can do it through /control panel/administstative tools/computer management/disk management. as for linux im not sure, as im just downloading SuSE now for the first time.
Ive got XP pro, but I didnt see it in there
 
Old 11-03-2005, 08:27 AM   #5
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
You can see it because it hasn't been partitioned and so XP will not mount it. XP does not mount an unpartitioned blank disk or a disk foreign to itself.

In XP just right click my computer then click

/mange/storage/disk management

to see the disk, then create the FAT32 partition and format it.

In Linux use cfdisk in shell because it is available in every Linux except Red Hat where it is sfdisk. You do a fdisk -l in root terminal first to see all the disks and partitions in the box. Being an external drive it will feature as a sda or sdb.

Use cfdisk to create the partition, click Type to select type b for FAT32, write it and quit.

You need a reboot to make the DOS partition effective, thereafter just use mkefs to format the partition.

Last edited by saikee; 11-03-2005 at 08:29 AM.
 
Old 11-03-2005, 08:31 AM   #6
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by saikee
You can see it because it hasn't been partitioned and so XP will not mount it. XP does not mount an unpartitioned blank disk or a disk foreign to itself.

In XP just right click my computer then click

/mange/storage/disk management

to see the disk, then create the FAT32 partition and format it.

In Linux use cfdisk in shell because it is available in every Linux except Red Hat where it is sfdisk. You do a fdisk -l in root terminal first to see all the disks and partitions in the box. Being an external drive it will feature as a sda or sdb.

Use cfdisk to create the partition, click Type to select type b for FAT32, write it and quit.

You need a reboot to make the DOS partition effective, thereafter just use mkefs to format the partition.
Maybe I should have been more clear. It is already formatted in NTFS, and basically, I just want to shrink that part and add a FAT32 onto it, for swap purposes. I dont see a way to do that in Windows, and Im too scared to try it via commandline, because I dont want to lose all my data.
 
Old 11-03-2005, 08:46 AM   #7
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
For XP You need a 3rd party software call Partition Magic to resize the partition.

I couldn't advise on Linux but QParted, QtParted and even Diskdrake can do it but I never try it myself.

Not so sure of a swap partition via a USB cable either as Linux needs a special kernel to "slow down" in order to match the low USB transmission rate.
 
Old 11-03-2005, 08:48 AM   #8
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by saikee
For XP You need a 3rd party software call Partition Magic to resize the partition.

I couldn't advise on Linux but QParted, QtParted and even Diskdrake can do it but I never try it myself.

Not so sure of a swap partition via a USB cable either as Linux needs a special kernel to "slow down" in order to match the low USB transmission rate.
Well, its not swap, but it is, if that makes sense. My laptop disk has a swap on it already, but I basically want one that I can read and write to from both OS. Ill try to find partition magic floating around.
 
Old 11-03-2005, 09:19 AM   #9
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
Alternatively just borrow another hdd with space to copy your files across, remove the NTFS partition, create a FAT32, format it and put everything back.

A FAT32 partition can permit both read and write by XP and Linux. All of my data is one large FAT32 with 250Gb accessible by all systems.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux - Hard disk partitioning vin99 Linux - Hardware 4 11-11-2005 05:21 AM
Problem booting Windoze after disk clone jlinkels Linux - Hardware 7 09-25-2005 06:13 PM
Disk partitioning before installing Linux linuxpista Linux - Newbie 17 11-30-2004 02:11 PM
Disk partitioning sveint AIX 6 05-08-2004 04:01 PM
Disk Partitioning hank@$3800 Linux - General 2 12-31-2001 08:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration