Hello,
I am trying to format my flash drive, but running "sudo fdisk /dev/sdf" returns
Code:
fdisk: unable to seek on /dev/sdf: Invalid argument
"lsblk" returns (in addition to the sda main drive):
Code:
sdf 8:80 1 7.5G 0 disk
-sdf1 8:81 1 7.5G 0 part
"fdisk -l" returns nothing
Some research led to a suggestion to run "ls -l /dev/disk/by-id/usb* | grep sd" which in addition to other "sdX" results, returns:
Code:
lrwxrwxrwx 1 root root 9 Jun 13 10:47 /dev/usb-Generic_Flash_Disk_F0D5D7B5-0:0 -> ../../sdf
lrwxrwxrwx 1 root root 9 Jun 13 10:47 /dev/usb-Generic_Flash_Disk_F0D5D7B5-0:0-part1 -> ../../sdf1
Also, I noticed somebody had suggested "lsmod" and to look for "usb_storage", and an "lsmod | grep usb_storage" returns:
Code:
usb_storage 62062 0
I'm not really sure what to do from here to solve my problem.