LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mounting Samba Shares w/ Solaris (https://www.linuxquestions.org/questions/linux-software-2/mounting-samba-shares-w-solaris-113651/)

linux_pioneer 11-07-2003 11:59 PM

Mounting Samba Shares w/ Solaris
 
I'm running Solaris 8 and Samba. I can see my sparc station on the domain from my linux and windows workstations. How do I browse the network from my sparc station. I notice in solaris there is no smbmount as is in linux. What's the best way to do this?

DavidPhillips 11-08-2003 02:29 AM

do you have smbclient?

Maybe you only installed the server.

linux_pioneer 11-08-2003 02:31 AM

i have smbclient and played with around with it. how do u use it to mount shares?

m3thOd 11-08-2003 04:13 AM

mount -t smbfs //192.168.0.2/share_name /path_to_mount_point

linux_pioneer 11-08-2003 09:14 PM

i can use smbclient to get files ftp style but i would rather mount the shares. w/ solaris 8, the -t is not an option.

DavidPhillips 11-09-2003 12:59 AM

try it without the -t, just a guess..

mount //192.168.0.2/share_name /path_to_mount_point


All times are GMT -5. The time now is 10:16 PM.