Hi guys,
it looks like I have a dead drive somewhere, but I cannot seem to get to fstab after using my usb install media to boot to rescue system
I cannot post verbaum but it looks similar to:
joe /etc/fstab
/dev/root /ext 2 defaults 0 0
proc/proc proc defaults 0 0
sysfs/sys sysfs defaults 0 0
devpts/root /ext 2 defaults 0 0
I realized its likely using the rescue live image
so I tried to mount sda (which is my boot drive)
mounrt /dev/sda & 1-4
and I got
mount.bin .dev sda# cant find in /etc/fstab
The problem obviously is that mount doesn’t know where it should mount it to, because /dev/sda is not listed in (the LiveCD’s) fstab.
You need to specify the mountpoint.
Also, you probably rather want to mount /dev/sda1, which is the first partition on /dev/sda, whereas /dev/sda is the whole disk.
So e.g.:
mount /dev/sda1 /mnt
should make the first partition on /dev/sda show up under /mnt.
For further help, please post the output of “fdisk -l”.
Well, as I see it (but who believes me), he does not really want to edit /etc/fstab of his system. He seems (but I admit that his post is full of uncertainties and nonsense) to run a life/rescue system and executes that mistyped mount command from it. Thus the life/rescue system tries to find missing information in the /etc/fstab of the life/rescue system. It can’t find any and thus complains about the /etc/fstab of the life/rescue system. Not about the /etc/fstab of the /dev/sda based system.
I have the idea that the title of this thread belongs to the category "asking for the step in the (in this case wrong) path instead of asking about the problem. We have some luck in that he says
it looks like I have a dead drive somewhere
I suggest to the OP to make a more precise and extensive description about his real problem that tells us more then “dead drive somwhere”.
As I understand it, his system does not boot anymore because some possibly dead drive is mounted from fstab.
So he wants to “repair” that by editing the system’s /etc/fstab from a Live/Rescue USB stick.
But I agree that the original post is not really clear…
Really nice thread.
Someone asked a question few hour ago (16 if I am right) and a lot of people of good faith try to guess what wanted to say.
I hope I am not misunderstood.