use the command with the specific filetype
Mount DVD: sudo mount -t hfsplus /dev/hdc /media/test
Mount ISO: sudo mount -t hfsplus /media/hdc1/iAtkos.iso /media/test
(here the strings /dev/hdc and /media/hdc1/iAtkos.iso should be replaced according to your filesystem)
if you simply mount this without -t option you will not see all the files on the DVD
Further: More
No comments:
Post a Comment