19. Q: 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 2 uses a cool new type of Windows file sharing called "The Common Internet Filesharing 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:
# Re :
Posté par 007 . En réponse au message Configuration de samba... je n'y arrive pas.... Évalué à 1.
http://www.fedorafaq.org/(...)
19. Q: 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 2 uses a cool new type of Windows file sharing called "The Common Internet Filesharing 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