View Single Post
Old 01-23-2010, 11:22 AM   #11
Levelpart
Member
Levelpart began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jan 2010
Device: Sony PRS 600
In order to have calibre automount the reader you'll have to recompile the kernel without support for older SYSFS. Check this question in the calibre faq for more info.
http://calibre-ebook.com/user_manual/faq.html#id25

If you just want to mount it manually then type 'fdisk -l' as root (or with sudo), find the device on the list and then mount it to any point you want with 'mount /dev/sdx /media/reader' (/dev/sdx is the partition of your device) as root. the folowing:

Last edited by Levelpart; 01-23-2010 at 11:28 AM.
Levelpart is offline   Reply With Quote