Please help! I need to format an USB stick and I can't find Instructions
Announcement
Collapse
No announcement yet.
How to Format USB stick on Kubuntu 12.04
Collapse
This topic is closed.
X
X
-
Use gparted or kde partition manager you will probably need to install them.
Or the command line approach
Code:sudo fdick /dev/sdX
Code:sudo mkfs.vfat -F 32 /dev/sdXY
If these two lines scare you ignore them and just use gparted or kde partition manager.
- Top
- Bottom
-
Originally posted by james147 View PostUse gparted or kde partition manager you will probably need to install them.
Or the command line approach
Code:sudo fdick /dev/sdX
Code:sudo mkfs.vfat -F 32 /dev/sdXY
If these two lines scare you ignore them and just use gparted or kde partition manager.Code:sudo fdisk /dev/sdx
VINNYLast edited by vinnywright; Dec 20, 2012, 05:34 PM.i7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
For larger flash drives, the FUSE FS for FAT64 seem pretty stable (if you need compat with windows and mac)
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
-
Originally posted by SteveRiley View PostBut at least you remembered that proper penis repair requires elevation first. I'm sure it would have withered spectacularly without the sudo.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Comment