DBAN non-fatal error /dev/sbd/
I am trying to clean my hard drive but when I run by DBAN disk I get this message:
non-fatal error /dev/sdb (process crash)
P.S I have no USB devices connected.
Related Article: fatal error occurred processing the restoration data
is a Windows Vista and Windows 7 / 8 discussion thread by frstratd that has 2 replies, was last updated 10 months ago and has been tagged with the keywords: computer, turned, off, during, lightening, storm.
HoneyBadger
Junior Poster in Training
78 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
/dev/sdb tells me you are running a Linux system, not windows. And dban is a "secure" disc wiper program. Finally, /dev/sdb is not necessarily a USB device. Since nothing in your post indicates that this is a USB device, why did you make that assumption?
rubberman
Posting Maven
2,572 posts since Mar 2010
Reputation Points: 365
Solved Threads: 306
Skill Endorsements: 52
only new when it comes to linux ,and only use a live Linux ,but i think /dev/sdb is the second disk in the boot menu ,and a usb would show as sdd1 because it a removable device and not hard disk
OP cold be using a bootable disk like Dariks Boot and nuke on one of the many othere boot disk around , on a windows install
caperjack
I hate 20 Questions
13,852 posts since Aug 2003
Reputation Points: 1,071
Solved Threads: 879
Skill Endorsements: 50
only new when it come to linux ,and only use a live Linux ,but i think /dev/sdb is the second disk in the boot menu ,and a usb would show as sdd1 because it a removable device and not hard disk
No, not really. With current systems, usb drives appear as /dev/sdx where x depends upon what slots are available. If you have one physical drive and then boot, then it is /dev/sda. If you then plug in a USB drive (hard drive, thumb drive, it doesn't matter) it will be /dev/sdb.
rubberman
Posting Maven
2,572 posts since Mar 2010
Reputation Points: 365
Solved Threads: 306
Skill Endorsements: 52
caperjack
I hate 20 Questions
13,852 posts since Aug 2003
Reputation Points: 1,071
Solved Threads: 879
Skill Endorsements: 50
Understood. As each drive is detected by Linux, it is assigned the next available device id/slot. The boot device should be /dev/sda. Assuming /home is in an LVM group, then each physical drive will be /dev/sdb.../dev/sdx. On my system, the /home lvm is a 4 drive group, so it goes from /dev/sdb.../dev/sde. Then I have a 4 drive array which is detected next, and each physical drive is /dev/sdf.../dev/sdi. Finally, my other drives are /dev/sdj.../dev/sdm. After the system was started, I plugged in a USB thumb drive, which registered as /dev/sdn. Are we confused yet? :-)
rubberman
Posting Maven
2,572 posts since Mar 2010
Reputation Points: 365
Solved Threads: 306
Skill Endorsements: 52
Anyway, this is why I label my drives / file systems. Mounting them is a lot easier. So, in /etc/fstab, I mount them using the LABEL=name syntax. My array is named afs-ts02, the /home lvm is mounted by its lvm device name, /dev/mapper/VolGroup00-LogVol00, and the additional drives are labeled as afs-esata-1 through afs-esata-4. I had another drive (afs-esata-5), but it is starting to fail, so I leave it off most of the time. When I get a new drive, I'll copy it to the new drive and it will then become /dev/sdn instead of the thumb drive.
rubberman
Posting Maven
2,572 posts since Mar 2010
Reputation Points: 365
Solved Threads: 306
Skill Endorsements: 52
. Are we confused yet? :-)
lol. many many years ago ,,i say new to linux but actuall made my first live cd/dvd 7 or 8 yrs ago ,i have a Live Puppy Linux on a multisesion DVD [can make changes and save to the dvd when i shut down,],play it with rarely
caperjack
I hate 20 Questions
13,852 posts since Aug 2003
Reputation Points: 1,071
Solved Threads: 879
Skill Endorsements: 50
As to what happens when you run out of letters (/dev/sdz), I don't know since I have never had that many physical drives attached to my system!
rubberman
Posting Maven
2,572 posts since Mar 2010
Reputation Points: 365
Solved Threads: 306
Skill Endorsements: 52
lol. many many years ago ,,i say new to linux but actuall made my first live cd/dvd 7 or 8 yrs ago ,i have a Live Puppy Linux on a multisesion DVD [can make changes and save to the dvd when i shut down,]made at or about 2004,play it with rarely
Well, I use Linux almost exclusively at home, and mostly at work as well, though I have Windows XP running in a VM at home, and my work laptop runs Windows 7, but with a Linux Vm on it for system software development and testing!
rubberman
Posting Maven
2,572 posts since Mar 2010
Reputation Points: 365
Solved Threads: 306
Skill Endorsements: 52
Solved:
Basically I had to take out my hardrive from my HP Touchsmart 300 and put it inside an old e-machine i had lying around in my garage and autonuke my harddrive fom there!
BTW don't ever waste your money on a Touchsmart...useless.
HoneyBadger
Junior Poster in Training
78 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Question Answered as of 1 Year Ago by
rubberman,
caperjack
and
skilly Solved:
Basically I had to take out my hardrive from my HP Touchsmart 300 and put it inside an old e-machine i had lying around in my garage and autonuke my harddrive fom there!
BTW don't ever waste your money on a Touchsmart...useless.
why didn't you just use your windows dvd
caperjack
I hate 20 Questions
13,852 posts since Aug 2003
Reputation Points: 1,071
Solved Threads: 879
Skill Endorsements: 50
why didn't you just use your windows dvd
Because I was already running Windows 7. I was trying to autonuke the hardrive, and install Ubuntu.
I probably didn't have to autonuke it to install Ubuntu. But I did anyways just makesure I got all that old trash out and start fresh.
HoneyBadger
Junior Poster in Training
78 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Ah. Not really necessary. Ubuntu would have happily nuked the drive for you and then installed itself on it.
rubberman
Posting Maven
2,572 posts since Mar 2010
Reputation Points: 365
Solved Threads: 306
Skill Endorsements: 52
Ah. Not really necessary. Ubuntu would have happily nuked the drive for you and then installed itself on it.
lol this would have saved me so much trouble.
HoneyBadger
Junior Poster in Training
78 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0