Opened 8 years ago
Closed 8 years ago
#2983 closed bug (Invalid)
Feture Request: Detect when partition is mounted
Reported by: | BryanFRitt | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | needs verified |
Component: | Unknown | Version: | 1.3.10 |
Keywords: | Cc: |
Description
Someone can forget to mount an external drive that has torrents on it, then start up Deluge. Deluge will then try to redownload everything. I have to stop it. Remount the drive and then do a 'Force Re-check' on the torrents.(and maybe check to see if any data was added to unmounted mount point.) All this takes time. Time could be saved if Deluge could/would compare the partition(s) where it has been stored to where it will be stored, if it's not the same give the user some notification like "partition for torrent storage not mounted", and allow mounting and retrying without having to a Force Re-check
.
related shell command: df -P filename/and/path/goes/here | tail -1 | cut -d' ' -f 1
Note: which one counts as which may change. e.g. sda6 may not be the same as sda6 the next time. It might be better to use the UUID.
This was fixed in latest version