Iso file size is not a multiple of 512
Aus Howtos und Gedankenstuetzen
Um unter Solaris ein CD/DVD Image zu mountenbenutzt man lofiadm, danach kann man es wie unter Linux genwohnt mittels mount einbinden.
# lofiadm -a /path/to/iso/image/dvd.iso /dev/lofi/1 # mount -o ro -F hsfs -o ro /dev/lofi/1 /export/isomnt
Dabei kann es zu folgender Fehlermeldung kommen:
Iso file size is not a multiple of 512
Hier hilf das:
#dd if=image.iso of=image.iso obs=512 conv=sync