On Sat, 26 Feb 2005 11:39:47 -0500
Christopher Taylor disseminated the following:

> I have recently aquired a pc and have installed Mandrake 10.1.  I want
> to keep my old XP box on the network and use the drives.  Within XP I
> set the drives to be shared.  How would I access them through the
> linux box.  One drive is fat32 and the other is NTFS.  Having the ntfs
> drive read-only is acceptable.  Thanks.

Personally, I use LinNeighbourhood to browse and mount shares, though you must
have the Samba client installed. You can use LinNeighbourhood to export a
'mountscript' and then bind that script to a key set or to an icon. In the end,
looks something like this:

#! /bin/sh

# SMB mount script
# created by LinNeighborhood

smbmount //NODE2/backup /home/joehill/mnt/NODE2/backup/ -o username=xxxx

Then of course to unmount:

#! /bin/sh

# SMB mount script
# created by LinNeighborhood

smbumount /home/joehill/mnt/NODE2/backup/

This way, you don't have to fire up LinNeighbourhood or some other app every
time  you want to mount a remote share, you just hit a coupla keys and yer
in.

-- 
JoeHill / RLU #282046 / www.freeyourmachine.org
19:26:31 up 5 days, 21:29, 10 users, load average: 0.14, 0.04, 0.03
+++++++++++++++++++++++++++
"When the going gets weird, the weird turn pro." -- Hunter S. Thompson

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to