Search results

  1. R

    Is NFS sharing only works on CentOs?

    AHAAA YESS!! Pardon me, i forgot the details. The way I input form server is using my own proxmox, instead of nfs server. That's the answer why is when i create nfs storage always showing up "not online (500)" error. My pmx: 192.168.43.8 (client nfs) My debian: 192.168.43.72 (server nfs) so...
  2. R

    Is NFS sharing only works on CentOs?

    Hi, just think of a question. So today I want to create a backup folder using nfs. Imagine I have 2 vms (debian and proxmox). nfs server is in debian, and proxmox is the client. i have tried some tutorials, and for the backup (nfs systems is working), folder is already backed up itself. as a...
  3. R

    what is exactly inside /etc/pve/nodes/qemu-server/* ?

    Yesss! thankyou for the explanations.. at the end I've got a summary that said: - if you want to check configuration files of VMs, check this path: /etc/pve/qemu-server - if you want to check configuration files of CT, check this path: /etc/pve/lxc
  4. R

    what is exactly inside /etc/pve/nodes/qemu-server/* ?

    oh i got a point. so this is because I'm not using VMs right? i also just checked a site that said, linux container has its own config file. so I guess they (VM and CT) has its own config file. is it true?
  5. R

    what is exactly inside /etc/pve/nodes/qemu-server/* ?

    Hi, I just wondering what's going on inside the path. as far as I know, there is a configuration file of our VM in proxmox. but, I have 2 VMs (CT template actually, both of them) in my locals. but when I check to the path, there is no conf file, it's literally empty. is it because I use ct...