1. insert USB drive and wait till mounts
2. open terminal and login as super user
sudo su3. find the device name
or
sudo -i
fdisk -lcheck and copy or remember the device name, for example /dev/sdb2
4. formating the USB
mkfs.ext3 /dev/sdb1 (if you are using ext3)
mkfs.vfat /dev/sdb1 (if you are using FAT)
5. create USB labels
mkfs.vfat -n ‘labels’ -I /dev/sdaand done.
replace 'label' name with yours
0 comments:
Post a Comment