Bookmark

Add Storage to Proxmox VE: Local ZFS and a CIFS ISO Share

This tutorial has two storage branches: create local ZFS from a disk installed in Proxmox, then create a Windows share and register it as CIFS in Datacenter. I retain all 26 steps from the numbered HTML page; the form values are examples, so the password is replaced with [REDACTED].1

Youtube video player

The i12bretro video title and author were validated with oEmbed and the video is not rehosted.2

1. Local storage: ZFS Single Disk (steps 1–10)

  1. Install the physical disk in the Proxmox server hardware.
  2. Power on the Proxmox server.
  3. Open a browser and navigate to the Proxmox web UI.
  4. Log in.
  5. Click the node with the new disk in the left navigation menu.
  6. Expand Disks → ZFS.
  7. Click Create ZFS.
  8. Give the ZFS storage a name and set Raid Level = Single Disk.
  9. Select the new disk from the drive list and click Create.
  10. The new disk is now available for storing VMs in the tutorial's flow.

Single Disk has no redundancy. If the disk fails, this ZFS pool is not a backup; choose another layout when fault tolerance is required.

2. Create the Windows network share (steps 11–18)

  1. Create or open an existing folder to share.
  2. Right-click the folder → Properties → Sharing → Advanced Sharing....
  3. Select Share this folder.
  4. Give the share a name, for example ISOs.
  5. Click Permissions.
  6. Remove the Everyone group.
  7. Add users or groups that should access the share.
  8. Click OK in all open dialogs.

I use a dedicated share account and grant only the required permissions rather than using a Windows administrator account.

3. Add CIFS storage in Proxmox (steps 19–26)

  1. Open a browser and navigate to the Proxmox web UI.
  2. Log in.
  3. Select Datacenter in the left navigation menu.
  4. Click Storage in the left navigation submenu.
  5. Click Add → CIFS.
  6. Complete the Add CIFS form using the fields shown by the source:
1
2
3
4
5
6
7
ID: ISOs
Server: 10.10.27.1
Username: i12bretro
Password: [REDACTED]
Share: ISOs
Max Backups: 3
Content: ISO image
  1. Click Add.
  2. Proxmox can now see the network share and use it to host operating-system ISO images.

10.10.27.1, ISOs, and i12bretro are the source's example values; replace the server, share, and user for the real network. Never commit the password.

4. Verify

In Proxmox, check the CIFS storage under Datacenter and try uploading a small ISO. On Windows, verify permissions with the exact CIFS account. The tutorial does not cover RAID recovery, snapshot policy, or SMB benchmarking; storage visibility is not proof of backup or HA.

Conclusion

The 26 steps separate local ZFS and network CIFS: the local disk uses Single Disk, the Windows share gets explicit permissions, and Proxmox receives ID, Server, Share, Max Backups, and Content. Replace every example address and credential for the HomeLab, and keep backups on a different storage system.

Sources


  1. i12bretro tutorial 0410 – Adding Storage to ProxMox VE , revised 2024-07-25. Independently edited from the numbered HTML page; the form password is replaced with [REDACTED]↩︎

  2. YouTube – Adding Storage to ProxMox VE — i12bretro video, validated with oEmbed. ↩︎


0 Bình luận

Góp Ý / Bình Luận / Đánh giá