2024-07-12, 12:36 AM
(2024-07-11, 05:15 AM)theguymadmax Wrote: So I’m guessing you don’t have access to an external dual-bay hard drive docking station.
Steps I would take:
Remove the 1TB and add in the 4TB. Then copy over the data from the 2TB to the 4TB (see below options).
Remove the 4TB and add back in the 1TB.
Remove the 2TB and add in the 4TB
Copy options:
1. rsync (cloning specific files or directories)
Code:sudo rsync -avx /source/ /destination/
2. Copy folders using the local file manager
3. dd (cloning whole disk)
adjust adjust as neededCode:sudo dd if=/dev/sda of=/dev/sdb bs=4M status=progress
if=/dev/sda = source drive
of=/dev/sdb = destination drive
4.clonezilla (tool for cloning)
Code:sudo apt update
sudo apt install clonezilla
Hello,
I ended up doing the migration of only the folders separately and it worked flawlessly, however, I have a problem currently: the collections do not group me the movies, do you know if there is a way to reset it and that I group again the movies and shows in collections ? The idea is not to do it manually with each movie
Jellyfin 10.10.3
Ubuntu desktop 24.04.1 LTS
Intel i5-7500
16GB DDR4 2400Mhz
OS-DRIVE: WDC SN720 256GB
Storage (JF Library)
1: x4 4TB Seagate IronWolf
2: 500GB Seagate External USB 3.0
3: 8TB HGST Dell Enterprise
4: 2TB Seagate Barracuda
5: 2TB WD RED
Ubuntu desktop 24.04.1 LTS
Intel i5-7500
16GB DDR4 2400Mhz
OS-DRIVE: WDC SN720 256GB
Storage (JF Library)
1: x4 4TB Seagate IronWolf
2: 500GB Seagate External USB 3.0
3: 8TB HGST Dell Enterprise
4: 2TB Seagate Barracuda
5: 2TB WD RED