Skip to content

Read-only file system error in /media/fat/cifs #166

@svenTeum

Description

@svenTeum

I am getting the error below every time I run update_all.sh. Because of that, every time the complete file check is executed and it takes a long time.

/media/fat/cifs is where an external NAS unit is mounted via cifs_mount.sh script. No other errors are shown and the "games" folder that is in /media/fat/cifs is checked OK. I also checked via mister Linux console that I can create a file in the /media/fat/cifs path.

I included the full log as an attachment.

DEBUG| Saving json "/media/fat/Scripts/.config/downloader/downloader.json"
DEBUG| Saving json "/media/fat/Scripts/.config/downloader/downloader_sigs.json"
DEBUG| Saving json "/media/fat/cifs/.downloader_db.json"
Traceback (most recent call last):
  File "/tmp/ua_downloader_dd.pyz/downloader/main.py", line 17, in main
    exit_code = execute_full_run(
  File "/tmp/ua_downloader_dd.pyz/downloader/main.py", line 61, in execute_full_run
    exit_code = runner.full_run()
  File "/tmp/ua_downloader_dd.pyz/downloader/full_run_service.py", line 57, in full_run
    result = self._full_run_impl()
  File "/tmp/ua_downloader_dd.pyz/downloader/full_run_service.py", line 106, in _full_run_impl
    save_store_err = self._local_repository.save_store(install_box.local_store())
  File "/tmp/ua_downloader_dd.pyz/downloader/local_repository.py", line 225, in save_store
    self._file_system.save_json(store, os.path.join(drive, FILE_downloader_external_storage))
  File "/tmp/ua_downloader_dd.pyz/downloader/file_system.py", line 413, in save_json
    with open(full_path, 'wb') as f:
OSError: [Errno 30] Read-only file system: '/media/fat/cifs/.downloader_db.json'

Thank you.

update_all.log.tar.gz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions