LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cant identify drive with 'blkid' (https://www.linuxquestions.org/questions/linux-newbie-8/cant-identify-drive-with-blkid-827682/)

clifford227 08-21-2010 02:43 PM

Cant identify drive with 'blkid'
 
Hi,

I just 0 & 1'd a pen drive, and now I dont see it in 'blkid' output. Is there a way to know where the device is on the system, so that I can format it with a filesystem?

crts 08-21-2010 03:27 PM

Hi,

have you tried
Code:

dmesg | tail
after plugging in your pen drive? It should tell that it has been registered as something like
[sdX]

You could then use
Code:

fdisk /dev/sdX
to create a new disklabel and format it.

michaelk 08-21-2010 04:21 PM

I assume your "0 and 1'd" operation also wiped the partition table.
Use any partitioning tool to recreate the partition table and any partitions before creating a filesystem.

clifford227 08-22-2010 08:28 AM

Thanks :)


All times are GMT -5. The time now is 11:15 AM.