Results 1 to 6 of 6
i am able to format it in Windows but I cannot find any help about Mandriva...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-04-2009 #1Just Joined!
- Join Date
- Jul 2009
- Location
- Trivandrum, India
- Posts
- 9
How do I format a pen drive using Mandriva?
i am able to format it in Windows but I cannot find any help about Mandriva
- 07-04-2009 #2
Hi and Welcome !
You can use mkfs command to format partition(s) of any drive. Check manual of mkfs command
I would suggest you to be careful while executing that command.Code:man mkfs
Above code will format it in FAT32 filesystem.Code:mkfs.vfat /dev/<disk>
Replace disk with device name assigned to Pen Drive.
Or
Use GParted Partition Manager. Its available in LiveCDs of most of distros.Last edited by devils casper; 07-05-2009 at 03:28 AM. Reason: thanx daark.child ! Error corrected.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-04-2009 #3
There is a slight error in Caspers command. It should be
If you don't like the command line stuff, install gparted using the Mandriva package manager and use that to format your usb stick.Code:mkfs.vfat /dev/<disk>
- 07-04-2009 #4
I don't run Mandriva. But I make sure I have some versiion of Gparted installed on any operating system Iam using just for what you are trying to do. Just unmount USB from the Menu (left click) . Then left click again and create new, Pick a file system from button, Hit appy and you are off to the races.
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Windows 7=(cuz of scooters)
Free Linux Books
Free R Books
- 07-04-2009 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Welcome to the forums!

I'll second Casper's suggestion above to use gparted on a liveCD. It couldn't get much easier to handle partitioning chores than that. The Parted Magic LiveCD is a good option should you wish to try it.oz
- 07-05-2009 #6Just Joined!
- Join Date
- Jun 2009
- Posts
- 42
You don't need gparted, Mandriva's got an excellent partitioning tool built into Mandriva Control Center.
Configure Your Computer -> Local disk -> Manage disk partitions
Click on the tab for the disk, select the partition & there should be a big Format button on the right.


Reply With Quote
