Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 12-21-2003, 02:50 PM   #1 (permalink)
 
Junior Techie

Join Date: Nov 2003

Posts: 51

MojoInKansas

Default Another n00b question

I'll say right up front, i'm posting this from my Win2K partition, so I can't see what fstab looks like now. I have 3 windows partitions i wanna be able to see from Linux. Well, actually, I see and can read from them just fine... but what do I have to change in the mounting so I can WRITE to the parts as well?
MojoInKansas is offline  
Old 12-21-2003, 10:46 PM   #2 (permalink)
 
Junior Techie

Join Date: Nov 2003

Posts: 51

MojoInKansas

Default

sh*t. shoulda mentioned that they are in fact FAT32. (partitioned it that way 'cuz i KNEW i wanted to play with linux).
MojoInKansas is offline  
Old 12-22-2003, 08:29 AM   #3 (permalink)
 
True Techie

Join Date: Oct 2003

Posts: 204

gruntwerk

Default

Okay,
su then
mkdir /mnt/dosc

open /etc/fstab in your editor of choice...
add a line at the bottom

/dev/hda1 /mnt/dosc vfat users,owner,rw,umask=000 0 0

(* /hda1 is first partition ...
use /hda2 etc...
the dosc is just a name -- adjust to your own preferences *)

save the fstab file and go back to your console session...
type mount -a
Your C drive should be available under /mnt/dosc

if you want read only access.. change the rw to ro...
gruntwerk is offline  
Old 12-22-2003, 10:02 AM   #4 (permalink)
 
Junior Techie

Join Date: Nov 2003

Posts: 51

MojoInKansas

Default

gotcha. thanks.
MojoInKansas is offline  
Old 12-29-2003, 07:40 PM   #5 (permalink)
 
Ultra Techie

Join Date: Aug 2003

Posts: 753

Lostman

Send a message via ICQ to Lostman Send a message via AIM to Lostman Send a message via Yahoo to Lostman
Default

You have Samba installed?
__________________


www.lostman.us
Lostman is offline  
Old 12-29-2003, 08:31 PM   #6 (permalink)
ADZ
 
Master Techie

Join Date: May 2003

Posts: 2,233

ADZ is on a distinguished road

Send a message via Yahoo to ADZ
Default

wat exactly does samba do?
ADZ is offline  
Old 12-29-2003, 09:00 PM   #7 (permalink)
 
Ultra Techie

Join Date: Aug 2003

Posts: 753

Lostman

Send a message via ICQ to Lostman Send a message via AIM to Lostman Send a message via Yahoo to Lostman
Default

Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available under the GNU General Public License.

http://us3.samba.org/samba/samba.html
__________________


www.lostman.us
Lostman is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On