Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-statistics domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wordpress/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wordpress/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wordpress/wp-includes/functions.php on line 6114
Monter un dossier de la Freebox Delta dans une VM - Plessy

Monter un dossier de la Freebox Delta dans une VM

Si vous souhaitez accéder à un dossier de votre Freebox Delta à partir d’une de vos VM voici une procédure qui pourrait vous être utile:

Créer le dossier dans lequel sera monté votre dossier “distant”:

sudo mkdir -p /mnt/films

Éditez le fichier /etc/fstab:

sudo nano /etc/fstab

Ensuite Descendez au bas du document et saisissez la ligne suivante (adaptée a vos besoins).

//mafreebox.freebox.fr/Freebox/Enregistrements/ /mnt/films cifs _netdev,rw,users,user=USERNAME,pass=PASSWORD,iocharset=utf8,uid=1000,sec=ntlm,file_mode=0777,dir_mode=0777,vers=1.0 0 0

Et on redémarre:

sudo reboot