LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-03-2005, 08:01 AM   #1
saustin99
LQ Newbie
 
Registered: May 2005
Posts: 10

Rep: Reputation: 0
Mount a NETWORK windows partiton on startup ?


Hi,
Have seen many posts on mounting a local windows drive on startup. What we are looking to do, if possible, is mount a windows partition on a network server so that we can read/write to it (for backup). Want to do this on startup. If the network is called MYNET and the server is MYSERVER and the volume is MYVOLUME
how would you do this ?
Since this is a RH3 server running oracle 9i, and the user is ORACLE would you create a vfat volume or could this be done with samba ?
Any ideas greatly appreciated. Many thanks, Steve.
 
Old 08-03-2005, 09:14 AM   #2
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
just add a line to your fstab. Something like
//your/server/shared_folder /mnt/where/you/want/it smbfs rw,uid=your_user,gid=your_group 0 0
 
Old 08-03-2005, 11:01 AM   #3
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Note that when you troubleshoot your new fstab entry, you do NOT have to reboot the machine just to try it out. The basic steps you want to do are:

su (login as root at a terminal prompt)
cd /mnt
mkdir sharename (make the mount point)
vi /etc/fstab (edit your fstab and make the new entry)
mount sharename (try it out--it probably won't work the first try)
vi /etc/fstab (figure out something you did wrong and change it)
mount sharename (I bet it didn't work this time either)
...repeat...

If you successfully mount, but find that the settings aren't to your satisfaction (e.g. it mounts read only), then use this command to unmount it:

umount sharename
 
Old 08-05-2005, 08:20 AM   #4
saustin99
LQ Newbie
 
Registered: May 2005
Posts: 10

Original Poster
Rep: Reputation: 0
Thank you for your replies. Was only interested in mounting a NETWORK partition. A usefull faq to accomplish this was on http://www.justlinux.com. Best Regards.
 
  


Reply



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
Xandros mount point for Windows Network & NFS Network jaagut Linux - Distributions 1 09-14-2005 07:21 AM
How to mount windows shares on startup? exitsfunnel Linux - General 1 05-10-2005 07:06 PM
How To Mount The Windows Drives In Linux at Startup KnowledgeSeeker Linux - Software 2 09-24-2004 06:13 PM
Startup script to mount windows shares? Higs Linux - Networking 1 05-30-2004 09:28 AM
Mount network share at startup. Ge0ph Linux - Networking 3 10-17-2001 08:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:37 AM.

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