Hi! Is konqueror network browser the easiest way to browse NT SHARED DIRECTORY? I know only one other wy wich is the using the command line "smbclient ..."! can i mount a directory using mount ? Thanks _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
On Sun, 6 May 2001, kaab kaoutar wrote:> Is konqueror network browser the easiest way to browse NT SHARED DIRECTORY?Only you can define "easiest" ...> I know only one other wy wich is the using the command line "smbclient ..."! > can i mount a directory using mount ?On linux you can use smbfs to mount SMB shares. Something like: mount -t smbfs -o username=foo,workgroup=bar //server/share /mnt/point Read the smbmount manpage for details. That gives you "normal" file access to the remote dir under /mnt/point. (I say "normal" since not everything works like it does on a local filesystem) You will want to run a 2.2.18/19 or 2.4.4 kernel with support for smbfs, and possibly also upgrade to samba 2.2.0 for the bugfixes to smbmount there. Some distributions have included those fixes in their 2.0.7 packages, so try it with what you've got first. /Urban
-----Original Message----- From: newbie-owner@linux-mandrake.com [mailto:newbie-owner@linux-mandrake.com]On Behalf Of kaab kaoutar Sent: Sunday, May 06, 2001 8:26 AM To: samba-ntdom@lists.samba.org; samba@lists.samba.org Cc: newbie@linux-mandrake.com Subject: [newbie] Konqueror network browser! Hi! Is konqueror network browser the easiest way to browse NT SHARED DIRECTORY? --- No. --- I know only one other wy wich is the using the command line "smbclient ..."! --- How about LinNeighborhood? --- can i mount a directory using mount ? --- Yes, for Linux partitions. If you mean Windows shares, no... instead you use "smbmount". See "man smbmount". -JMS
I think there is a gnomba o gnosamba for gnome. Look for it in freshmeat.net Oliver kaab kaoutar wrote:> Hi! > Is konqueror network browser the easiest way to browse NT SHARED > DIRECTORY? > I know only one other wy wich is the using the command line "smbclient > ..."! > can i mount a directory using mount ? > Thanks > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > >