Hi,
I used to share my windows network shares like this in fstab:
//cheetah/Cheetah /media/cheetah cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode,umask=000 0 0
//192.168.1.123/Tiger /media/tiger cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode,umask=777 0 0
//Crocodile/crocs /media/crocs cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode,umask=000 0 0
//Crocodile/Birdies /media/birds cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode,umask=000 0 0
//sublimation/Archive /media/archive cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode,umask=000 0 0
//Crocodile/snakes /media/snakes cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode,umask=000 0 0
//annelize/order\040book /media/Orderbook cifs guest,rw,iocharset=utf8,nobrl,file_mode=0777,dir_mode=0777 0 0
//cangopublic/Photos\040sort /media/Photosort cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0
//curio/My\040Documents /media/Curio cifs guest,rw,iocharset=utf8,nobrl,file_mode=0777,dir_mode=0777 0 0
That worked quite sweet. Since I switched to PCLinuxOS it doesn't anymore.
The error message at "mount -a" in a superuser terminal
is
mount error: could not resolve address for cheetah: Name or service not known
No ip address specified and hostname not found
mount error(113): No route to host
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
mount error: could not resolve address for Crocodile: Name or service not known
No ip address specified and hostname not found
mount error: could not resolve address for Crocodile: Name or service not known
No ip address specified and hostname not found
mount error: could not resolve address for sublimation: Name or service not known
No ip address specified and hostname not found
mount error: could not resolve address for Crocodile: Name or service not known
No ip address specified and hostname not found
mount error: could not resolve address for annelize: Name or service not known
No ip address specified and hostname not found
mount error: could not resolve address for cangopublic: Name or service not known
No ip address specified and hostname not found
mount error: could not resolve address for curio: Name or service not known
No ip address specified and hostname not found
Any ideas I can get this going?