OS disk being used instead of mounted storage

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
goodyear77
Newbie
Newbie
Posts: 3
Joined: September 12th, 2016, 4:22 pm

OS disk being used instead of mounted storage

Post by goodyear77 »

Hi all,

I've setup SAB 1.0.3 on Ubuntu 16.04 and everything is working fine, except for one thing: during downloads the small SSD I'm using for the OS is being used, which pauses the download when the minimum capacity limit is reached.

I've specified the incomplete folder to reside on a large storage disk: /mnt/Datastorage/incomplete

The final destination of the files are also on the storage disk: /mnt/Datastorage/Completed

But for some reason the OS disk is decreasing during downloads (the diskspace shown in the GUI in the Glitter interface is the OS disk, not the storage disk), and then when the files are moved to the completed folder, the space is freed up again.I checked the incomplete folder in my home directory, and it's empty during downloads, the files should go into /mnt/Datastorage/incomplete, but why is the OS disk being used at all?

Any insights?

Thanks!
User avatar
safihre
Administrator
Administrator
Posts: 5678
Joined: April 30th, 2015, 7:35 am
Contact:

Re: OS disk being used instead of mounted storage

Post by safihre »

Seems he's getting helped on Reddit :)

https://www.reddit.com/r/usenet/comment ... f_mounted/
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
goodyear77
Newbie
Newbie
Posts: 3
Joined: September 12th, 2016, 4:22 pm

Re: OS disk being used instead of mounted storage

Post by goodyear77 »

Yes, seems to be a mounting issue, I'll figure it out now that I've been pointed in the right direction!

I can post the resolution here as well for anyone else that experiences the same issue.
goodyear77
Newbie
Newbie
Posts: 3
Joined: September 12th, 2016, 4:22 pm

Re: OS disk being used instead of mounted storage

Post by goodyear77 »

It was a mounting issue; I commented out the manual mount in /etc/fstab and let the system automatically mount the drive under /media/user/ and the destination folders were set correctly.
Post Reply