Actually I believe that the sd is used only for the mounting of the external sd card; note that it mounts the card on
/mnt/sd. usb is used for when the device is attached to your PC.
/mnt/onboard appears to be used for the partition that is accessible to us normally, and /mnt/sd to the external SD card.
I think that this section
Quote:
Originally Posted by /usr/local/Kobo/udev/usb
Code:
if [ -e $DEV ]; then
mount -r -t vfat -o shortname=mixed $DEV /mnt/sd
# if [ $? != 0 ]; then
# mount -r $DEV /mnt/sd
# fi
fi
|
should be similar to the code in /usr/local/Kobo/udev/sd