Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How i can mount share directory
Name: sabin.lin Date: August 21, 2003 at 05:23:11 Pacific OS: solaris8 CPU/Ram: c800
Comment:
hi,everyone: i have a share directory on windows2000. how i can mount the share directory in solaris.
Name: David Perry Date: August 21, 2003 at 06:41:40 Pacific
Reply:
The samba project has a client that allows you to mount windows shares on a unix box.
www.samba.org
0
Response Number 2
Name: sabin.lin Date: August 21, 2003 at 08:10:05 Pacific
Reply:
hi,david prerry. at redhat linux ,i can use mount command like this (mount -t smbfs -o username=administrator,password='' //machinename/share /mnt/share)to link the share directory,but at solaris i can't. I can use samba,but it is from the solaris.
0
Response Number 3
Name: David Perry Date: August 21, 2003 at 09:32:34 Pacific
Reply:
smbmount is dependent on the linux kernel and not supported on other OSs. Have a look at:
Summary: Hi ! I have one Solaris 5.8 (64 bit)machine having one directory which is Big in size. I have other Unix OS as AIX 5.1 and Open Unix 8 as well as Linux. I want to NFS Mount the Directory on Solaris so...