LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-20-2003, 11:33 PM   #1
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Rep: Reputation: 15
Mounting


Okay, I'm thinking of installing Red Hat 9 (after my loss of Mandrake 9.1 a few minutes ago, read my topic about swap space =b) Anyways... The last time I tried Red Hat, I know one thing I didn't like about it was that it did not mount all my other drives for me like Mandrake. If I were to install Red Hat 9, how would I mount my windows drives? (Please explain in the most simple way =b, I am just coming from Mandrake, therefor I am a big )
 
Old 09-20-2003, 11:49 PM   #2
milano
LQ Newbie
 
Registered: May 2003
Distribution: Suse SLES8
Posts: 3

Rep: Reputation: 0
This is from some notes I made while installing RedHat AS 2.1. My windows server is named office

1) edit hosts file to include name of windows system you need to mount. I had to do this because my windows system was not in a DNS.

2) make a directory for the mount point. i.e. /office

3) use this command to mount to a server called office and a share called c
mount –t smbfs –o username=username,password=password //office/c /office

4) access the windows share via /office

Hope this works for you on RH9
 
Old 09-21-2003, 02:09 AM   #3
coolamit78
Member
 
Registered: Aug 2003
Location: New Delhi, India
Distribution: RHEL AS 3/4, Windows XP
Posts: 546

Rep: Reputation: 31
Ok...I have answered this question many times...So just take a good look at the thread and especially my replies .......

http://www.linuxquestions.org/questi...ght=coolamit78

post again, if that dosent do it for you.
 
Old 09-21-2003, 09:20 AM   #4
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Original Poster
Rep: Reputation: 15
Tried that just now...

http://www.angelfire.com/oz/chaosz3ro/why.jpg


Thats what I did... I still cannot get to my Fat32 storage drive


(That's why I made it hda3, and not hda1)
 
Old 09-21-2003, 11:18 AM   #5
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Original Poster
Rep: Reputation: 15
Question ??

Anyone have an idea?
 
Old 09-21-2003, 01:57 PM   #6
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Original Poster
Rep: Reputation: 15
...

Ugh... please someone help
 
Old 09-21-2003, 03:14 PM   #7
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Original Poster
Rep: Reputation: 15
Question Writing

Okay... I can access my Fat32 drive now, but I cannot write to it from Red Hat. Can someone please tell me how to mount it so that it will write as well?
 
Old 09-21-2003, 03:43 PM   #8
CrAZy_MoNKeY
Member
 
Registered: Mar 2003
Posts: 64

Rep: Reputation: 15
can u write to it as root
 
Old 09-21-2003, 04:06 PM   #9
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Original Poster
Rep: Reputation: 15
Yes
 
Old 09-21-2003, 08:50 PM   #10
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Original Poster
Rep: Reputation: 15
gotta bump this... i need help!
 
Old 09-21-2003, 09:06 PM   #11
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
in your fstab file add the options: user,exec,gid=users,fmask=0777,dmask=0777. I'm assuming it's a local drive and not a network drive.
 
Old 09-21-2003, 09:19 PM   #12
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Original Poster
Rep: Reputation: 15
Where?

Where do I add that?

/dev/hda6 /mnt/win_c vfat defaults 0 0

That's how it is now; where in there do I need to add those options?
 
Old 09-21-2003, 09:38 PM   #13
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Try this:

/dev/hda6 /mnt/win_c vfat umask=000,defaults 0 0
 
Old 09-21-2003, 09:54 PM   #14
ChaosZ3RO
Member
 
Registered: Jul 2003
Distribution: Debian
Posts: 108

Original Poster
Rep: Reputation: 15
nope... that just made it unreadable
 
Old 09-21-2003, 10:02 PM   #15
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
You could try this : you'll need to substitute in your user id number in place of the example one - to get your user id number open a terminal, su to root user then,

id username

look for the uid=xxx - thats your user id number

/dev/hda6 /mnt/win_c vfat umask=000,uid=501,auto 0 0
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mounting an ISO image from a CD different than mounting from HD? NoTiG Linux - Software 4 08-03-2005 04:40 PM
Gnome 2.6 Right click mounting and the mounting system Acetylcholine Linux - Hardware 0 07-25-2004 07:34 AM
Mounting HDD vs. Mounting Filesystem snailophone Linux - Hardware 4 08-12-2003 11:00 AM
Mounting mounting extended partition and its Logical drives desbyleo Linux - Newbie 10 02-18-2002 03:13 PM
mounting Cybergod1983 Linux - General 1 10-08-2001 03:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration