LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-14-2014, 08:25 PM   #31
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,340

Rep: Reputation: Disabled

Well, /dev/sda is clearly there, but fdisk doesn't seem able to access it.

The drive could very well be defective. Try:
Code:
sudo smartctl -a /dev/sda
 
Old 12-14-2014, 08:29 PM   #32
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Ser Olmy View Post
Well, /dev/sda is clearly there, but fdisk doesn't seem able to access it.

The drive could very well be defective. Try:
Code:
sudo smartctl -a /dev/sda
Code:
dt@debian:~$ sudo smartctl -a /dev/sda
[sudo] password for debiancat: 
sudo: smartctl: command not found
det@debian:~$
 
Old 12-14-2014, 08:33 PM   #33
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,340

Rep: Reputation: Disabled
I guess you don't have smartmontools installed. You could apt-get install smartmontools or use a live distribution like System Rescue CD which has most of these tools included.
 
Old 12-14-2014, 08:38 PM   #34
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Ser Olmy View Post
I guess you don't have smartmontools installed. You could apt-get install smartmontools or use a live distribution like System Rescue CD which has most of these tools included.
I'll have to look and see in the stack of DVD's that I have if I have a System Rescue CD.
I think I do have one-

Code:
det@debian:~$ sudo apt-get install smartmontools 
[sudo] password for debiancat: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package smartmontools
det@debian:~$
 
Old 12-14-2014, 08:43 PM   #35
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,340

Rep: Reputation: Disabled
Debian certainly has a smartmontools package available, so I don't know why apt-get can't find it.
 
Old 12-14-2014, 08:47 PM   #36
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
run
Code:
sudo apt-get update
then try installing smartmontools
 
Old 12-14-2014, 08:55 PM   #37
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I took a picture of Grub after I typed e for edit so you can see what I have.

Last edited by Ztcoracat; 02-24-2015 at 07:45 PM.
 
Old 12-14-2014, 09:13 PM   #38
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by colorpurple21859 View Post
run
Code:
sudo apt-get update
then try installing smartmontools
Code:
dt@debian:~$ sudo apt-get update
[sudo] password for debiancat: 
Get:1 http://security.debian.org jessie/updates InRelease [84.1 kB]
Get:2 http://security.debian.org jessie/updates/main Sources [14 B]
Get:3 http://security.debian.org jessie/updates/contrib Sources [14 B]
Get:4 http://security.debian.org jessie/updates/main amd64 Packages [14 B]
Get:5 http://security.debian.org jessie/updates/contrib amd64 Packages [14 B]
Get:6 http://security.debian.org jessie/updates/contrib Translation-en [14 B]
Get:7 http://security.debian.org jessie/updates/main Translation-en [14 B]
Fetched 84.2 kB in 5s (15.4 kB/s)     
Reading package lists... Done
debiancat@debian:~$ sudo apt-get install smartmontools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package smartmontools
dt@debian:~$
 
Old 12-14-2014, 09:37 PM   #39
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
what happens if you unplug the cable to the debian hard drive then try to boot the slackware drive, either directly or with the slackware dvd.
 
Old 12-14-2014, 09:49 PM   #40
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by colorpurple21859 View Post
what happens if you unplug the cable to the debian hard drive then try to boot the slackware drive, either directly or with the slackware dvd.
I would have to kill the power to the case and unplug the 1 TB drive and I really don't want to do that.
--That would be my last thing on my list I would want to try--
I was very careful when I installed the new 1 TB HDD.

I'm looking for the Rescue CD so I can see if the smartmontools are on the disk.
 
Old 12-14-2014, 10:20 PM   #41
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Booting the 'System Rescue CD' I choose boot into a 64 bit Linux Graphical GUI with other choices.

What can I run for you in the Rescue Terminal in order for you to get the information you need to help me?


@Ser Olmy:
I downloaded the smartmontools from the link you posted; thanks.

Last edited by Ztcoracat; 12-14-2014 at 10:36 PM.
 
Old 12-14-2014, 10:39 PM   #42
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
The Slackware partition's are there-

Last edited by Ztcoracat; 02-24-2015 at 07:45 PM.
 
Old 12-14-2014, 11:46 PM   #43
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Ser Olmy View Post
Well, /dev/sda is clearly there, but fdisk doesn't seem able to access it.

The drive could very well be defective. Try:
Code:
sudo smartctl -a /dev/sda
I tried running the smartcltl cmd after installing the smartmontools-
Code:
det@debian:~$ sudo smartctl -a /dev/sda
[sudo] password for debiancat: 
smartctl 6.4 2014-10-07 r4002 [x86_64-linux-3.16-2-amd64] (local build)
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               /2:0:0:0
Product:              
Compliance:           SPC-5
User Capacity:        600,332,565,813,390,450 bytes [600 PB]
Logical block size:   774843950 bytes
scsiModePageOffset: response length too short, resp_len=47 offset=50 bd_len=46
scsiModePageOffset: response length too short, resp_len=47 offset=50 bd_len=46
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
det@debian:~$
 
Old 12-15-2014, 05:13 AM   #44
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,340

Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Code:
det@debian:~$ sudo smartctl -a /dev/sda
[sudo] password for debiancat: 
smartctl 6.4 2014-10-07 r4002 [x86_64-linux-3.16-2-amd64] (local build)
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               /2:0:0:0
Product:              
Compliance:           SPC-5
User Capacity:        600,332,565,813,390,450 bytes [600 PB]
Logical block size:   774843950 bytes
scsiModePageOffset: response length too short, resp_len=47 offset=50 bd_len=46
scsiModePageOffset: response length too short, resp_len=47 offset=50 bd_len=46
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
I think it's fairly safe to say that this drive is history.
 
Old 12-15-2014, 05:34 AM   #45
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Quote:
I think it's fairly safe to say that this drive is history.
If it was me, I would first recheck cables, then if that doesn't work, try with the debian drive disconnected and lastly with cables installed as orginally before the debian drive was added, before calling the slackware drive dead.tt

Last edited by colorpurple21859; 12-15-2014 at 05:36 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Vanilla kernel config gives kernel panic: Unable to find VolGroup0 bbcannon Linux - Newbie 1 09-24-2008 03:48 AM
ISOLinux from Debian etch cannot find kernel image (but kernel is in its place)! Why? *Dark Dragon* Debian 4 11-07-2005 09:54 PM
Kernel Panic can not find init image ToeShot Linux - General 5 08-03-2005 02:05 PM
kernel panic error after rebooting new kernel image fiero Linux - General 4 07-13-2005 08:32 AM
kernel-image generates Kernel Panic Osten Debian 1 03-10-2004 12:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration