Chmod gestion des droits ecriture sur partition ext2

salut,

Voilà j’ai un disque dur externe et j’aimerais pouvoir activer l’ecriture sur celui ci pour tous les utilisateurs.

merci

[code]dhcppc0:/home/frederic# fdisk -l

Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 8964 72003298+ 7 HPFS/NTFS
/dev/hda2 8965 9689 5823562+ 83 Linux
/dev/hda3 9690 9729 321300 5 Extended
/dev/hda5 9690 9729 321268+ 82 Linux swap / Solaris

Disk /dev/sda: 20.0 GB, 20003880448 bytes
255 heads, 63 sectors/track, 2431 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 1946 15631213+ 6 FAT16
/dev/sda2 1947 1947 8032+ f W95 Ext’d (LBA)
/dev/sda3 1948 2431 3887730 7 HPFS/NTFS

Disk /dev/sdb: 250.0 GB, 250059349504 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 1 12748 102398278+ 7 HPFS/NTFS
/dev/sdb2 12749 30401 141797722+ 83 Linux
[/code]

je veux juste sur la partition /dev/sbd2 linux ext2 car y a un pb de gestion des droits.

Ton fdisk nous donne la répartition de tes disques durs et partition mais il nous faut aussi ton fstab :smiley:

[code]# /etc/fstab: static file system information.

proc /proc proc defaults 0 0
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1
/dev/hda5 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
#parttions windows ntfs
/dev/hda1 /media/windows ntfs-3g defaults 0 0[/code]

tu pourrai insérer cette ligne dans ton fstab:

bien sur il faut que le dossier /media/stockage ait été créé avant :wink:

et ne pas oublier de faire un retour chariot après la dernière ligne. :bulb: