Hive history: Difference between revisions
No edit summary |
|||
Line 42: | Line 42: | ||
|1 TB ssd x7 | |1 TB ssd x7 | ||
|} | |} | ||
* DONE: copy bitpost/softraid/* to safe/ > ALWAYS USE safe/projects ETC NOW | * DONE: copy bitpost/softraid/* to safe/ > ALWAYS USE safe/projects ETC NOW | ||
Line 51: | Line 47: | ||
* DONE: remove splat (which kept dying) | * DONE: remove splat (which kept dying) | ||
* update all my code on softraid; remove both the old softraid drives and give dan for offsite backup | * update all my code on softraid; remove both the old softraid drives and give dan for offsite backup | ||
* seven new 1 tb crucial drives and serial numbers: | * seven new 1 tb crucial drives and serial numbers: |
Revision as of 13:02, 12 September 2023
- DONE:
- harvest splat's da14 sn 5YD2R21E (1.82TB platter), CHUCK da12 sn 5YD2R20D WHICH ERRORS OUT
- mack: move mack data to safe, remove torrent symlinks, update windoze mapped drive and kodi
- reservoir: move reservoir data to safe, fix torrent symlinks, update kodi
- sassy: stop rtorrent, move sassy to safe, update edit_torrent_shows links, update torrent symlinks, update all SharedDownload folders (via mh-setup-samba!)
- remove mack, sassy, splat, reservoir drives
- continue migration until we have 7 slots free (16 - 7 safe - 2 grim)
- add 7-8 new BIG ssds in new raidz array
- rinse and repeat
OLD Pools
Pool | Capacity | Type | Drives |
---|---|---|---|
sassy | 0.2 TB | single | 250GB ssd |
mack | 0.9 TB | single | 1 TB ssd |
reservoir | 2.7 TB | single | 2.73 TB hdd |
grim | 7.2 TB | raid0 | 3.64 TB ssd x2 |
safe | 6 TB | raidz | 1 TB ssd x7 |
- DONE: copy bitpost/softraid/* to safe/ > ALWAYS USE safe/projects ETC NOW
- splat has tons of tv on it, won't fit on safe - move to grim? YES, update edit_torrent_shows links, update torrent symlinks
- DONE: remove splat (which kept dying)
- update all my code on softraid; remove both the old softraid drives and give dan for offsite backup
- seven new 1 tb crucial drives and serial numbers:
- Need to remove SN S1DBNSAF215837R (done)
Original drives, now all reformatted or dead...
/dev/sdh1: LABEL="hare-s3-4t" UUID="b1859924-f309-4940-bced-06274567c0cf" /dev/sda1: LABEL="macatak-1tb-ssd" UUID="08c0ca8c-4325-47ac-8173-1e0f78377e66" /dev/sdc1: LABEL="bold-250gb-ssd" UUID="39c4f3ef-6df8-4a9f-967b-8fff7f6b09af" /dev/sde1: LABEL="mello-250gb-ssd" UUID="323c424b-0741-4479-a863-9994a092f04a" /dev/sdb1: LABEL="rosewill-2tb-hd" UUID="a7fa0b5a-6fdc-4459-be54-c5f5b43a4758" /dev/sdf1: LABEL="blah-2tb-hd" UUID="d83fad9e-9bac-4186-bf13-8eae64266be9" /dev/sdd1: LABEL="reservoir-3tb-hd" UUID="9c1573d4-398a-4edc-a52f-05076124c3b6" /dev/sdg1: LABEL="sans-1.5tb-hd" UUID="459ee65f-ec5a-4c0c-80bf-f024a69ee9b7"
Seems good for now! I can access them from elsewhere with this /etc/fstab goo (use mh-setup-samba-shares to set this up!):
# MDM FreeNAS has arrived //hive/sassy /spiceflow/sassy cifs credentials=/root/samba_credentials,uid=1000,gid=1000,file_mode=0774,dir_mode=0775,auto 0 0 //hive/mack /spiceflow/mack cifs credentials=/root/samba_credentials,uid=1000,gid=1000,file_mode=0774,dir_mode=0775,auto 0 0 //hive/sans /spiceflow/sans cifs credentials=/root/samba_credentials,uid=1000,gid=1000,file_mode=0774,dir_mode=0775,auto 0 0 //hive/splat /spiceflow/splat cifs credentials=/root/samba_credentials,uid=1000,gid=1000,file_mode=0774,dir_mode=0775,auto 0 0 //hive/reservoir /spiceflow/reservoir cifs credentials=/root/samba_credentials,uid=1000,gid=1000,file_mode=0774,dir_mode=0775,auto 0 0