mount -l return (deleted)/var/www/clients/clientXX/webXX/log

Discussion in 'General' started by NicoduWeb, Apr 4, 2017.

  1. NicoduWeb

    NicoduWeb New Member

    Hi there,
    a few days, i've delete some website and user in ispconfig.
    all seems to be good but finally not really.

    Because now this command
    Code:
    mount -l
    return :
    The '/var/www/clients/clientXX/webXX/log' folder exist

    How correct this please ?

    I use proxmox as host of ispconfig guest but this line stop backup and return error :

     
    Last edited: Apr 4, 2017
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check if the bind mount line for that directory is still in /etc/fstab. If yes, remove it.
     
  3. NicoduWeb

    NicoduWeb New Member

    Hi Till,
    Thank you for your help.

    This line is not in /etc/fstab.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Then try to run:

    mount -o remount /

    If you get a permission denied the try instead:

    umount /var/www/clients/clientxx/webXX/log
     
  5. NicoduWeb

    NicoduWeb New Member

    Ok i get a permission denied so i umount the folder.
    Now the line
    "/var/lib/vz/private/XXX on (deleted)/var/www/clients/clientXX/webXX/log type simfs (rw,relatime,usr ..."
    has disappeared from "mount -l"

    Seems to be good isn't it ?
    I can try a new backup ?
     
  6. NicoduWeb

    NicoduWeb New Member

    Ok backup works again ! :)
    Thank you till.
     

Share This Page