Tag: usb
-
Ext3 format USB Drive on Linux
Format an usb drive from cli. With fdisk you can list existing partitions in the system. fdisk -l # -c option checks for bad sectors mkfs -t ext3 -c /dev/sde1
Format an usb drive from cli. With fdisk you can list existing partitions in the system. fdisk -l # -c option checks for bad sectors mkfs -t ext3 -c /dev/sde1