On Fri, 2005-10-14 at 09:11 +0200, Octavian Rasnita wrote: > Instalarea Samba a decurs bine, fara sa se planga ca perl nu e bun, insa > desi eu am vazut ca montarile trebuiesc facute cu smbmount, mi s-a spus sa > montez caile catre alte computere cu mount simplu fiindca functioneaza. > > Chiar se pot face montarile si cu mount fara sa apara probleme?
Din mount(8): For most types all the mount program has to do is issue a simple mount(2) system call, and no detailed knowledge of the filesystem type is required. For a few types however (like nfs, nfs4, smbfs, ncpfs) ad hoc code is necessary. The nfs ad hoc code is built in, but smbfs and ncpfs have a separate mount program. In order to make it possible to treat all types in a uniform way, mount will execute the program /sbin/mount.TYPE (if that exists) when called with type TYPE. Since various versions of the smbmount program have different calling conventions, /sbin/mount.smbfs may have to be a shell script that sets up the desired call. Iar, pe un CentOS4: # ls -la `which mount.smb` lrwxrwxrwx 1 root root 19 Aug 31 17:02 /sbin/mount.smb -> ../usr/bin/smbmount Dar sunt convins ca puteai sa afli si singur. -- K -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
