Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

share a win NT disk on a linux OS

0 views
Skip to first unread message

A G

unread,
Dec 7, 2001, 10:28:25 AM12/7/01
to
Hi all,
I know that samba is used to share LINUX/UNIX dir on windows system,
but ...how can I do the inverse thing????

what can I do to mount a windows disk on my linux PC ???

help me, thanks a lot

bye

AG.

Rolf Wagner

unread,
Dec 7, 2001, 11:38:21 AM12/7/01
to

mount -t smbfs -o username=userid,password=xxx //hostname/share /mountpoint

if this doesn't work, try:

mount -t smbfs -o username=hostname/userid,password=xxx //hostname/share
/mountpoint

if this doesn't work, too, try:

mount -t smbfs -o username=userid/hostname,password=xxx //hostname/share
/mountpoint

A G wrote on Freitag, 7. Dezember 2001 16:28, in linux.samba:

> ...

Dennis K Grow

unread,
Dec 7, 2001, 5:00:07 PM12/7/01
to
And if they don't work try:

smbmount //window_machine/share /mnt/point -o
username=<user>,password=<password>

mw

unread,
Dec 8, 2001, 1:57:46 AM12/8/01
to
In article <v9rqu9...@iwagmbh.de>, "Rolf Wagner" <rwa...@iwagmbh.de>
wrote:

Also try:


//windowspc/sharename /mountpoint smbfs username=xxxxx, password=xxxxx
--
Regards,
Mark

Samba Setup Guide
http://samba.netfirms.com
http://members.shaw.ca/markswebb/index.htm

"If Ballmer told me that my pants were on fire AND I smelled smoke AND I
felt my ass getting warm I still would not believe him. "
-- Unknown

0 new messages