Plop,
voila mon fstab, je monte un raid5 sur un serveur sous windows xp pour qu'il soit accessible sur une vm debian :
- Code: Select all
192.168.0.27:/Raid5 /media/Raid5 cifs rsize=8192,wsize=8192,timeo=14,intr,password=
sachant que ",password=" tu peux virer suivant ton utilisation...
dans mon cas Raid5 je le voit si sur mon windows xp je tape \\192.168.0.27. N'oublis pas que ton dossier de montage doit exister.
Sinon tu peux la jouer crado et metre ton mount -t dans le /etc/rc.local
- Code: Select all
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
mount -t vboxsf Temp /mnt/Partage
exit 0
je cromrpend pourquoi tu as mis ce systeme de fichier vboxsf ? c'est le partage reseau integré au logiciel vbox ?