Acerca de Linux, Solaris, Mac OSX, BSD y notas personales

: I can’t access my Windows network shares anymore! People tell me to use the smbmount command, but it doesn’t work!
A: Fedora Core 4 uses a cool new type of Windows file sharing called “The Common Internet File System” (CIFS). Instead of using “smbmount”, try:
mount -t cifs //computername/share /mnt/somedirectory
For more information about this, in a terminal you can do:
man mount.cifs

Leave a comment

You must be logged in to post a comment.