Come smontare un disco montato usando "mount" e non hdiutil o diskutil?

2

Volevo provare a montare un ISO Linux in Mac e successivamente montarlo in un contenitore docker (tutto per l'apprendimento) ma non ero in grado di montare il disco usando il comando hdiutil dato che continuava a dare errore -

$hdiutil mount rhel-server-7.4-x86_64-dvd.iso
hdiutil: mount failed - no mountable file systems 

Quindi ho trovato una soluzione alternativa qui e sono riuscito a montare il disco con successo in mount point in / tmp

Output del comando mount:

$ mount
/dev/disk0s2 on / (hfs, local, journaled)
devfs on /dev (devfs, local, nobrowse)
/dev/disk5 on /private/tmp/rhel-installer (cd9660, local, nodev, nosuid, read-only, mounted by username)

Output del comando diskutil list:

$diskutil list
/dev/disk5 (disk image):
#:                       TYPE NAME                    SIZE       IDENTIFIER
0:     FDisk_partition_scheme                        +4.1 GB     disk5
1:                       0xEF                         9.2 MB     disk5s2

Come posso smontare questo ISO montato su / tmp / rhel-installer?

Ho usato il comando diskutil unmountDisk che funziona correttamente ma non fa nulla.

    
posta Ankit Jain 08.04.2018 - 17:51
fonte

0 risposte

Leggi altre domande sui tag