Quote:
Originally Posted by itimpi
Kovid recommended either deleting (or renaming) the calibre automounter so that it no longer runs.
|
I googled "calibre automount" and this very thread popped up at the top of the list -- and I only posted 45 minutes ago. Wow.
Strike One: I turned up
this, which creates a dummy /usr/bin/calibre-mount-helper, but that didn't fix my problem.
Strike Two: So I renamed /opt/calibre/calibre-mount-helper. Same luck.
Strike Three: So I un-renamed /opt/calibre/calibre-mount-helper, deleted the dummy /usr/bin/calibre-mount-helper, then unmounted my device (leaving it connected) in order to give Calibre a shot at mounting it itself. Same problem, slightly different details:
Code:
(30, 'Read-only file system')
Traceback (most recent call last):
File "/home/kovid/build/calibre/src/calibre/gui2/device.py", line 68, in run
File "/home/kovid/build/calibre/src/calibre/gui2/device.py", line 288, in _books
File "/home/kovid/build/calibre/src/calibre/devices/usbms/driver.py", line 164, in books
File "/home/kovid/build/calibre/src/calibre/devices/usbms/driver.py", line 303, in sync_booklists
File "/home/kovid/build/calibre/src/calibre/devices/usbms/driver.py", line 301, in write_prefix
IOError: [Errno 30] Read-only file system: u'/media/BOOX Internal Memory (1)/.metadata.calibre'
--Nathanael