Outils pour utilisateurs

Outils du site


memo:mount

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
memo/mount.txt · Dernière modification : 2011/10/23 19:21 de sheltem