[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problème avec umask sur un disque NTFS



Bonjour à tous, 

Je reviens encore une fois vous demander de l'aide. 

J'ai un ordinateur dual boot Windows 10 / Debian 11.

Ce PC possède 2 disques, une SSD avec les 2 systèmes et un HDD où sont les autres fichiers (documents, images, musique,...). 

Mon idée est de partager ce HDD entre Windows et Debian. Pour le faire, dans mon fichier fstab, j'ai rajouté la ligne suivante :

UUID=ACB23705B236D414   /mnt/windows    ntfs-3g defaults,umask=000    0   0

Les dossiers présents montent correctement dans le dossier /mnt/windows :

$ ls -l /mnt/windows/
total 80
drwxrwxrwx 1 root root 4096 14 nov. 20:20 '$RECYCLE.BIN'
drwxrwxrwx 1 root root 4096 24 nov. 15:59 CloudStation
drwxrwxrwx 1 root root 4096 21 nov. 11:44 Documents
-rwxrwxrwx 1 root root 8192 25 juin 08:15 DumpStack.log.tmp
drwxrwxrwx 1 root root 4096 22 nov. 20:41 Images
drwxrwxrwx 1 root root 4096 24 nov. 11:53 Music
drwxrwxrwx 1 root root 8192 23 nov. 06:21 'System Volume Information'
drwxrwxrwx 1 root root 40960 21 nov. 22:22 Téléchargements
drwxrwxrwx 1 root root 4096 21 nov. 19:44 Videos
 
Tout y est et les permissions sont bien "rwxrwxrwx". 

Mon problème est dans le dossier Documents :

$ ls -l /mnt/windows/Documents/
total 117
drwxrwxrwx 1 root root 16384 24 nov. 15:59 User1
-rwxrwxrwx 1 root root 0 26 nov. 2020 Default.rdp
-rwxrwxrwx 1 root root 432 11 mars 2021 desktop.ini
dr-xr-xr-x 1 root root 40960 24 nov. 15:59 User2
drwxrwxrwx 1 root root 16384 24 nov. 16:00 Public
drwxrwxrwx 1 root root 4096 24 nov. 15:59 User3
dr-xr-xr-x 1 root root 20480 21 nov. 12:05 Scan
-rwxrwxrwx 1 root root 18432 4 déc. 2016 Thumbs.db
drwxrwxrwx 1 root root 0 16 nov. 23:13 'Unified Remote'
 
En comparant User1 avec User2, on voit bien que User1 a les mêmes permissions que Documents, mas User2 ne permets pas l'écriture, ce qui m'empêche de gérer ce dossier depuis Debian... 

Auriez-vous une idée de pourquoi les permissions de ces sous-dossiers ne sont pas les mêmes ? 

Je vous remercie par avance de vos retours, 

Cordialement, 
Marc

Reply to: