Re: [newbie] Mounting Drives on other machines?!

2001-08-22 Thread Mohammed Arafa

ever heard of nfs? network file system . i believe it comes standard with
the mandrake cd..

u mount the remote pc's hd as those it was on your local pc
- Original Message -
From: h3rb [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 22, 2001 5:56 AM
Subject: [newbie] Mounting Drives on other machines?!


 Is there a way to mount a drive on another linux machine on my network?  I
 have 4 other linux servers on my internal network.  And having to ssh or
ftp
 files back and forth is becoming an annoyance.  Is there a way I can mount
 the drives from the other machines?  Kinda like you would mount a network
 drive in windows?  If it can be done..can someone point me in the right
 direction.

 h3rb








 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://.mandrakestore.com



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://.mandrakestore.com



RE: [newbie] Mounting Drives on other machines?!

2001-08-22 Thread Michael D. Viron

Start the NFS service after restarting Linuxconf's service handler...

Then service nfs restart.

In order to run NFS, you must also run portmap.  Before you try service nfs
restart, check on the status of portmap '/etc/rc.d/init.d/portmap status'.

You can, of course, also find the NFS howto on http://www.linuxdoc.org .

Michael

--
Michael Viron
Registered Linux User #81978
Senior Systems  Administration Consultant
Web Spinners, University of West Florida



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://.mandrakestore.com



Re: [newbie] Mounting Drives on other machines?!

2001-08-22 Thread h3rb

Thx..already got it working.  =)  Life is much easier now.

h3rb
On Wednesday 22 August 2001 09:36 am, Michael D. Viron wrote:
 Start the NFS service after restarting Linuxconf's service handler...
 
 Then service nfs restart.

 In order to run NFS, you must also run portmap.  Before you try service nfs
 restart, check on the status of portmap '/etc/rc.d/init.d/portmap status'.

 You can, of course, also find the NFS howto on http://www.linuxdoc.org .

 Michael



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://.mandrakestore.com



[newbie] Mounting Drives on other machines?!

2001-08-21 Thread h3rb

Is there a way to mount a drive on another linux machine on my network?  I 
have 4 other linux servers on my internal network.  And having to ssh or ftp 
files back and forth is becoming an annoyance.  Is there a way I can mount 
the drives from the other machines?  Kinda like you would mount a network 
drive in windows?  If it can be done..can someone point me in the right 
direction.

h3rb



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://.mandrakestore.com



RE: [newbie] Mounting Drives on other machines?!

2001-08-21 Thread Jose M. Sanchez

If you are doing this between Linux machines, then NFS is the way to go.

You can mount the other machine's drives (or directories) either at
boot, in a script or manually.

Go into Linuxconf's NFS setup and EXPORT the diretory structure you want
to share.

Start the NFS service after restarting Linuxconf's service handler...

Then service nfs restart.

Now on the other machine start NFS as well and you can them mount the
remote computer's drive/directories...

I.E.

mount linuxbox:/ /mnt/linuxbox  

This mounts the machine called Linuxbox's root directory at the
/mnt/linuxbox mount point...

mount linuxbox:/usr /mnt/linuxbox/usr 

Mounts the Linuxbox's usr directory (since it's on another drive) to
preserve consistent mounts...

Etc.

I ended making a little script to do all the work for me, so I can mount
and unmount the volumes I need without effort, nor relying on the system
to do this...

Oh yes, you can also AUTOMOUNT NFS partitions as well...

-JMS



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of h3rb
Sent: Tuesday, August 21, 2001 11:56 PM
To: [EMAIL PROTECTED]
Subject: [newbie] Mounting Drives on other machines?!


Is there a way to mount a drive on another linux machine on my network?
I 
have 4 other linux servers on my internal network.  And having to ssh or
ftp 
files back and forth is becoming an annoyance.  Is there a way I can
mount 
the drives from the other machines?  Kinda like you would mount a
network 
drive in windows?  If it can be done..can someone point me in the right 
direction.

h3rb





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://.mandrakestore.com



Re: [newbie] mounting drives

2000-05-02 Thread Paul

On Sun, 30 Apr 2000, flupke wrote:

 When the supermount option is used there is nothing in the directory
 and when I try to mount by editing the fstab file I get the error
 mount: /dev/hdc is not a valid block device.
 please help
 
/dev/hdc is the name of a whole hard drive. Instead, you have to mount a
partition inside this HD. For instance : /dev/hdc1 for the first primary
partition in this drive.

Also take into account that, if /dev/hdc is your CDROM, you mount that
through /dev/cdrom.

Paul

)0(---)0(

Atheism: a non-prophet organization.

)0([[EMAIL PROTECTED]]-)0(
http://nlpagan.net - ICQ 147208
Registered Linux User 174403




[newbie] mounting drives

2000-04-30 Thread mat rooney

I've just upgraded to the latest version from RH 6.0
I'm having trouble getting the floppy drive and the cdrom mounted
Both of these worked perfectly under Red Hat
When the supermount option is used there is nothing in the directory
and when I try to mount by editing the fstab file I get the error
mount: /dev/hdc is not a valid block device.
please help




Re: [newbie] mounting drives

2000-04-30 Thread flupke



On Mon, 1 May 2000, mat rooney wrote:

 I've just upgraded to the latest version from RH 6.0
 I'm having trouble getting the floppy drive and the cdrom mounted
 Both of these worked perfectly under Red Hat
 When the supermount option is used there is nothing in the directory
 and when I try to mount by editing the fstab file I get the error
 mount: /dev/hdc is not a valid block device.
 please help
 
 
/dev/hdc is the name of a whole hard drive. Instead, you have to mount a
partition inside this HD. For instance : /dev/hdc1 for the first primary
partition in this drive.

HTH
Flupke