We're a community of 1076K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,075,672 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

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.

6
Contributors
17
Replies
1 Month
Discussion Span
1 Year Ago
Last Updated
18
Views
Question
Answered
HoneyBadger
Junior Poster in Training
78 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

probably because windows7 and linux don't play well together. try using Disk Cleanup

skilly
Posting Whiz in Training
275 posts since Mar 2010
Reputation Points: 33
Solved Threads: 22
Skill Endorsements: 0

besides, you don't have to erase the hard drive if all you are trying to do is clean it. just kidding i know what you mean. you can erase a hard drive with just about any type of OS install disc. just delete the partitions using the partitions manager then exit without installing. Linux Ubuntu is probably your best bet if you can't find a Microsoft disc.

skilly
Posting Whiz in Training
275 posts since Mar 2010
Reputation Points: 33
Solved Threads: 22
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,571 posts since Mar 2010
Reputation Points: 365
Solved Threads: 305
Skill Endorsements: 51

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
Team Colleague
13,847 posts since Aug 2003
Reputation Points: 1,071
Solved Threads: 878
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,571 posts since Mar 2010
Reputation Points: 365
Solved Threads: 305
Skill Endorsements: 51

like i said new and learning a bit ,got my info from this site ,as i only started to use this to recover file on troubled windows computers .also im running from a usb stick so maybe its all different than if i was running from a harddrive or cdrom
http://help.artaro.eu/index.php/windows-7/troubleshooting-windows-7/recover-files-from-hard-disk-7.html#.T002OnnieuJ

caperjack
I hate 20 Questions
Team Colleague
13,847 posts since Aug 2003
Reputation Points: 1,071
Solved Threads: 878
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,571 posts since Mar 2010
Reputation Points: 365
Solved Threads: 305
Skill Endorsements: 51

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,571 posts since Mar 2010
Reputation Points: 365
Solved Threads: 305
Skill Endorsements: 51

. 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
Team Colleague
13,847 posts since Aug 2003
Reputation Points: 1,071
Solved Threads: 878
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,571 posts since Mar 2010
Reputation Points: 365
Solved Threads: 305
Skill Endorsements: 51

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,571 posts since Mar 2010
Reputation Points: 365
Solved Threads: 305
Skill Endorsements: 51

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
Team Colleague
13,847 posts since Aug 2003
Reputation Points: 1,071
Solved Threads: 878
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,571 posts since Mar 2010
Reputation Points: 365
Solved Threads: 305
Skill Endorsements: 51

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

Try to clean your hard drive by formatting.

JoshuaReen
Newbie Poster
10 posts since Feb 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

This question has already been solved: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page rendered in 0.1107 seconds using 2.75MB