Linux USB to work as cd rom on mac
- by user157483
I am working in driver development in linux USB modules.
I have written driver for usb and it is working as cd rom in windows machine
1)I made first partation as fat32
"modprobe g_hidmass file=/dev/mmcblk0p1 cdrom=1 stall=0 removable=1"
this works fine in windows
2)I made first partation as hfs partation
"modprobe g_hidmass file=/dev/mmcblk0p1 cdrom=1 stall=0 removable=1"
but same thing i applied with hfs partation in MAC it is getting error
like this "The disk you inserted was not readable by this computer"
in diskutil it is shown as CD-rom but not reading the file system.
frame like this
Please help me how can I overcome this error...