• 1 Post
  • 3 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle


  • Excavate2445OPtodatahoarderHelp with SnapRaid/Mergerfs setup
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Hm, that would all be the /etc/fstab right? I thought I set it up fine because it showed the 64TB in/mnt/storage when I ran df -h but it’s possible I messed something up in there. I redacted out the serial numbers (not sure if needed but might as well) but otherwise that’s the fstab file. The first two 14TB drives were set to one parity and one data and when formatting them I followed https://zackreed.me/setting-up-snapraid-on-ubuntu/ which instructs on how to reserve 2% of the drives for overhead so that the parity drive always has enough space.

    /dev/disk/by-id/dm-uuid-LVM-LR3JAffs5mFXqzpLaQWaNEjjPJ4lNvEmeZG6d45IHGWFZfvEEeW3pFC6N0wDXMsd / ext4 defaults 0 1
    # /boot was on /dev/sdb2 during curtin installation
    /dev/disk/by-uuid/c4f1c5b7-dcef-407f-8bfa-ff2651579207 /boot ext4 defaults 0 1
    # /boot/efi was on /dev/sdb1 during curtin installation
    /dev/disk/by-uuid/4227-E912 /boot/efi vfat defaults 0 1
    /swap.img       none    swap    sw      0       0
    #2TB WD - Failed - Removed
    #/dev/disk/by-id/wwn-SN-part1 /mnt/secondary01 ext4 defaults 0 0
    
    #6TB Replacement for Failed Drive - Slot 02
    /dev/disk/by-id/wwn-SN-part2 /mnt/secondary01 ext4 defaults 0 0
    
    #14TB slot 03
    /dev/disk/by-id/wwn-SN-part1 /mnt/parity01 ext4 defaults 0 0
    
    #14TB slot 04
    /dev/disk/by-id/wwn-SN-part1 /mnt/disk01 ext4 defaults 0 0
    #14TB slot 05 - Seagate Exos
    /dev/disk/by-id/wwn-SN-part1 /mnt/disk02 ext4 defaults 0 0
    #14TB slot 06 - Seagate Exos
    /dev/disk/by-id/wwn-SN-part1 /mnt/disk03 ext4 defaults 0 0
    #14TB slot 07 - Seagate Exos
    /dev/disk/by-id/wwn-SN-part1 /mnt/disk04 ext4 defaults 0 0
    #14TB slot 08 - Seagate Exos
    /dev/disk/by-id/wwn-SN-part1 /mnt/disk05 ext4 defaults 0 0
    
    
    /mnt/disk* /mnt/storage fuse.mergerfs defaults,nonempty,allow_other,use_ino,cache.files=off,moveonenospc=true,dropcacheonclose=true,minfreespace=200G,fsname=mergerfs 0 0