I don’t know when this happened. There was a system update a few days ago which went fine. Two days ago I wanted to download something onto one of my HDDs and got an I/O error. After investigating I found out that I no longer am the owner of any of my drives and can’t create/delete any files. Chmod/chown didn’t help. Editing the fstab file didn’t help since it had the exact same contens as when everything worked. Shuffeling exec,rw around has no effect. Mounting/unmounting didn’t do anything. Phisically removing the drives also didn’t work. Adding a completely new drive automatically set it to restricted. How the hell does soemthing like this happen? I don’t want to do a system wipe.

  • TheFrogThatFlies@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    6 hours ago

    Filesystems may be remounted read only on error. I’d expect that to be reverted post reboot, but maybe your error was big enough for it not to? You may want to search how to perform an fsck on the affected partitions.

  • bloodfart@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    3 hours ago

    I think bazzite uses systemd.

    You can use journalctl to see the logs and find out what happened. They’re pretty straightforward to understand.

    E: journalctl, not systemctl.

  • OneCardboardBox@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    8 hours ago

    It might also be worth ruling out low-level issues:

    • Check for anything strange in the BIOS related to disks (fwupdmgr can automatically install BIOS updates from a live Linux session. I don’t know if Bazzite does this)
    • Try using a different SATA port
    • Run some SMART tests on your drives
  • Telorand@reddthat.com
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    12 hours ago

    I am not familiar with I/O stuff, but I didn’t see you mention if you tried doing an rpm-ostree rollback.

    Since you said it happened after an update, did you already try that to see if it fixes your issue? Another thing to look at is topgrade. It’s the underlying tool for Bazzite upgrades, so perhaps that can give you some clues as to what went wrong.

    ETA: Have you tried asking in their discord? The community and devs are really nice and generally pretty helpful.

    • some_random_nick@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      11 hours ago

      Tnx for the suggestions. I have asked on the discord server, but no response as of now. I will take a look at those commands and see if anything fixes it.

  • MangoPenguin@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    11 hours ago

    Can you restore a backup image? Sometimes that’s easier to roll back a day rather than spend all the time trying to troubleshoot.

  • superkret
    link
    fedilink
    arrow-up
    3
    ·
    12 hours ago

    Just a shot in the dark:
    Backup your fstab, then edit it to mount the drives to a subdirectory of your home.
    Maybe that’ll get you back access.

  • rotopenguin@infosec.pub
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 hours ago

    Is anything going down in the system log when you mount a drive, or trigger an access error? If it’s (one of the many) security systems clamping down, they tend to log that.

  • thayerw@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    10 hours ago

    Can you read/write to the disks as root? If so, then something has likely gone sideways with your fstab entry. For example, the device name, order, or UID/GID may have changed, depending on how you’ve configured the entry.

    It’s difficult to assist much more without seeing the contents of /etc/fstab.