Linux USB to work as cd rom on mac
Posted
by
user157483
on Super User
See other posts from Super User
or by user157483
Published on 2012-09-10T21:17:00Z
Indexed on
2012/09/10
21:40 UTC
Read the original article
Hit count: 207
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...
© Super User or respective owner