Changer permissions partition données

Changer permissions partition données - Divers - Linux et OS Alternatifs

Marsh Posté le 13-01-2012 à 23:49:10    

Bonjour a tous,
 
Je souhaite modifier la permission de ma partition sda7 (data)
 

Code :
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' to print the universally unique identifier for a
  4. # device; this may be used with UUID= as a more robust way to name devices
  5. # that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  8. proc            /proc           proc    nodev,noexec,nosuid 0       0
  9. # / was on /dev/sda2 during installation
  10. UUID=85010fb7-2c64-461c-a02c-87575fa09c90 /               ext4    errors=remount-ro 0       1
  11. # /boot was on /dev/sda1 during installation
  12. UUID=b48cf7b2-424b-426b-a0ad-ef8a73ee8659 /boot           ext4    defaults        0       2
  13. # /home was on /dev/sda6 during installation
  14. UUID=b3ecbfda-90ee-4077-aef1-dd2333499483 /home           ext4    defaults        0       2
  15. # swap was on /dev/sda5 during installation
  16. UUID=3a718961-f313-44d0-aa7e-abe31da99db2 none            swap    sw              0       0
  17. # /data was on /dev/sda7 during installation
  18. UUID=ef9c0f90-4ce4-4ae2-bb90-999cddea3250 /data           ext4    defaults        0       2


 
Dans fstab jai ajouté une ligne avec le sda7, et son UUID correspondant. Malheuresement la partition disparait au redemarrage :(
 
Quelqu'un a une solution afin d'avoir tous les droits sur cette partition ?
 
Merci  :hello:

Reply

Marsh Posté le 13-01-2012 à 23:49:10   

Reply

Marsh Posté le 14-01-2012 à 09:05:12    

ce n'est pas sur la partition qu'il faut agir mais sur les droits des  fichies
intéresse toi au permission fichiers des systèmes unix et des outils chmod, chown, etc...

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed