Re: Mount windows drive within another machine (network)

2001-06-25 Thread Keith G. Murphy
nico de haer wrote: > > Juan, > > Share the drive under windows, and use samba (the smbmount part) to mount it > somewhere on your Linux system. One warning: un-mount the share *before* you > turn off your windows box or before it *crashes* Linux doesn't like mounts > to go without saying bye. I

Re: Mount windows drive within another machine (network)

2001-06-25 Thread chamster
On Sun, Jun 24, 2001 at 11:44:42PM +0300, Michael Schmidt wrote: > This can be done using mount. I am not sure how secure this is. It doesn't > seem very secure since the username and password are listed, maybe there is a > better way. > > mount -t smbfs -o > username=REMOTE_USERNAME,password=R

Re: Mount windows drive within another machine (network)

2001-06-24 Thread Alvin Oga
hi ya michael to put passwds into a file is a bad idea... - you can use sudo to not require passwd for certain root functions such as mount ... but that too is equally bad ??? - if you use an automounter, it needs the passwd too but at least the world cant see the file contents used by auto

Re: Mount windows drive within another machine (network)

2001-06-24 Thread Alvin Oga
thout saying bye. > For syntax and stuff (i love this part 8]) R.T.F.M. of Samba. > > Yours, > Nico de Haer > > - Original Message - > From: Juan <[EMAIL PROTECTED]> > To: > Sent: Sunday, June 24, 2001 9:13 PM > Subject: Mount windows drive within anot

Re: Mount windows drive within another machine (network)

2001-06-24 Thread Alvin Oga
hi juan make sure D: is exported as a share on windows make sure on linxu that your kernel supports that filesystem ( vfat, msdos, ntfs(is not recommended for writing ) mount the windows box and do what you want with the contents in D: ( many different ways to mount it... ( vers

Re: Mount windows drive within another machine (network)

2001-06-24 Thread Sebastiaan
On Sun, 24 Jun 2001, Juan wrote: > Hi, > > Can I mount a remote Windows drive? How? > For example I have a machine running Windows IP number 192.168.66.2. Can I > mount Windows drive D: via LAN? > Hello, I have read that it is possible. Try SAMBA. Greetz, Sebastiaan

Re: Mount windows drive within another machine (network)

2001-06-24 Thread nico de haer
this part 8]) R.T.F.M. of Samba. Yours, Nico de Haer - Original Message - From: Juan <[EMAIL PROTECTED]> To: Sent: Sunday, June 24, 2001 9:13 PM Subject: Mount windows drive within another machine (network) Hi, Can I mount a remote Windows drive? How? For example I have a mach

Re: Mount windows drive within another machine (network)

2001-06-24 Thread Michael Schmidt
This can be done using mount. I am not sure how secure this is. It doesn't seem very secure since the username and password are listed, maybe there is a better way. mount -t smbfs -o username=REMOTE_USERNAME,password=REMOTE_PASSWORD,uid=LOCAL_USERNAME,gid=LOCAL_GROUP, workgroup=WINDOWS_WORKGR

Mount windows drive within another machine (network)

2001-06-24 Thread Juan
Hi, Can I mount a remote Windows drive? How? For example I have a machine running Windows IP number 192.168.66.2. Can I mount Windows drive D: via LAN? TIA, Juan José Velázquez Garcia Web Development www.htmlspider.com.br