![]() |
Samba: how to mount windows XP disk on Linux Slackware Server
Dear all,
I have a Samba server running on Slackware 13.0 and its service running with diskspace mounted on a Windows XP machine. Is it possible to mount the XP diskspace on the Samba server? Is yes, could anybody give me a pointer on how to do it? regards, ethereal1m |
yes, just create your shared folders in the windows machine, and use the command "mount" like this:
Code:
mount -t cifs //<windows-machine-name/<shared-folder-name> <directory>Code:
man mount |
I look at man mount.cifs, the command is part of samba suite. Do I need to add additional service configuration for windows in smb.conf file? Does this command work for XP?
|
ok so I execute:
Code:
smbmount //Serenity/ShareDocs /mnt/windows/ -o username=ethereal1m,password=mypasswd, rwCode:
net user ethereal1m /active:yes |
| All times are GMT -5. The time now is 10:36 AM. |