October 31, 20232 yr I have an odd issue where I can't delete a folder and the contents. I have a share called "TV Show" - /mnt/user/TV Shows. Inside that share I have multiple subfolders. I want to delete one particular subfolder "Sports". Whenever I try to delete the folder or contents, I get an error Read-only file system. This only happens for the Sports folder and no other folder or files under TV Shows. The permissions on the files themselves look fine: root@Tower:/mnt/user/TV Shows# ls -la Sports total 0 drwxrwxrwx+ 1 nobody users 80 Aug 2 2016 ./ drwxrwxrwx 1 nobody users 216 Feb 6 2023 ../ drwxrwxrwx 1 nobody users 96 Nov 5 2020 Formula\ 1/ When I run the mount command, I did notice there is one mount that appears to be read-only: /dev/md1p1 on /mnt/disk1 type reiserfs (rw,noatime,user_xattr,acl) /dev/md2p1 on /mnt/disk2 type reiserfs (ro,noatime,user_xattr,acl) /dev/md3p1 on /mnt/disk3 type xfs (rw,noatime,nouuid,attr2,inode64,logbufs=8,logbsize=32k,noquota) /dev/md4p1 on /mnt/disk4 type xfs (rw,noatime,nouuid,attr2,inode64,logbufs=8,logbsize=32k,noquota) /dev/md5p1 on /mnt/disk5 type xfs (rw,noatime,nouuid,attr2,inode64,logbufs=8,logbsize=32k,noquota) I tried a remount and get the following error: root@Tower:/mnt/user/TV Shows# mount -o remount,rw /dev/md2p1 mount: /mnt/disk2: can't read superblock on /dev/md2p1. Not sure where to go from here.
October 31, 20232 yr Community Expert Solution Oct 30 22:10:14 Tower kernel: REISERFS (device md2p1): Remounting filesystem read-only Check filesystem on disk2.
October 31, 20232 yr Author Perfect, thank you so much! A check of the file system found errors. I ran a repair and I can now delete the files I wasn't able to previously.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.