Hello !
Déjà, j'espère être dans la bonne section..
Je vous explique mon problème : J'ai constaté que, depuis quelques jours (ça ne me le faisait pas avant !), lorsque je monte mon disque sur lequel Windows est installé, j'ai un énorme bug d'affichage des polices. De plus, impossible d'ouvrir VLC ou Audacity quand ce disque est monté.
Voici une très courte vidéo du problème :
https://www.youtube.com/watch?v=tXcmeeJ_9Jg
Mon
/etc/fstab au cas où :
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb2 during installation
UUID=6055cc62-8cbc-4e99-b10c-2632d39bf84a / ext4 errors=remount-ro 0 1
# /DATA was on /dev/sdb6 during installation
#UUID=06516417-5ac1-4b28-bdee-7a5091f0b14f /DATA ext4 defaults 0 2
# swap was on /dev/sda5 during installation
#UUID=58c86300-98a3-45b0-9add-e002b04743d0 none swap sw 0 0
# swap was on /dev/sdb5 during installation
UUID=96d76d72-efd5-4bad-93db-8d39cf4db763 none swap sw 0 0
# WHERE THE NEW HOME USELESS IS
#UUID=fcc59e12-6397-4c9a-b686-285998d2665b /DATA ext4 errors=remount-ro 0 2
#UUID=fcc59e12-6397-4c9a-b686-285998d2665b /home ext4 defaults 0 2
# WHERE THE OLD HOME IS /home/skyern
#UUID=7def4ae1-eaa7-492c-b176-84a1a4bba9f4 /DATA2 ext4 errors=remount-ro 0 2
#UUID=7def4ae1-eaa7-492c-b176-84a1a4bba9f4 /home ext4 defaults 0 2
UUID=e6979d3b-7fc5-42d5-a397-4d4448ff7548 /DATA ext4 errors=remount-ro 0 2
# SKYERNCLOUD
#UUID=5897D98C0B54A6E6 /media/skyern/SkyernCloud ext4 defaults,errors=remount-ro 0 0
#UUID=5897D98C0B54A6E6 /media/skyern/SkyernCloud ntfs-3g uid=1000,gid=1000,rw,suid,dev,exec,auto,nouser,async,errors=remount-ro 0 0
#UUID=84399737-422e-44ff-ac54-82c976772625 /media/skyern/SkyernCloud ext4 uid=1000,gid=1000,user,exec,rw,auto,async,errors=remount-ro 0 0
UUID=84399737-422e-44ff-ac54-82c976772625 /media/skyern/SkyernCloud ext4 defaults,errors=remount-ro 0 0
Enfin, mon
/etc/apt/sources.list :
#------------------------------------------------------------------------------#
# OFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### Ubuntu Main Repos
deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
###### Ubuntu Update Repos
deb http://archive.ubuntu.com/ubuntu bionic-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu bionic-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu bionic partner
deb-src http://archive.canonical.com/ubuntu bionic partner
#------------------------------------------------------------------------------#
# UNOFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### 3rd Party Binary Repos
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BB901940
# deb http://ppa.launchpad.net/audacity-team/daily/ubuntu xenial main # Audacity - http://audacity.sourceforge.net/
####### 3rd Party Source Repos
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BB901940
# deb-src http://ppa.launchpad.net/audacity-team/daily/ubuntu xenial main # Audacity (Source) - http://audacity.sourceforge.net/
deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
# désactivé pour la mise à niveau vers bionic
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ xenial main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ xenial main
deb http://cz.archive.ubuntu.com/ubuntu trusty main universe
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ bionic main
deb http://sg.archive.ubuntu.com/ubuntu/ubuntu xenial main universe
# deb-src http://sg.archive.ubuntu.com/ubuntu/ubuntu xenial main universe
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ bionic main
deb http://security.ubuntu.com/ubuntu xenial-security main
En espérant pouvoir résoudre rapidement ce problème parce que j'ai besoin d'accéder très souvent à ce disque..
Le seul truc que je me souviens avoir modifié ces derniers jours c'est d'avoir rajouté "fr." devant "archive" dans le
fstab, ici :
deb http://archive.ubuntu.com/ubuntu bionic-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu bionic-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
Que je viens de retirer à l'instant au cas où.