mercredi 10 octobre 2007

Mounting samba file

I had some trouble performing a samba mount using Mandriva 2006

mount -tsmbfs //10.202.57.110/clunch /mnt/calam/ -ousername=tareum

dmesg displayed the following error :

mount_data version 1919251317 is not supported

I had to use the cifs type for mounting (Probably a more modern standard for the samba filesystem)

mount -tcifs //10.202.57.110/aidacalam /mnt/calam/ -ousername=tareum

You can now have a look in the /etc/mtab file copy/paste the following line in the /etc/fstab line to have the block mounted on startup/

//10.202.57.110/aidacalam /mnt/calam cifs rw,username=tridge,password=foobar 0 0

Aucun commentaire: