Results 1 to 2 of 2
Hi there,
i want to mount windows patition using samba.
I believe this is the command:
mount -t smbfs //hostname/c$ /mnt/windows2003
what is the options to enter the username and ...
- 01-14-2008 #1Just Joined!
- Join Date
- Aug 2004
- Posts
- 42
mount windows partition
Hi there,
i want to mount windows patition using samba.
I believe this is the command:
mount -t smbfs //hostname/c$ /mnt/windows2003
what is the options to enter the username and password in that commnad?
when I execute the above command, it asks for the password, assuming "root" as windows user? I want to put the username and password in the command/
Any idea experts?
Thanks
Kumar
- 01-15-2008 #2
HowTo Mount a CIFS Network Share [AKA Mapped Network Drive] in openSUSE 10.2, 10.3
SwerdnaCode:mount -t cifs -o username=whatever,password=something //servername/sharename /home/username/destination


Reply With Quote
