Results 1 to 5 of 5
Hi,
in windows I can go in command line and type in fdisk and it gives me options on formatting my hard drive and such. I was wondering if there ...
- 06-19-2005 #1Just Joined!
- Join Date
- Jun 2005
- Location
- Utah Desert
- Posts
- 5
Whats the fdisk command in linux
Hi,
in windows I can go in command line and type in fdisk and it gives me options on formatting my hard drive and such. I was wondering if there is a command like this for linux.
help is much appreciated
Sphinx1337
- 06-19-2005 #2
You could try
orCode:parted
Code:qtparted
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 06-19-2005 #3Just Joined!
- Join Date
- Jun 2005
- Location
- Utah Desert
- Posts
- 5
sorry but those don't work
Sphinx1337
- 06-19-2005 #4
You may have to use the full path:
for example. Keep in mind you have to be root in a terminal to run them. If they're not installed, you could use urpmi to install them with something likeCode:/sbin/qtparted
The Mandrake Control Center has an excellent graphical partitioner, by the way. The control center is in the System section of the start menu...I think it's Configure My Computer.Code:urpmi parted
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 06-19-2005 #5Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
You should have fdisk in your /sbin/ directory. Type
for your options or man fdisk.Code:/sbin/fdisk --help


Reply With Quote
