I was trying to create a live USB on my Ubuntu 14.04 system using the 'dd' command. After this operation, on inserting the USB stick, the device does not mount automatically as it used to get before. I tried using 'dmesg' to check if the OS recognizes the device and it works. Explicitly using 'mount' command makes the contents of the USB drive available. What might have gone wrong ?
Asked
Active
Viewed 910 times
0
1 Answers
1
dd
duplicates everything including the blkid.
"What might have gone wrong?" is a drive with the same blkid might already be mounted when you insert the flash drive and the system wouldn't automount what it sees as the same drive twice. If changing the blkid doesn't solve this problem, drop me a comment and I'll dig deeper.

Elder Geek
- 36,023
- 25
- 98
- 183
dd
method. – David Foerster Mar 24 '15 at 09:31