-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backblaze Unable to Find Mounted Harddrives #60
Comments
Have you tried mounting them as seperate wine devices ? |
I have not. Unfortunately I have given up attempting to use Backblaze with Linux and am now using a simpler ZFS raidz1 setup instead. I know it isn't offsite, which is a downside, but at this point it is what it is. 😞 Thanks for replying, I assume when you say |
No, I meant adding d, e, f, g ... wine drives for every drive directory. So that every harddrive mount on the host has it's own wine drive (not sure if it's own docker volume would help too). |
If I hadn't reformatted my drive into a ZFS array I would try that. Thank you for your help/replying! |
I'm having problems with the app seeing the data in my zfs volumes. I found that you can't use any filesystem label as a drive. You need to create a folder inside the filesystem, then the app will see the data. In my case, I have sub-filesystems as such: I tried using the /zfs/mnt folder and it wouldn't backup the data (even though I could browse through it). I even tried the /zfs/mnt/d and same result. It only started backing everything up when I mapped /zfs/mnt/d/data/ as drive_d. I hope that helps.... |
I have 4 ext4 hard drives mounted via fstab into my home directory that get mounted into the Backblaze docker container. Unfortunately, Backblaze somehow does not see them.
If I run the wine file browser command I can see all the mounted hard drives and the files within them. I have even tried setting the permissions to 777 on the Linux side of things but Backblaze still doesn't see the mounts.
The fstab mount looks something like this,
If there are other details I can provide to help please let me know, thanks for maintaining this repo and any help you can give me!
The text was updated successfully, but these errors were encountered: