Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2580  / 3 Years ago, thu, july 29, 2021, 9:32:19

I'm having trouble mounting or formating my 16gig SanDisk USB. When I run



sudo fdisk -l


I get this return



Disk /dev/sdc: 16.0 GB, 16008609792 bytes
64 heads, 32 sectors/track, 15267 cylinders, total 31266816 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
Disk identifier: 0x00041d5f


and when I use the Disks Utility to try and format the device I get this error



Screenshot from User (originally placed on Google, uploaded to imgur by Thomas W.)

(image source)



What would be the best way to mount this device, or format it so it can be readily available every time I plug it in? Is there something else hindering this device from mounting that I am not aware of?



*I Have a Acer Aspire M5-581t 6807 
-Intel® Core™ i5-3317U CPU @ 1.70GHz × 4
-Intel® Ivybridge Mobile
-6gigs of ram
-20gb ssd
-500gb hdd
-lintel 4000 graphics
*I'm running Ubuntu 13.04 64 bit

More From » 13.04

 Answers
7

well i've not seen such error before, but you may try this: it may work




  • Format it:



mkfs.ext4 /dev/sdc


For mounting it:

mkdir /media/mountPoint 



 mount /dev/sdc /media/mountPoint 


p.s: Check if device is /dev/sdc or /dev/sdb



Second way to do it (UI):



                 Use **Gparted**


Install it by

 sudo apt-get install gparted

Run it:
 sudo gparted

Go to top right corner and select the disk and do whatever operation it required ...


[#29655] Thursday, July 29, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
calcur

Total Points: 189
Total Questions: 80
Total Answers: 95

Location: Burkina Faso
Member since Thu, Dec 15, 2022
1 Year ago
;