Linux - General This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-20-2001, 02:00 PM
|
#1
|
|
Member
Registered: Apr 2001
Location: South of Atlanta
Distribution: Mandrake 8.1, Suse 7.0
Posts: 207
Rep:
|
mounting file systems
man with this slackware you have to configure almost everything... good way to learn though!
at any rate, in /etc/fstab i have put in the entry for my floppy drive:
/dev/fd0 /mnt/floppy ext2 noauto 0 0
now, when i do:
>mount /dev/fd0
no matter what the file system is i ALWAYS get a wrong fs type and the like merror message...
so i had 2 choices: 1- change ext2 in etc/fstab to vfat or 2- >mount -t vfat /dev/fd0 /mnt/floppy
how can i fix this? or is the entry correct to put floppy as vfat in etc/fstab?
i wouldnt think that the latter is correct because of a sample /etc/fstab file in a redhat book I saw had ext2
either way, someone gimme a hand!
thx
|
|
|
|
08-20-2001, 02:25 PM
|
#2
|
|
Guru
Registered: Jan 2001
Posts: 24,128
Rep: 
|
i noticed in your post when you said you mounted with the command
# mount /dev/fd0
you are putting where you want to mount the floppy right like with
# mount /dev/fd0 /mnt/floppy
when you mount.. it needs a directory to read from.
|
|
|
|
08-20-2001, 02:40 PM
|
#3
|
|
Member
Registered: Apr 2001
Location: South of Atlanta
Distribution: Mandrake 8.1, Suse 7.0
Posts: 207
Original Poster
Rep:
|
right
right , right
youre right... you can put a destination mounting directory at the end of the command, still, you can also mount the device without if in your etc/fstab file you enter the mount point.
however, that aside, what i was running into was the fact that either way i mounted the floppy drive i would always get wrong fs type (even on boot floopies that i KNEW were ext2 file systems) unless i entered vfat or put "vfat" in the fstab file
thx
|
|
|
|
08-20-2001, 02:55 PM
|
#4
|
|
Guru
Registered: Jan 2001
Posts: 24,128
Rep: 
|
are you specifying when mounting the file type then... like a msdos would be:
# mount -t msdos /dev/fd0...... etc...
|
|
|
|
08-20-2001, 05:12 PM
|
#5
|
|
Member
Registered: Apr 2001
Location: South of Atlanta
Distribution: Mandrake 8.1, Suse 7.0
Posts: 207
Original Poster
Rep:
|
no, i think your missing what im saying
no, i think your missing what im saying...
what im saying is that i would like to mount the floppy that has my linux stuff on it...
do i need to manually enter ext2 or vfat in fstab
|
|
|
|
08-20-2001, 08:20 PM
|
#6
|
|
Guru
Registered: Jan 2001
Posts: 24,128
Rep: 
|
here is what my fstab looks like:
/dev/hdb /mnt/ls120.0 auto noauto, owner, kudzu 0 0
I think when your referring to the filesystem, instead of specifying a certain one, just add auto instead.
I use a Superdisk LS120 as you can tell, yours should look something like this in fstab:
/dev/fd0 /mnt/floppy auto noauto, owner 0 0
then you should just be able to issue the command
# mount /dev/fd0
or of course
# mount /dev/fd0 /mnt/floppy
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:29 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.
|
Latest Threads
LQ News
|
|