strumento hditutil non converte .iso in .img?

-1

Questo non funziona per me! Qualcuno chiarirà il motivo?

Ecco il comando che sto utilizzando:

hdiutil convert -format UDRAW -o /Users/Jacob/Desktop/destination_file.img /Users/Jacob/Downloads/debian-8.2.0-amd64-DVD-3.iso

Ed ecco cosa restituisce il terminale:

Usage: hdiutil convert -format <format> -o <outfile> [options] <image>
       hdiutil convert -help
    
posta rbApostate 19.01.2016 - 14:11
fonte

1 risposta

1

Il comando corretto da usare è:

hdiutil convert -format UDRW -o /Users/Jacob/Desktop/destination_file.img /Users/Jacob/Downloads/debian-8.2.0-amd64-DVD-3.iso

( source con un OS X come -per)

In UDRW RW non sta per RAW ma per R / W (leggibile e scrivibile)!

    
risposta data 19.01.2016 - 15:25
fonte

Leggi altre domande sui tag