Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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-14-2003, 10:44 PM
|
#1
|
|
LQ Newbie
Registered: Jul 2003
Distribution: SlackWare - RedHat - SuSE
Posts: 26
Rep:
|
AutoMounting .???...............yes, Again :)
hey guys , sorry for the subject, i know it has been repeeted alot but how can i auto mount my fat drives
and please explain the code to put in fstab
i don't want u to throw me any bones
|
|
|
|
08-14-2003, 10:55 PM
|
#2
|
|
Guru
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445
Rep:
|
Search the forums for something like "mount windows partitions" or "mount fat32 partitions"
|
|
|
|
08-14-2003, 10:59 PM
|
#3
|
|
Member
Registered: Aug 2003
Distribution: gentoo
Posts: 62
Rep:
|
assuming it is an ide device you would put this line in your /etc/fstab
/dev/hdXY /mnt/windoze vfat defaults 0 0
X=drive
Y=partition
/mnt/windoze= where ever you want to mount it
Hope this helps
|
|
|
|
08-14-2003, 11:11 PM
|
#4
|
|
Member
Registered: Jul 2003
Location: Cincinnati, Ohio
Distribution: Slackware 9 (current), Gentoo 1.4, Redhat shrike
Posts: 86
Rep:
|
Quote:
Originally posted by quest4knowledge
assuming it is an ide device you would put this line in your /etc/fstab
/dev/hdXY /mnt/windoze vfat defaults 0 0
X=drive
Y=partition
/mnt/windoze= where ever you want to mount it
Hope this helps
|
Also, you may have problems accessing this as a user (not-root) depending on what your defaults are. If that is the case, modify the fstab to say
/dev/hdXY /mnt/windoze vfat defaults,umask=022 0 0
or you can set the umask to 222 or 002 or 000, depending on how secure you want the drive. By the way, umask is sorta like the reverse of chmod when it comes to numbering.
Also, sometimes windows (i know this happens in XP) likes to keep a stranglehold on the drives. If this is the case, go into windows, and change the local sharing on the drive.
|
|
|
|
08-15-2003, 09:38 AM
|
#5
|
|
LQ Newbie
Registered: Aug 2003
Location: miami, fl
Distribution: 64Studio, A/DeMudi, opensuse 11.0
Posts: 17
Rep:
|
/etc/fstab
i am having a similar fstab problem. I installed a cdrecorder(cd-rw) and when I try to mount it I get the error message:
no final newline in /etc/fstab or something.
some help, please?
|
|
|
|
08-15-2003, 01:24 PM
|
#6
|
|
Member
Registered: Aug 2003
Distribution: gentoo
Posts: 62
Rep:
|
Well, this is just a quess since I have never seen this error before. Maybe try adding a single blank line to the end of that file. Kinda sounds like what the error is asking for.
|
|
|
|
08-15-2003, 01:25 PM
|
#7
|
|
LQ Newbie
Registered: Jul 2003
Distribution: SlackWare - RedHat - SuSE
Posts: 26
Original Poster
Rep:
|
thanx guys
but what does windoze in the code refer to ........?
and when i mount the drive , where would it appear ?
|
|
|
|
08-15-2003, 02:07 PM
|
#8
|
|
Senior Member
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104
Rep:
|
/mnt/windoze simply refers to your mount point - ie a new directory called windoze in your /mnt directory - you can access windoze by openeing your /mnt directory
ie to create this mount point - do
Open a command line shell
su
root password
mkdir /mnt/windoze
This simply creates a new directory called windoze in your /mnt directory
Last edited by Skyline; 08-15-2003 at 02:13 PM.
|
|
|
|
| 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
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Automounting
|
cybersaga |
Slackware |
4 |
02-03-2005 11:53 PM |
|
automounting??
|
graffitici |
Linux - Hardware |
6 |
07-04-2003 03:58 AM |
|
AutoMounting
|
dkc_ace |
Linux - Hardware |
2 |
05-13-2003 01:57 PM |
|
Automounting
|
vector |
Linux - General |
4 |
03-19-2003 05:00 PM |
|
automounting
|
cornelius |
Programming |
3 |
07-05-2002 07:07 PM |
All times are GMT -5. The time now is 11:16 PM.
|
|
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
|
|