Hi,
I recently added an existing EXT4 media disk in Proxmox to use for Jellyfin that I didn't want formatted, so in order to get that working I used:
That part works fine. But I want to share this disk using Samba, so I followed the guide here:
https://virtualizeeverything.com/2021/09/28/adding-a-samba-share-to-proxmox-as-storage/
Well, that doesn't seem to work for me. Proxmox doesn't see my disk through the web ui, even though Jellyfin works fine and reads the media files and everything. Maybe because of the way the disk was added as mentioned previously I haven't a clue!?
*From the article, I'm not seeing the disk anywhere in here.
*Also, a commenter on that same article mentions they used this:
*I tried this too, however, that just results in a 'bad usage' error coming back, so I must have wrong syntax.
So Frustrating! It seems like I'm doing everything the hard way with this setup. I wish there was an easier way. Sorry for moaning. I'm willing to learn, but it seems that I'm hitting every imaginable roadblock in order to get something simple to work. Samba just works, been using it forever. But there seems so many caveats with Proxmox? Thank You. XD
I recently added an existing EXT4 media disk in Proxmox to use for Jellyfin that I didn't want formatted, so in order to get that working I used:
pct set <containerID> -mp0 mp=/mnt/sdb1,/mnt/sdb1
That part works fine. But I want to share this disk using Samba, so I followed the guide here:
https://virtualizeeverything.com/2021/09/28/adding-a-samba-share-to-proxmox-as-storage/
Well, that doesn't seem to work for me. Proxmox doesn't see my disk through the web ui, even though Jellyfin works fine and reads the media files and everything. Maybe because of the way the disk was added as mentioned previously I haven't a clue!?
*From the article, I'm not seeing the disk anywhere in here.
*Also, a commenter on that same article mentions they used this:
mount -t cifs -o vers=1.0,username=user_name //server_name/share_name /mnt/data
*I tried this too, however, that just results in a 'bad usage' error coming back, so I must have wrong syntax.
So Frustrating! It seems like I'm doing everything the hard way with this setup. I wish there was an easier way. Sorry for moaning. I'm willing to learn, but it seems that I'm hitting every imaginable roadblock in order to get something simple to work. Samba just works, been using it forever. But there seems so many caveats with Proxmox? Thank You. XD