I think I'm not understanding something that's probably pretty basic here.
I've got an ssd at /sda on proxmox that I want to use in OpenMediaVault
Formatted sda directly with btrfs with no partition.
qm set <omv vm> /dev/disk/by-id/<my 500gb Samsung EVO>
spin up my omv vm, and mount the device.
in ovm terminal, device shows as mounted at /srv/diskby-id-yadayada-it's my evo
create share, and nano hello.txt.
open hello.txt from a diff machine via the smb share and edit it.
back to omv .... edits show up in hello.txt.
but now back in proxmox terminal ......
mount /dev/sda /mnt/data2
ls -ahls
all i have is . and .. with no /share01/ and no hello.txt file.
how do i have a share directory and file on the disk in omv that isn't on the disk in proxmox?
I've got an ssd at /sda on proxmox that I want to use in OpenMediaVault
Formatted sda directly with btrfs with no partition.
qm set <omv vm> /dev/disk/by-id/<my 500gb Samsung EVO>
spin up my omv vm, and mount the device.
in ovm terminal, device shows as mounted at /srv/diskby-id-yadayada-it's my evo
create share, and nano hello.txt.
open hello.txt from a diff machine via the smb share and edit it.
back to omv .... edits show up in hello.txt.
but now back in proxmox terminal ......
mount /dev/sda /mnt/data2
ls -ahls
all i have is . and .. with no /share01/ and no hello.txt file.
how do i have a share directory and file on the disk in omv that isn't on the disk in proxmox?