Results 1 to 5 of 5
So...I created a live Debian drive and now that i'm done with it i'd like to re-format with one big empty partition so it's ready to become a live disk ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-22-2012 #1
strange external HD issue
So...I created a live Debian drive and now that i'm done with it i'd like to re-format with one big empty partition so it's ready to become a live disk for another distro in the future. the thing is, gparted wont pick it up. I thought that was odd so i ran some lines:
gave me (more than this but here's the interesting bit):Code:mount
fdisk seems to detect /dev/sdb1 but i'm not really familiar with itCode:/dev/sdb1 on /media/Debian 6.0.5 i386 1 type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks) /dev/sdb1 on /media/Debian 6.0.5 i386 1_ type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks) /dev/sdb1 on /media/Debian 6.0.5 i386 1__ type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks) /dev/sdb1 on /media/Debian 6.0.5 i386 1___ type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks) /dev/sdb1 on /media/Debian 6.0.5 i386 1____ type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks) /dev/sdb1 on /media/Debian 6.0.5 i386 1_____ type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks) /dev/sdb1 on /media/Debian 6.0.5 i386 1______ type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks)
I don't care about what's on here. i just want it to be a fresh drive. what went wrong? how do I fix it and avoid this problem in the future?
- 06-22-2012 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,141
You have to unmount it before you can reformat it.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-22-2012 #3
actually, the hard drive won't mount at all.
sdc (4 gig flash drive) shows up in gparted while it is mounted
no trace of sdb though.
- 06-23-2012 #4
SInce you are going to reformat it anyway, perhaps you can wipe the whole disk clean using
Then you can reformat it ready for your next installation.Code:dd if=/dev/zero of=/dev/YOUR_EXTERNAL bs=512 count=1
You can boot using any live CD and execute the above.nujinini
Linux User #489667
- 06-28-2012 #5
There we go!
many thanks
>G


Reply With Quote
