Jump to content

Mounting Lan Drive


Guest Jose
 Share

Recommended Posts

I have a Red Hat 8 box and a Win XP Home box. I have all my music on the XP box, but would like to mount the 2nd Win VFAT32 drive where the music is on my linux machine. I have read the info on the mount command, but don't know how to reference the external, non local lan drive (not local to the linux box itself). What is the proper reference to a drive other than on the linux machine?

 

I have done this easily on my mandrake machine, but RedHat does not provide a user interface, gui, with which to do this process.

Link to comment
Share on other sites

You have to put an entry in your /etc/fstab. This is really well explained here:

http://www.mandrakeuser.org/docs/connect/c...mba.html#client

 

Basically, be sure you can at least ping that machine (ie the network is working). Then open /etc/fstab as root and add a line similar to that:

//win/EXPORT /mnt/vmsmb smbfs user,noauto 0 0

and now type

mount /mnt/vmsmb

This will mount the 'EXPORT' share on the 'win' machine in your local /mnt/vmsmb directory.

 

Hope this help

 

MOTtS

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...