Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
after 73 days of uptime, my system froze. I telnet'd into it from another box on my LAN and su'd to root and issued a 'shutdown -r now'.
during the reboot, I was asked to run fsck manually as there was a problem with my /data filesystem which lives by itself on /dev/sda1 (a 4G SCSI drive which can be verified with my Adaptec SCSI utility at boot time).
I have to remove the /dev/sda1...../data...defaults...1 2 line from my /etc/fstab to boot without interaction. then, I try to mount the /data filesystem with the mount /data command (after reinserting the entry in /etc/fstab) and I get '/dev/sda1 is not a valid block device' error.
any help appreciated. all of my data is on this filesystem, and I am mid-stream as far as a backup/recovery deployment...so I fear I am currently in a bad place. thanks in advance.
fsck /dev/sda1
Parallelizing fsck version 1.19 (13-Jul-2000)
e2fsck 1.19, 13-Jul-2000 for EXT2 FS 0.5b, 95/08/09
fsck.ext2: No such device or address while trying to open /dev/sda1
Possibly non-existent or swap device?
your suggestion didn't directly fix my situation, but led me down a path
what happened was fdisk -l /dev/sda did not return any device. so, I powered down my box and re-seated all the cables. my experience has taught me that scsi errors are commonly cable issues. I checked the other devices as well, and realized I had left a CD in my IDE CDROm drive. once I removed the CD, the scsi devices were recognized immediately.
since I have a scsi cd-rw and an IDE cdrom, I'm guessing there is some issue about them both being used at the same time? I do have the scsi drivers compiled as modules, but I digress to another thread.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.