Quote:
Originally posted by cmgannon26
I changed by FSTAB file and now when I try to mount /dev/hda1 i get a mount point not found error...
|
When you post, please post the command you issued which
returned that particular error. Example...
Code:
mingdao@james:~$ mount /mnt/let_me_guess
mount: can't find /mnt/let_me_guess in /etc/fstab or /etc/mtab
mingdao@james:~$ mount /XP
mount: /dev/hda1 already mounted or /XP busy
mount: according to mtab, /dev/hda1 is already mounted on /XP
mingdao@james:~$ su
Password:
root@james:/home/mingdao# mkdir /mnt/Win_blows_chunks
root@james:/home/mingdao# mount /dev/hda1 /mnt/Win_blows_chunks/
mount: /dev/hda1 already mounted or /mnt/Win_blows_chunks/ busy
mount: according to mtab, /dev/hda1 is mounted on /XP
root@james:/home/mingdao# exit
exit
mingdao@james:~$ mount /mnt/sdb1
mount: special device /dev/sdb1 does not exist
mingdao@james:~$
root@paul:/home/mingdao# mount /dev/hdc8 /mnt/XP
mount: mount point /mnt/XP does not exist
You gotta give us something to run with...
We can assume you didn't create the mount point,
but why make us guess?
Did you make a mount point and what did you add to /etc/fstab?