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.
I've never done this before, so I am probably doing something wrong here.
I am following this tutorial from linux questions. I'm using the same external hard drive that the tutorial uses, the 80gb maxtor IDE. Gentoo linux is my distribution.
/dev/sda exists in my computer, but there are no directories inside of it (as there are in the tutorial)
I added THIS line to my fstab
Code:
/dev/sda /home/duck/bak vfat noauto,user,ro 0 0
after creating the /bak directory in my home directory
/bak is not mounted at boot
when I try to
Code:
mount -t vfat /dev/sda /home/duck/bak
the command line tells me that the fs type is wrong and that there is a "bad superblock on /dev/sda or there are too many mounted filesystems"
Filesystem.............1K-blocks.........Used.............Available........Use%......Mounted on
/dev/hda4..............26217272.........9530996......16686276.......37%........./
/dev/hda2..............54444................8061.............43572..............16%........./boot
none........................452228..............0....................452228............0%.........../dev/shm
Last edited by fatblueduck; 06-10-2005 at 07:33 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.