My usb stick is not mounting. It shows in 'Disks' though where I am able to format it but even on restarting it doesn't show up normally

Rana Divyank Chaudhary

It started when I found all the folders in my usb drive with their contents locked and unable to delete. I formatted the drive and after that it stopped showing up. It is showing in 'Disks' where I have formatted it twice more. No help.

lsusb output:

Bus 003 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 003 Device 006: ID 0cf3:0036 Atheros Communications, Inc. 
Bus 003 Device 003: ID 0bda:5756 Realtek Semiconductor Corp. 
Bus 003 Device 014: ID 03f0:4940 Hewlett-Packard 
Bus 003 Device 002: ID 8087:8000 Intel Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub`

The USB is the Hewlett-Packard device.

sudo fdisk -l gave this output:

Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x00025dcc

Device     Boot      Start        End    Sectors   Size Id Type
/dev/sda1  *          2048 1945331711 1945329664 927.6G 83 Linux
/dev/sda2       1945333758 1953523711    8189954   3.9G  5 Extended
/dev/sda5       1945333760 1953523711    8189952   3.9G 82 Linux swap / Solaris

Partition 3 does not start on physical sector boundary.


Disk /dev/sdb: 14.5 GiB, 15514730496 bytes, 30302208 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes` (no device identifier or any other info after this!)
Ravexina

The fdisk output shows that there is no partition on your usb device. your usb stick is the 14 GB one right? if it is follow this instruction:

These instruction will destroy all files on the device

Open the device with fdisk:

sudo fdisk /dev/sdb
  1. First to create a new partition table: Press o then press the enter.

  2. To create a new partition: press n then press enter 4 times or set your desired value then enter.

  3. Now we should select the partition type, press t then hit the enter, now you should select the partition number which we wanna assign a type. because there is only one partition just hit the enter. next you should insert the code of partition type, you can use L to get list of available codes. for NTFS insert 7 and press the enter
  4. To wrtie the changes to the disk: press w and press the enter.
  5. Now we should create a file system for the partition that we just create, to create a NTFS file system:

    sudo mkfs.ntfs /dev/sdb1

Pay attention to the sdb1

Now your usb stick is ready to use again, you can use mount command to mount it or nautilus (or any other file manager which you are using will mount it automatically).

Also you can use ntfslable command to put a label on your usb device too.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

I am not able to change directory to local disk using terminal even though ls is listing them

분류에서Dev

Startup Disk Creator shows no free space on my USB stick

분류에서Dev

How can I copy files from my internal drive to an external USB 3.0 drive if Windows doesn't boot up?

분류에서Dev

my model binding is working even If I didn't show it in html

분류에서Dev

USB stick acting very odd, can't format it either

분류에서Dev

I am on Manjaro, and I am setting it up for JDBC, I have installed mariadb, mariadb-jdbc but I am not able to locate the /etc/my.conf file

분류에서Dev

Outgoing SSH doesn't work even though I have opened the port

분류에서Dev

Why are .show() and .hide() toggling even though I'm not using toggle?

분류에서Dev

Can I copy my Ubuntu OS off my hard drive to a USB stick and boot from that stick with all my programs?

분류에서Dev

Computer doesn't keep time even though on and connected to Internet

분류에서Dev

Why am I not being able to connect to my database?

분류에서Dev

devise sign in page always show up even though its not root.

분류에서Dev

Why Doesn't my Bootable USB Boot

분류에서Dev

QSystemTrayIcon doesn't always show up

분류에서Dev

I am trying to read a file and to show the reading progress in %. I have tried following code but I am not able to divide in chunks & show progress

분류에서Dev

Why my external IP doesn't change when I am connected to a VPN?

분류에서Dev

Why doesn't Tomcat show up when I grep netstat's output for 8080?

분류에서Dev

Why does my Xcode compiler tell me I use a value type even though I use classes?

분류에서Dev

Mounting USB drive at boot up on a virtualized instance of fedora

분류에서Dev

My code gets a TLE (time limit exceeded) on an online judge even though I have coded according to the editorial

분류에서Dev

Data appears when printed but doesn't show up in dataframe

분류에서Dev

Low battery notification doesn't show up in windows 7

분류에서Dev

Porto Template:Google map doesn't show up

분류에서Dev

Malihu jQuery Custom Scrollbar with Meteor doesn't show up

분류에서Dev

Deadbeef doesn't show up in sound applet of Cinnamon

분류에서Dev

Can I make some of my appointments not show up on the sidebar?

분류에서Dev

Can't create folders from GUI even though I'm ADMIN/ROOT

분류에서Dev

Can I write to the USB stick that I'm running Ubuntu from?

분류에서Dev

ubuntu 14.04 mounting usb with "can't read superblock "

Related 관련 기사

  1. 1

    I am not able to change directory to local disk using terminal even though ls is listing them

  2. 2

    Startup Disk Creator shows no free space on my USB stick

  3. 3

    How can I copy files from my internal drive to an external USB 3.0 drive if Windows doesn't boot up?

  4. 4

    my model binding is working even If I didn't show it in html

  5. 5

    USB stick acting very odd, can't format it either

  6. 6

    I am on Manjaro, and I am setting it up for JDBC, I have installed mariadb, mariadb-jdbc but I am not able to locate the /etc/my.conf file

  7. 7

    Outgoing SSH doesn't work even though I have opened the port

  8. 8

    Why are .show() and .hide() toggling even though I'm not using toggle?

  9. 9

    Can I copy my Ubuntu OS off my hard drive to a USB stick and boot from that stick with all my programs?

  10. 10

    Computer doesn't keep time even though on and connected to Internet

  11. 11

    Why am I not being able to connect to my database?

  12. 12

    devise sign in page always show up even though its not root.

  13. 13

    Why Doesn't my Bootable USB Boot

  14. 14

    QSystemTrayIcon doesn't always show up

  15. 15

    I am trying to read a file and to show the reading progress in %. I have tried following code but I am not able to divide in chunks & show progress

  16. 16

    Why my external IP doesn't change when I am connected to a VPN?

  17. 17

    Why doesn't Tomcat show up when I grep netstat's output for 8080?

  18. 18

    Why does my Xcode compiler tell me I use a value type even though I use classes?

  19. 19

    Mounting USB drive at boot up on a virtualized instance of fedora

  20. 20

    My code gets a TLE (time limit exceeded) on an online judge even though I have coded according to the editorial

  21. 21

    Data appears when printed but doesn't show up in dataframe

  22. 22

    Low battery notification doesn't show up in windows 7

  23. 23

    Porto Template:Google map doesn't show up

  24. 24

    Malihu jQuery Custom Scrollbar with Meteor doesn't show up

  25. 25

    Deadbeef doesn't show up in sound applet of Cinnamon

  26. 26

    Can I make some of my appointments not show up on the sidebar?

  27. 27

    Can't create folders from GUI even though I'm ADMIN/ROOT

  28. 28

    Can I write to the USB stick that I'm running Ubuntu from?

  29. 29

    ubuntu 14.04 mounting usb with "can't read superblock "

뜨겁다태그

보관