LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 05-27-2009, 08:24 AM   #1
perky.nishi
Member
 
Registered: May 2008
Location: delhi, india
Distribution: fedora
Posts: 51

Rep: Reputation: 15
partition in external harddisk


Dear all,
I have an external hard disk of 80GB. Someone partitioned it in to two, one for windows and another for linux. In my fedora 8 system both the partition is visible with read write option and in windows only the window partition is visible. I now want to departition it. Please suggest how to do that.
 
Old 05-27-2009, 08:28 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
What do you mean by
Quote:
I now want to departition it
Do you mean you want to remove the windows partition?
 
Old 05-28-2009, 01:20 PM   #3
perky.nishi
Member
 
Registered: May 2008
Location: delhi, india
Distribution: fedora
Posts: 51

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
What do you mean by

Do you mean you want to remove the windows partition?
yes I want to remove the windows partition..can you help me please....
 
Old 05-28-2009, 03:41 PM   #4
saavik
Member
 
Registered: Nov 2001
Location: NRW, Germany
Distribution: SLES / FC/ OES / CentOS
Posts: 614

Rep: Reputation: 32
Just to be sure:

Be careful ! You could destroy all data on disk.

If you are sure you would like to delete a partition you can use fdisk.

Just type

# fdisk /dev/hd?

oder

# fdisk /dev/sd?

and you will get a menu to select what you want.

It`s all very simple.

a) delete the unwanted partition
b) create a new one
c) write the data to the HDD
d) reboot

Finally : BE CAREFUL !
 
Old 05-28-2009, 04:11 PM   #5
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
you could use gparted to remove or reformat the partion, and use it in linux.
Or, reinstall linux using the cd, and use the entire disk.
 
Old 05-28-2009, 05:56 PM   #6
wabbalee
Member
 
Registered: Oct 2006
Location: brisbane - australia
Distribution: ubuntu
Posts: 335

Rep: Reputation: 38
If you would like your drive to remain visible in windows as well then you may want to use the FAT32 filesystem for your external drive.

Use Gparted to do this, a graphical frontend to parted.
 
Old 05-29-2009, 08:02 AM   #7
perky.nishi
Member
 
Registered: May 2008
Location: delhi, india
Distribution: fedora
Posts: 51

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by saavik View Post
Just to be sure:

Be careful ! You could destroy all data on disk.

If you are sure you would like to delete a partition you can use fdisk.

Just type

# fdisk /dev/hd?

oder

# fdisk /dev/sd?

and you will get a menu to select what you want.

It`s all very simple.

a) delete the unwanted partition
b) create a new one
c) write the data to the HDD
d) reboot

Finally : BE CAREFUL !
I think you are misunderstanding my problem. I want to formate an external hard disk...not the internal one....can you suggest something....thanx in advance....
 
Old 05-29-2009, 08:03 AM   #8
perky.nishi
Member
 
Registered: May 2008
Location: delhi, india
Distribution: fedora
Posts: 51

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by wabbalee View Post
If you would like your drive to remain visible in windows as well then you may want to use the FAT32 filesystem for your external drive.

Use Gparted to do this, a graphical frontend to parted.
How to do that. I have no idea about Gparted.
 
Old 05-29-2009, 08:10 AM   #9
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
You will find GParted on many Linux "live" CDs and DVDs. It is also available a stand-alone bootable CD.

http://gparted.sourceforge.net/
 
Old 05-29-2009, 10:52 AM   #10
perky.nishi
Member
 
Registered: May 2008
Location: delhi, india
Distribution: fedora
Posts: 51

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pixellany View Post
You will find GParted on many Linux "live" CDs and DVDs. It is also available a stand-alone bootable CD.

http://gparted.sourceforge.net/
I have installed the gparted in my system...in the /dev/sdc it (in gui) is showing two partitions sdc1(file system:ext2) and sdc2 (file system: fat32). I want to make the whole disk fat32 so that it is shown in both windows and linux....how do I do that?
 
Old 05-29-2009, 12:35 PM   #11
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
perky.nishi:

Q--"... I want to make the whole disk fat32 so that it is shown in both windows and linux....how do I do that?"--

Comment:

If you format the other drive (ext2) into fat32 this newly formatted partition can be seen by both linux and windows, but the Linux in this space is also erased during formatting.

Anyway you wanted to format the ext2 into fat32, and you have installed Gparted, you can easily do it in GUI. You said it is an external drive, so you don't boot a system on it, right?

Very easy then. Run Gparted, Menu > Admin > Partition Editor
you will need a root pasword being prompted. Then at the GUI click to highlight the partition you wanted to change, the ext2, then right click, Format > fat32, Okay, then Apply. That's it.

Your Gparted has help file read it. Or use Google to learn how to use Gparted.

Hope it helps.
 
Old 05-29-2009, 08:42 PM   #12
wabbalee
Member
 
Registered: Oct 2006
Location: brisbane - australia
Distribution: ubuntu
Posts: 335

Rep: Reputation: 38
gparted is really not so hard; it is just a matter of clicking things and see what options become available, in your case I would first remove/delete all partitions found on that drive (sdc as you say) click on the green tick that says 'apply', then do a right click on the empty sdc drive and create a FAT32 partition and click on 'apply' again.

use your intuition, after all there is nothing for you to loose on sdc only to gain.
 
Old 05-29-2009, 10:38 PM   #13
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by wabbalee View Post
use your intuition, after all there is nothing for you to loose on sdc only to gain.
There is an important insight here that is not stated often enough: With very few unlikely exceptions, a computer can not hurt you. If you really try, you can damage the HW but usually the worst you can do is mess up the SW and have to start over again.
 
Old 05-30-2009, 02:26 AM   #14
perky.nishi
Member
 
Registered: May 2008
Location: delhi, india
Distribution: fedora
Posts: 51

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by wabbalee View Post
gparted is really not so hard; it is just a matter of clicking things and see what options become available, in your case I would first remove/delete all partitions found on that drive (sdc as you say) click on the green tick that says 'apply', then do a right click on the empty sdc drive and create a FAT32 partition and click on 'apply' again.

use your intuition, after all there is nothing for you to loose on sdc only to gain.
But the real problem is that the guy who has done the partition earlier in my external hard disk has done it such a way that it is showing a lock symbol before the disk spaces. So if I right click upon the partitions the formate option is not highlighting. Now if I unmount then the formate option is getting highlighted but when I change it fat32 and apply an error message comes up showing that there is no such device....so what should I do?
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux on an external Harddisk bdavide Linux - Laptop and Netbook 8 04-21-2008 08:18 AM
External harddisk (USB) not mounted robbbert Linux - Hardware 9 08-14-2006 06:43 AM
mount external harddisk enrico.pisoni Linux - Hardware 3 01-26-2006 04:39 PM
reformat external harddisk alexbreugelmans Linux - Newbie 1 06-30-2005 08:11 AM
External lan harddisk? kalleanka Linux - Hardware 0 07-18-2004 04:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:50 PM.

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