Synology NAS 內建 bt & eMule 下載程式, 稱為 download station, 有關如何在 Synology download station 中指定暫存目錄, 多謝 mingjian 兄的說明
記得之前有網友詢問 Synology NAS bt 下載的暫存檔存在那裡? 主要是因為有時候 bt or eMule 下載會卡在 99% 一直無法完成, 但明明已經費了千辛萬苦抓回來的檔案, 為了這個 1% 無法 '結案', 如果能把暫存檔直接 copy 出來就好了, 有其他網友分享 ssh 進入系統, 找到暫存目錄將其 bind 在 shared folder 的做法 (大家可以 google 一下).
看到 mingjian 兄提點的將暫存目錄設在 usb 外接硬碟的做法後, 突然想到, 這個方法也解決了 download station temp folder 在檔案總管看不到的困擾.
http://petesmith.blogsite.org/?p=132
先暫建立一個 temp 共享目錄後~
在把 download 目錄 mount 到 temp 目錄裡面~
nas的系統就看的到檔案管理員就看的到下載暫存區了~
蠻好用的~
1. Login to the DSM (Disk Station Manager) as 'admin' and enable the telnet service under 'Network Services > Terminal'
2. Create a new share under 'Privileges > Shared Folder' and call it temp. Read/Write permissions should be left open, the folder can be deleted when were done.
2. Open command prompt in windows and start a new telnet session
telnet: 192.168.0.2 (Where '192.168.0.2' is the IP of your diskstation)
3. Enter 'root' as the username, press enter
4. Enter your admin password, press enter
5. Type the following
重點是這段 "mount --bind /volume1/@download /volume1/temp"
供大家參考
內文搜尋

X