Hello Colleagues.
I have Proxmox VE 6.0-4 without subscription. Also on a server installed one single SSD disk (this disk has nvme0n1 tag). This disk I'll be use in ZFS file system.
Mounted ZFS is empty. How can I get access to data on a mounted ZFS disk?
Here is additional information about my ZFS configuration:
So, made ZFS by this command and gave a name rpool for this file system:
Automatically this disk is mounted with name /rpool in the root:
I did restore VM on this zfs_disk:
Went to this mounted ZFS disk, via opening this in Midnight Commander. I can see nothing! Can't understand how I may be able see, touch and work with contained files in this disk which were made\generated by Proxmox VE?
Where I am wrong?
Thanks.
I have Proxmox VE 6.0-4 without subscription. Also on a server installed one single SSD disk (this disk has nvme0n1 tag). This disk I'll be use in ZFS file system.
Mounted ZFS is empty. How can I get access to data on a mounted ZFS disk?
Here is additional information about my ZFS configuration:
Code:
fdisk /dev/nvme0n1
далее
Command (m for help): g
Created a new GPT disklabel (GUID: 60CB2AB1-4C8F-224D-B2EC-AE41FD037C01).
Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
So, made ZFS by this command and gave a name rpool for this file system:
Code:
zpool create rpool /dev/nvme0n1
Automatically this disk is mounted with name /rpool in the root:
Code:
root@node1:~# zpool status -v
pool: rpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
nvme0n1 ONLINE 0 0 0
Code:
root@node1:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 63G 0 63G 0% /dev
tmpfs 13G 9.5M 13G 1% /run
/dev/mapper/pve-root 15G 2.7G 12G 20% /
tmpfs 63G 43M 63G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 63G 0 63G 0% /sys/fs/cgroup
/dev/fuse 30M 16K 30M 1% /etc/pve
tmpfs 13G 0 13G 0% /run/user/0
/dev/sda1 466G 22G 445G 5% /mnt/little_angel
rpool 923G 128K 923G 1% /rpool
Code:
root@node1:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content backup,iso,vztmpl
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
dir: Little_Angel
path /mnt/little_angel
content backup
maxfiles 1
nodes node1
shared 0
zfspool: zfs_disk
pool rpool
content images,rootdir
nodes node1
sparse 1
I did restore VM on this zfs_disk:
Went to this mounted ZFS disk, via opening this in Midnight Commander. I can see nothing! Can't understand how I may be able see, touch and work with contained files in this disk which were made\generated by Proxmox VE?
Where I am wrong?
Thanks.
Attachments
Last edited: