Open swa72 opened 3 months ago
apt update && apt install ntfs-3g
/etc/fstab
UUID=3498A0FA98A0BBAC /mnt/adata-drive ntfs-3g defaults,rw,noatime,nofail 0 2
service pve-cluster restart && service pvedaemon restart && service pvestatd restart && service pveproxy restart
Mount USB drive
apt update && apt install ntfs-3g
or the drive mounts read-only :-//etc/fstab
:UUID=3498A0FA98A0BBAC /mnt/adata-drive ntfs-3g defaults,rw,noatime,nofail 0 2
Enable Backup
service pve-cluster restart && service pvedaemon restart && service pvestatd restart && service pveproxy restart
which will restart the server without affecting the VMs