Displaying 1 result from an estimated 1 matches for "win_machine_name".
1998 Sep 22
0
x filemanager (SAMBA digest 1819)
...a Samba directory or resource and treat it
> like any other directory. That way, I could get away from the FTP-like
> interface and be able to browse it with a graphical filemanager.
Answers:
1) There's no need for research; try the smbmount command.
[arnold@rama]# smbmount "//win_machine_name/shared_dir" /mnt
To get a list of available shares on a particular machine, try the
smbclient command:
[arnold@rama]# smbclient -L win_machine_name
The smbmount/smbumount commands are installed by default with
RedHat, but I don't think they are installed with the regular samba
stu...