====== mount ====== Monter une imge iso sous FreeBSD : mount -t cd9660 /dev/`mdconfig -f cdimage.iso` /mnt/iso Monter une image iso sous linux : mount -o loop cdimage.iso /mnt/iso Montage d'un partage samba : mount -t cifs -o ip=XXX.XXX.XXX.XXX,user=utilisateur \\\\WORKGROUP\\REPERTOIRE /mnt/smb