Permission

Résolu
tux_03 Messages postés 190 Date d'inscription   Statut Membre Dernière intervention   -  
aruju Messages postés 2214 Date d'inscription   Statut Contributeur Dernière intervention   -
Bonjour,
J'ai mes partitions monté mais il n'ya que root qui peut ecrire dessus !!
Comment faire pour que je me donne des droits d'ecriture ??
Merci

40 réponses

tux_03 Messages postés 190 Date d'inscription   Statut Membre Dernière intervention   7
 
Ca a pas changé, elle montent plus sauf windows
0
aruju Messages postés 2214 Date d'inscription   Statut Contributeur Dernière intervention   403
 
et sur celle de windows t'as le droit d'écriture?
affiche:
ls -l /media
cat /etc/fstab
sudo fdisk -l
ls -l /dev/disk/by-uuid


Et mets le résultat entre les balises CODE stp
0
tux_03 Messages postés 190 Date d'inscription   Statut Membre Dernière intervention   7
 
ok desolé,
Je ne peut pas ecrire sur la partition xp
samir@Samir-PC:~$ ls -l /media
total 60
lrwxrwxrwx  1 root  root      6 2008-09-13 14:40 cdrom -> cdrom0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 cdrom0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 cdrom1
lrwxrwxrwx  1 root  root      7 2008-09-13 14:40 floppy -> floppy0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 floppy0
drwx------  9 samir root  16384 1970-01-01 01:00 SAMIR
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb5
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb6
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb7
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb8
drwxrwxrwx 12 root  samir 16384 2008-09-14 16:18 windows
samir@Samir-PC:~$ 


samir@Samir-PC:~$ cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=b9d328cb-a443-4bf3-ace1-b859637b309e / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=9eedb969-f264-41b5-918b-18243d491b2b /home ext3 relatime 0 2
# /dev/sda7
UUID=eb1e5f37-a04e-3b86-d9da-4db41fec8888 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 



UUID=8495-FB64 /media/windows vfat rw,quiet,user,users,auto,umask=0,gid=1000

UUID=C820-FB44 /media/sdb5 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
UUID=3028-E5AE /media/sdb6 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
UUID=7C6E-6F8A /media/sdb7 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
UUID=34AF-7CC9 /media/sdb8 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000 

<code>samir@Samir-PC:~$ sudo fdisk -l
[sudo] password for samir: 

Disque /dev/sda: 40.0 Go, 40060403712 octets
255 heads, 63 sectors/track, 4870 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0x830d830d

Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sda1   *           1        2435    19559106    c  W95 FAT32 (LBA)
/dev/sda2            2436        4870    19559137+   5  Extended
/dev/sda5            2436        3710    10241406   83  Linux
/dev/sda6            3711        4602     7164958+  83  Linux
/dev/sda7            4603        4870     2152678+  82  Linux swap / Solaris

Disque /dev/sdb: 80.0 Go, 80026361856 octets
255 heads, 63 sectors/track, 9729 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0x9af82b0d

Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sdb1   *           2        9729    78140160    f  W95 Etendu (LBA)
/dev/sdb5               2        2433    19535008+   c  W95 FAT32 (LBA)
/dev/sdb6            2434        4865    19535008+   c  W95 FAT32 (LBA)
/dev/sdb7            4866        7181    18603238+   b  W95 FAT32
/dev/sdb8            7182        9729    20466778+   b  W95 FAT32
Note: taille de secteur est 4096 (et non pas 512)

Disque /dev/sdc: 79.8 Go, 79824777216 octets
26 heads, 50 sectors/track, 14991 cylinders
Units = cylindres of 1300 * 4096 = 5324800 bytes
Identifiant disque: 0x20202020

Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sdc1               1       14992    77953628    b  W95 FAT32
samir@Samir-PC:~$ 



samir@Samir-PC:~$ </code>

samir@Samir-PC:~$ ls -l /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 2008-09-14 18:08 3028-E5AE -> ../../sdb6
lrwxrwxrwx 1 root root 10 2008-09-14 18:08 34AF-7CC9 -> ../../sdb8
lrwxrwxrwx 1 root root 10 2008-09-14 16:08 570A-1DB0 -> ../../sdc1
lrwxrwxrwx 1 root root 10 2008-09-14 18:08 7C6E-6F8A -> ../../sdb7
lrwxrwxrwx 1 root root 10 2008-09-14 18:08 8495-FB64 -> ../../sda1
lrwxrwxrwx 1 root root 10 2008-09-14 18:08 9eedb969-f264-41b5-918b-18243d491b2b -> ../../sda6
lrwxrwxrwx 1 root root 10 2008-09-14 18:08 b9d328cb-a443-4bf3-ace1-b859637b309e -> ../../sda5
lrwxrwxrwx 1 root root 10 2008-09-14 18:08 C820-FB44 -> ../../sdb5
lrwxrwxrwx 1 root root 10 2008-09-14 18:08 eb1e5f37-a04e-3b86-d9da-4db41fec8888 -> ../../sda7




0
aruju Messages postés 2214 Date d'inscription   Statut Contributeur Dernière intervention   403
 
ok change ton fstab de cette manière:

/dev/sdb5 /media/sdb5 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
/dev/sdb6 /media/sdb6 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
/dev/sdb7 /media/sdb7 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
/dev/sdb8 /media/sdb8 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000 


redémarre puis si ce n'est pas bon affiche:

cat /etc/fstab
ls -l /media
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
tux_03 Messages postés 190 Date d'inscription   Statut Membre Dernière intervention   7
 
Ce n'est pas bon
samir@Samir-PC:~$ cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=b9d328cb-a443-4bf3-ace1-b859637b309e / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=9eedb969-f264-41b5-918b-18243d491b2b /home ext3 relatime 0 2
# /dev/sda7
UUID=eb1e5f37-a04e-3b86-d9da-4db41fec8888 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 



UUID=8495-FB64 /media/windows vfat rw,quiet,user,users,auto,umask=0,gid=1000

/dev/sdb5 /media/sdb5 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
/dev/sdb6 /media/sdb6 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
/dev/sdb7 /media/sdb7 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
/dev/sdb8 /media/sdb8 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000 



samir@Samir-PC:~$ 



samir@Samir-PC:~$ ls -l /media
total 60
lrwxrwxrwx  1 root  root      6 2008-09-13 14:40 cdrom -> cdrom0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 cdrom0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 cdrom1
lrwxrwxrwx  1 root  root      7 2008-09-13 14:40 floppy -> floppy0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 floppy0
drwx------  9 samir root  16384 1970-01-01 01:00 SAMIR
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb5
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb6
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb7
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb8
drwxrwxrwx 12 root  samir 16384 1970-01-01 01:00 windows
samir@Samir-PC:~$ 


0
aruju Messages postés 2214 Date d'inscription   Statut Contributeur Dernière intervention   403
 
quoi qui est pas bon? c'est monté?
affiche:
monut
0
tux_03 Messages postés 190 Date d'inscription   Statut Membre Dernière intervention   7
 
C'est pas plutot "mount" ? Et non il n'ay que la parition de windows monté et les autres ne veulent pas

samir@Samir-PC:~$ mount
/dev/sda5 on / type ext3 (rw,relatime,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.24-19-generic/volatile type tmpfs (rw)
/dev/sda6 on /home type ext3 (rw,relatime)
/dev/sda1 on /media/windows type vfat (rw,noexec,nosuid,nodev,quiet,umask=0,gid=1000)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/samir/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=samir)
/dev/sdc1 on /media/SAMIR type vfat (rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush)
samir@Samir-PC:~$ 

0
aruju Messages postés 2214 Date d'inscription   Statut Contributeur Dernière intervention   403
 
on va faire un essaye, tape:
sudo mkdir /media/test

Mets ensuite cette ligne dans fstab:
/dev/sdb5 /media/test vfat rw,quiet,user,users,auto,umask=0,gi­d=1000

Puis redémarre et regarde s'il y a qq choses

Affiche ensuite:
mount
ls -l /media


0
tux_03 Messages postés 190 Date d'inscription   Statut Membre Dernière intervention   7
 
Mount :

samir@Samir-PC:~$ mount
/dev/sda5 on / type ext3 (rw,relatime,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.24-19-generic/volatile type tmpfs (rw)
/dev/sda6 on /home type ext3 (rw,relatime)
/dev/sda1 on /media/windows type vfat (rw,noexec,nosuid,nodev,quiet,umask=0,gid=1000)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/samir/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=samir)
/dev/sdc1 on /media/SAMIR type vfat (rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush)


et :
samir@Samir-PC:~$ ls -l /media
total 64
lrwxrwxrwx  1 root  root      6 2008-09-13 14:40 cdrom -> cdrom0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 cdrom0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 cdrom1
lrwxrwxrwx  1 root  root      7 2008-09-13 14:40 floppy -> floppy0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 floppy0
drwx------  9 samir root  16384 1970-01-01 01:00 SAMIR
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb5
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb6
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb7
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb8
drwxr-xr-x  2 root  root   4096 2008-09-14 16:55 test
drwxrwxrwx 12 root  samir 16384 1970-01-01 01:00 windows
samir@Samir-PC:~$ 



0
aruju Messages postés 2214 Date d'inscription   Statut Contributeur Dernière intervention   403
 
as-tu redémarré avant afficher ces commandes?
0
tux_03 Messages postés 190 Date d'inscription   Statut Membre Dernière intervention   7
 
Oui
0
aruju Messages postés 2214 Date d'inscription   Statut Contributeur Dernière intervention   403
 
ok
dans ton fichier /etc/fstab

Mets un # devant la ligne: /dev/sdb5 /media/sdb5 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
Comme ca:
#/dev/sdb5 /media/sdb5 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000

Puis change la ligne: /dev/sdb5 /media/test vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
commeca:
/dev/sdb5 /media/test vfat rw,quiet,user,users,auto 0 0

redémarre et affiche:
cat /etc/fstab
mount
ls -l /media
0
tux_03 Messages postés 190 Date d'inscription   Statut Membre Dernière intervention   7
 
Sdb5 est monté mais je n'ai pas les droits d'ecriture mais c'est deja pas si mal qu'il soit monté !!
samir@Samir-PC:~$ cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=b9d328cb-a443-4bf3-ace1-b859637b309e / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=9eedb969-f264-41b5-918b-18243d491b2b /home ext3 relatime 0 2
# /dev/sda7
UUID=eb1e5f37-a04e-3b86-d9da-4db41fec8888 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 



UUID=8495-FB64 /media/windows vfat rw,quiet,user,users,auto,umask=0,gid=1000

#/dev/sdb5 /media/sdb5 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
/dev/sdb6 /media/sdb6 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
/dev/sdb7 /media/sdb7 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
/dev/sdb8 /media/sdb8 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000 
/dev/sdb5 /media/test vfat rw,quiet,user,users,auto 0 0


samir@Samir-PC:~$ mount
/dev/sda5 on / type ext3 (rw,relatime,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.24-19-generic/volatile type tmpfs (rw)
/dev/sda6 on /home type ext3 (rw,relatime)
/dev/sda1 on /media/windows type vfat (rw,noexec,nosuid,nodev,quiet,umask=0,gid=1000)
/dev/sdb5 on /media/test type vfat (rw,noexec,nosuid,nodev,quiet)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/samir/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=samir)
/dev/sdc1 on /media/SAMIR type vfat (rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flus


samir@Samir-PC:~$ ls -l /media
total 76
lrwxrwxrwx  1 root  root      6 2008-09-13 14:40 cdrom -> cdrom0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 cdrom0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 cdrom1
lrwxrwxrwx  1 root  root      7 2008-09-13 14:40 floppy -> floppy0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 floppy0
drwx------  9 samir root  16384 1970-01-01 01:00 SAMIR
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb5
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb6
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb7
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb8
drwxr-xr-x 35 root  root  16384 1970-01-01 01:00 test
drwxrwxrwx 12 root  samir 16384 1970-01-01 01:00 windows


0
aruju Messages postés 2214 Date d'inscription   Statut Contributeur Dernière intervention   403
 
sudo umount /media/test
sudo chmod -R 777 /media/test

redemarre et affiche:
mount
ls -l /media
0
tux_03 Messages postés 190 Date d'inscription   Statut Membre Dernière intervention   7
 
Toujours pas de droit dans test

samir@Samir-PC:~$ mount
/dev/sda5 on / type ext3 (rw,relatime,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.24-19-generic/volatile type tmpfs (rw)
/dev/sda6 on /home type ext3 (rw,relatime)
/dev/sda1 on /media/windows type vfat (rw,noexec,nosuid,nodev,quiet,umask=0,gid=1000)
/dev/sdb5 on /media/test type vfat (rw,noexec,nosuid,nodev,quiet)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/samir/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=samir)
/dev/sdc1 on /media/SAMIR type vfat (rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush)
samir@Samir-PC:~$ 

samir@Samir-PC:~$ ls -l /media
total 76
lrwxrwxrwx  1 root  root      6 2008-09-13 14:40 cdrom -> cdrom0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 cdrom0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 cdrom1
lrwxrwxrwx  1 root  root      7 2008-09-13 14:40 floppy -> floppy0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 floppy0
drwx------  9 samir root  16384 1970-01-01 01:00 SAMIR
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb5
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb6
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb7
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb8
drwxr-xr-x 35 root  root  16384 1970-01-01 01:00 test
drwxrwxrwx 12 root  samir 16384 1970-01-01 01:00 windows







0
aruju Messages postés 2214 Date d'inscription   Statut Contributeur Dernière intervention   403
 
change la ligne: /dev/sdb5 /media/test vfat rw,quiet,user,users,auto 0 0
en
/dev/sdb5 /media/test vfat rw,quiet,user,users,auto,umask=0 0 0

redémarre et affiche
ls -l /media
cat /etc/fstab
0
tux_03 Messages postés 190 Date d'inscription   Statut Membre Dernière intervention   7
 
J'ai les droits et montage automatique !!
Donc

samir@Samir-PC:~$ ls -l /media
total 76
lrwxrwxrwx  1 root  root      6 2008-09-13 14:40 cdrom -> cdrom0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 cdrom0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 cdrom1
lrwxrwxrwx  1 root  root      7 2008-09-13 14:40 floppy -> floppy0
drwxr-xr-x  2 root  root   4096 2008-09-13 14:40 floppy0
drwx------  9 samir root  16384 1970-01-01 01:00 SAMIR
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb5
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb6
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb7
drwxrwxrwx  2 samir samir  4096 2008-09-13 19:16 sdb8
drwxrwxrwx 35 root  root  16384 2008-09-14 17:58 test
drwxrwxrwx 12 root  samir 16384 1970-01-01 01:00 windows
samir@Samir-PC:~$

ET
samir@Samir-PC:~$ cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=b9d328cb-a443-4bf3-ace1-b859637b309e / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=9eedb969-f264-41b5-918b-18243d491b2b /home ext3 relatime 0 2
# /dev/sda7
UUID=eb1e5f37-a04e-3b86-d9da-4db41fec8888 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 



UUID=8495-FB64 /media/windows vfat rw,quiet,user,users,auto,umask=0,gid=1000

#/dev/sdb5 /media/sdb5 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
/dev/sdb6 /media/sdb6 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
/dev/sdb7 /media/sdb7 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000
/dev/sdb8 /media/sdb8 vfat rw,quiet,user,users,auto,umask=0,gi­d=1000 
/dev/sdb5 /media/test vfat rw,quiet,user,users,auto,umask=0 0 0







0
aruju Messages postés 2214 Date d'inscription   Statut Contributeur Dernière intervention   403
 
ok change toutes les lignes commeca (même celle qui commence par UUID=8495-FB64):

/dev/sda1 /media/windows vfat rw,quiet,user,users,auto,umask=0 0 0
/dev/sdb6 /media/sdb6 vfat rw,quiet,user,users,auto,umask=0 0 0
/dev/sdb7 /media/sdb7 vfat rw,quiet,user,users,auto,umask=0 0 0
/dev/sdb8 /media/sdb8 vfat rw,quiet,user,users,auto,umask=0 0 0
/dev/sdb5 /media/sdb5 vfat rw,quiet,user,users,auto,umask=0 0 0


Puis redémarre et regarde si t'as les droits
0
tux_03 Messages postés 190 Date d'inscription   Statut Membre Dernière intervention   7
 
C'est magnifique !!
Cela fonctionne impece !!!
Merci beaucaoup; je vais faire une copie du fstab pour mes prochaines isntalle !!
Bonne soirée
0
aruju Messages postés 2214 Date d'inscription   Statut Contributeur Dernière intervention   403
 
à ton service ;-) Bonne soirée ausi
0