How to read/write USB Flashdisk
by lattimro from LinuxQuestions.org on (#6PJWT)
Hi Folks,
I have a 8Gb "mp3 player" and I can't access the data on it. Funny enough I was able to read/write when I plugged it in some machines Ubuntu and Win10 a few days ago. I am trying on other machines Ubuntu and Win10 but now I can't read it. The device works OK.
Other USB flash drives behaves normal and mount automaticaly.
Below is what I get:
Code:root@toshiba//home/brad# lsusb
Bus 002 Device 004: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 002 Device 009: ID 1e74:2813 Coby Electronics Corporation HS USB FlashDisk
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 04f2:b128 Chicony Electronics Co., Ltd USB2.0 UVC WebCam
Bus 001 Device 003: ID 0bda:0138 Realtek Semiconductor Corp. RTS5138 Card Reader Controller
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@toshiba//home/brad# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 298.1G 0 disk
sda2 8:2 0 4M 0 part [SWAP]
sda3 8:3 0 195.5G 0 part
sda4 8:4 0 82.9G 0 part /
sda5 8:5 0 19.6G 0 part
sdb 8:16 1 0B 0 disk
sdc 8:32 1 7.6G 0 disk
sr0 11:0 1 1024M 0 romIs there anything I am missing here?
Thanks!
I have a 8Gb "mp3 player" and I can't access the data on it. Funny enough I was able to read/write when I plugged it in some machines Ubuntu and Win10 a few days ago. I am trying on other machines Ubuntu and Win10 but now I can't read it. The device works OK.
Other USB flash drives behaves normal and mount automaticaly.
Below is what I get:
Code:root@toshiba//home/brad# lsusb
Bus 002 Device 004: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 002 Device 009: ID 1e74:2813 Coby Electronics Corporation HS USB FlashDisk
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 04f2:b128 Chicony Electronics Co., Ltd USB2.0 UVC WebCam
Bus 001 Device 003: ID 0bda:0138 Realtek Semiconductor Corp. RTS5138 Card Reader Controller
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@toshiba//home/brad# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 298.1G 0 disk
sda2 8:2 0 4M 0 part [SWAP]
sda3 8:3 0 195.5G 0 part
sda4 8:4 0 82.9G 0 part /
sda5 8:5 0 19.6G 0 part
sdb 8:16 1 0B 0 disk
sdc 8:32 1 7.6G 0 disk
sr0 11:0 1 1024M 0 romIs there anything I am missing here?
Thanks!