| Comando |
Descrizione |
|
# fuser -km /mnt/hda2 |
forzare umount quando il device è occupato [man] |
|
# mount /dev/hda2 /mnt/hda2 |
montare il disco hda2 - verificare esistenza della directory '/mnt/hda2' [man] |
|
# mount /dev/fd0 /mnt/floppy |
montare un floppy-disk [man] |
|
# mount /dev/cdrom /mnt/cdrom |
montare un cdrom/dvdrom [man] |
|
# mount /dev/hdc /mnt/cdrecorder |
montare un cdrw/dvdrom [man] |
|
# mount /dev/hdb /mnt/cdrecorder |
montare un cdrw/dvdrom [man] |
|
# mount -o loop file.iso /mnt/cdrom |
montare un file ISO9660 o Immagine iso [man] |
|
# mount -t vfat /dev/hda5 /mnt/hda5 |
montare un filesystem windows FAT32 [man] |
|
# mount /dev/sda1 /mnt/usbdisk |
montare una pendrive usb o flash [man] |
|
# mount -t smbfs -o username=user,password=pass //WinClient/share /mnt/share |
montare una condivisione di rete windows [man] |
|
# umount /dev/hda2 |
smontare il disco hda2 - uscire dal mount point '/mnt/hda2' prima di smontare [man] |
|
# umount -n /mnt/hda2 |
eseguire umount senza scrivere sul file /etc/mtab - utile quando il filesystem è in read-only o il disco è saturo [man] |