View Single Post
Old 12-01-2010, 04:12 PM   #25
janvanmaar
Addict
janvanmaar has a complete set of Star Wars action figures.janvanmaar has a complete set of Star Wars action figures.janvanmaar has a complete set of Star Wars action figures.janvanmaar has a complete set of Star Wars action figures.janvanmaar has a complete set of Star Wars action figures.
 
Posts: 219
Karma: 404
Join Date: Nov 2010
Device: Kindle 3G, Samsung SIII
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
janvanmaar is offline   Reply With Quote