Wait a minute. This does not make sense. In your first post, you posted the following Calibre error message:
Quote:
IOError: [Errno 30] Read-only file system: '/media/READER/database/cache/media.xml'
|
So it was /media/READER that was read-only. But now it seems that /media/READER is mounted in read/write mode and as long as you can read, you should be able to write to it also.
Can you actually try to write something to the disk, eg
Code:
touch /media/READER/empty
And then have a look whether there is file 'empty' under /media/READER