Recent content by rabouin

  1. R

    Create VM on a disk that a VM has currently mounted

    Or Like me create container and you can mount them without any deleting
  2. R

    No ip full cloned VM from template

    Found solution: ip link set dev eth0 up dhclient -v eth0 But why my interface have been desactived ? it was working fine before pass my VM to template
  3. R

    No ip full cloned VM from template

    Hi, Sorry I cannot find any solution. I have create VM installed Ubuntu Srv and transform it in Template. I have created Full Clone from this template, but I cannot have ip. Can you please help me ? I have already tried to add these lines and it doesn't works. # Loopback # auto lo iface lo...
  4. R

    Cannot mount disk in VM

    I have just seen this video and like you said it's possible with CT. It's works perfectly because the samba solution was not good for me. https://www.youtube.com/watch?v=E6p1JNELdZM&t=154s Thanks guys for helped me and I hope Proxmox will add features to add disk without format or create new LVM
  5. R

    Cannot mount disk in VM

    EDIT: I have also emby if I use Samba I cannot ADD my disq as path for movies. Is there any solution to mount the disk to my VM ?
  6. R

    Cannot mount disk in VM

    Thanks I'm going test now.
  7. R

    Cannot mount disk in VM

    Hello guys, I have successfully mounted my disk in proxmox server and added it in hardware VM ( debian ) But I cannot mount it in VM. Proxmox root@pve:/mnt/sdc# df -h Filesystem Size Used Avail Use% Mounted on udev 16G 0 16G 0% /dev tmpfs...
  8. R

    Add disk in my VM

    I have found solution. Just go in your VM option and add disk. Select mount point and validate, it will take few minute depend size of your disk
  9. R

    Add disk in my VM

    Yes as you can see the disk are mounted and recognized by proxmox. You can see them in GUI
  10. R

    [SOLVED] dont have access to gui and command line

    apt clean && apt autoremove pve-manager && apt install -y proxmox-ve pve-manager
  11. R

    [SOLVED] dont have access to gui and command line

    Dependencies is missing. Try install pve-manager first
  12. R

    Add disk in my VM

    Hello Guys, Sorry if the question have been already posted. I Have installed Emby in VM debian and I would like use disk what I have already mounted in proxmox. I would like use disk sda sdb sdc and sdc ( all my movies are located there ) root@pve:~# df -h Filesystem Size Used...