Solved - Can't write files to disk


Recommended Posts

First off I'm an unraid noob, but here is my issue.  Built a system currently has 4 drives, everything seemed to have formatted correctly and went through with no errors.  I see all three data drives and the show correct sizes.  I installed to shares (Movies and TV) to include all three drives and the shares show as having the combined available size.  Copied files to disk1 no issue but now can't add anything to disk2 (don't have permission to read error).  I can however write to disk3.  I have rebooted and restarted the array and checked parity with no errors.  In looking at the logs I do see the following:

 

 

Aug 12 03:08:36 Tower emhttp: Mounting disks...

Aug 12 03:08:36 Tower emhttp: shcmd (24): mkdir /mnt/disk1

Aug 12 03:08:36 Tower emhttp: shcmd (25): set -o pipefail ; mount -t reiserfs -o user_xattr,acl,noatime,nodiratime /dev/md1 /mnt/disk1 |& logger

Aug 12 03:08:37 Tower kernel: REISERFS (device md1): found reiserfs format "3.6" with standard journal

Aug 12 03:08:37 Tower kernel: REISERFS (device md1): using ordered data mode

Aug 12 03:08:37 Tower kernel: reiserfs: using flush barriers

Aug 12 03:08:37 Tower kernel: REISERFS (device md1): journal params: device md1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30

Aug 12 03:08:37 Tower kernel: REISERFS (device md1): checking transaction log (md1)

Aug 12 03:08:37 Tower kernel: REISERFS (device md1): Using r5 hash to sort names

Aug 12 03:08:37 Tower emhttp: shcmd (26): chmod 777 '/mnt/disk1'

Aug 12 03:08:37 Tower emhttp: shcmd (27): chown nobody:users '/mnt/disk1'

Aug 12 03:08:37 Tower emhttp: shcmd (28): mkdir /mnt/disk2

Aug 12 03:08:37 Tower emhttp: shcmd (29): set -o pipefail ; mount -t reiserfs -o user_xattr,acl,noatime,nodiratime /dev/md2 /mnt/disk2 |& logger

Aug 12 03:08:37 Tower kernel: REISERFS (device md2): found reiserfs format "3.6" with standard journal

Aug 12 03:08:37 Tower kernel: REISERFS (device md2): using ordered data mode

Aug 12 03:08:37 Tower kernel: reiserfs: using flush barriers

Aug 12 03:08:37 Tower kernel: REISERFS (device md2): journal params: device md2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30

Aug 12 03:08:37 Tower kernel: REISERFS (device md2): checking transaction log (md2)

Aug 12 03:08:37 Tower kernel: REISERFS (device md2): replayed 2 transactions in 0 seconds

Aug 12 03:08:37 Tower kernel: REISERFS (device md2): Using r5 hash to sort names

Aug 12 03:08:37 Tower emhttp: shcmd (30): chmod 777 '/mnt/disk2'

Aug 12 03:08:37 Tower emhttp: _shcmd: shcmd (30): exit status: 1

Aug 12 03:08:37 Tower emhttp: shcmd (31): chown nobody:users '/mnt/disk2'

Aug 12 03:08:37 Tower emhttp: _shcmd: shcmd (31): exit status: 1

Aug 12 03:08:37 Tower emhttp: shcmd (32): mkdir /mnt/disk3

Aug 12 03:08:37 Tower kernel: REISERFS error (device md2): reiserfs-2025 reiserfs_cache_bitmap_metadata: bitmap block 732561408 is corrupted: first bit must be 1

Aug 12 03:08:37 Tower kernel: REISERFS (device md2): Remounting filesystem read-only

Aug 12 03:08:37 Tower emhttp: shcmd (33): set -o pipefail ; mount -t reiserfs -o user_xattr,acl,noatime,nodiratime /dev/md3 /mnt/disk3 |& logger

Aug 12 03:08:37 Tower kernel: REISERFS (device md3): found reiserfs format "3.6" with standard journal

Aug 12 03:08:37 Tower kernel: REISERFS (device md3): using ordered data mode

Aug 12 03:08:37 Tower kernel: reiserfs: using flush barriers

Aug 12 03:08:37 Tower kernel: REISERFS (device md3): journal params: device md3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30

Aug 12 03:08:37 Tower kernel: REISERFS (device md3): checking transaction log (md3)

Aug 12 03:08:37 Tower kernel: REISERFS (device md3): Using r5 hash to sort names

Aug 12 03:08:37 Tower emhttp: shcmd (34): chmod 777 '/mnt/disk3'

Aug 12 03:08:37 Tower emhttp: shcmd (35): chown nobody:users '/mnt/disk3'

Aug 12 03:08:37 Tower emhttp: shcmd (36): mkdir /mnt/user

Aug 12 03:08:37 Tower emhttp: shcmd (37): /usr/local/sbin/shfs /mnt/user -disks 14 -o noatime,big_writes,allow_other -o remember=0  |& logger

Aug 12 03:08:37 Tower emhttp: shcmd (38): crontab -c /etc/cron.d -d &> /dev/null

Aug 12 03:08:37 Tower emhttp: shcmd (39): /usr/local/sbin/emhttp_event disks_mounted

Aug 12 03:08:37 Tower emhttp_event: disks_mounted

 

Where it appears to be having an issue with disk 2.  Also when I look at Index of /mnt/user I see no disk 2 listed.  So again I'm new to this.  Let me know if there is more info that you need to hopefully help.  Thanks

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.