Changes for page Storage
Last modified by Kevin Wiki on 2025/09/23 07:42
From version
3.1
edited by Kevin Wiki
on 2024/10/11 08:44
on 2024/10/11 08:44
Change comment:
There is no comment for this version
To version
2.1
edited by Kevin Wiki
on 2024/08/26 21:40
on 2024/08/26 21:40
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -8,9 +8,6 @@ 8 8 # create a ext4 filesystem 9 9 mkfs.ext4 /dev/nvme0n1p1 10 10 11 -# create dir to mount drive to 12 -mkdir -p /mnt/vmstorage 13 - 14 14 # add to fstab 15 15 printf "\n/dev/nvme0n1p1 /mnt/vmstorage ext4 defaults 0 0" >> /etc/fstab 16 16 ... ... @@ -17,16 +17,3 @@ 17 17 # mount drives defined in fstab 18 18 mount 19 19 ``` 20 - 21 -Add the new device in proxmox UI or in `/etc/pve/storage.cfg` to: 22 - 23 -```cfg 24 -dir: nvme 25 - path /mnt/vmstorage 26 - content backup,rootdir,snippets,iso,vztmpl,images 27 - prune-backups keep-all=1 28 - shared 0 29 - 30 -``` 31 - 32 -