Seagate personal cloud 2 NAS drive un-mounts when file bot renames media
Posted: 05 May 2019, 19:26
Good day,
I was hoping someone could possibly assist.
I am using a NAS drive to store my media. the drive is primarily accessed by a Linux machine ubuntu 18.04.2 LTS.
however, whenever i use filebot to rename a movie or TV show the disk un-mounts / crashes.The only way to recover the drive is to telinit 6 the machine.
Please see method used to mount the drive
under /etc/fstab
Please see method used to rename file using filebot.
GUI application format :
Terminal format :
filebot will rename 2 or 3 media files and then the NAS will become unavailable via the Mount point (/home/MediaServer/NAS) however i can still access the drive using the network explorer in Ubuntu GUI.
i have tried to simulate this crash moving files around manually but have had no success. have moved a Total of 900GBs of data from
to
if i manually rename the files and move them there is no problem. (Manually as in right click rename or
please let me know should you require any further info.
I was hoping someone could possibly assist.
I am using a NAS drive to store my media. the drive is primarily accessed by a Linux machine ubuntu 18.04.2 LTS.
however, whenever i use filebot to rename a movie or TV show the disk un-mounts / crashes.The only way to recover the drive is to telinit 6 the machine.
Please see method used to mount the drive
under /etc/fstab
Code: Select all
//192.168.X.X/Media /home/MediaServer/NAS cifs username=MyUser,password=MyPassword,iocharset=utf8,vers=3.0,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0
GUI application format :
Code: Select all
/home/MediaServer/NAS/TvShows/{n}/Season {s}/{n} - {s00e00} - {t}
Code: Select all
sudo -u MediaServer filebot -script fn:amc --log-file amc.log --action move --conflict skip -non-strict --def
"ut_dir=/home/MediaServer/NAS/MoviesTvShows/Completed" "kind=multi"
--def "movieFormat=/home/MediaServer/NAS/Movies/{n} ({y})" --def "seriesFormat=/home/MediaServer/NAS/TvShows/{n}/{n} Season {s}/{n} - {s00e00} - {t}"
i have tried to simulate this crash moving files around manually but have had no success. have moved a Total of 900GBs of data from
Code: Select all
/home/MediaServer/NAS/MoviesTvShows/Completed
Code: Select all
/home/MediaServer/NAS/Movies/ and /home/MediaServer/NAS/TvShows
if i manually rename the files and move them there is no problem. (Manually as in right click rename or
Code: Select all
mv /home/MediaServer/NAS/MoviesTvShows/Completed/SuperManBlaBlaBla.mkv /home/MediaServer/NAS/Movies/'SuperMan 2018.mkv')