Comment monter un partage samba en ligne de commande sous mandriva.
Installer le rpm mount-cifs
taper
mount.cifs //Monserver/monpartage /mnt/monpointdemontage -ouser=monuser
Affichage des articles dont le libellé est samba. Afficher tous les articles
Affichage des articles dont le libellé est samba. Afficher tous les articles
mercredi 25 février 2009
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
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
Inscription à :
Articles (Atom)