Skip to content

Mounted drive not showing space correctly, shows local storage, non-docker installation #1510

Closed Locked Answered by mgrimace
mgrimace asked this question in Support
Discussion options

You must be logged in to vote

I'll answer this myself, as I ended up going to a docker version of Homepage in a Proxmox LXC.

This assumes you have a media share via CIFS/SMB (e.g., OMV), that you've shared a folder called data, and that you have a username and login for this share.

  1. Make sure the container is privileged
  2. Install CIFS utils on your LXC: apt install cifs-utils

Step 1: Mount the share to your LXC

Add the mount to, nano /etc/fstab

Add the following, making sure to use your own OMV IP

#media
//[Media share IP]/data /mnt/media       cifs     ro,noperm,iocharset=utf8,rw,credentials=/root/.storage_credentials,uid=1000,gid=1000,file_mode=0660,dir_mode=0770 0       0

note, I added ro, here to be read-only, I'm …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mgrimace
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant