Bonjour a tous,
Je souhaite modifier la permission de ma partition sda7 (data)
Code :
- # /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>
- proc /proc proc nodev,noexec,nosuid 0 0
- # / was on /dev/sda2 during installation
- UUID=85010fb7-2c64-461c-a02c-87575fa09c90 / ext4 errors=remount-ro 0 1
- # /boot was on /dev/sda1 during installation
- UUID=b48cf7b2-424b-426b-a0ad-ef8a73ee8659 /boot ext4 defaults 0 2
- # /home was on /dev/sda6 during installation
- UUID=b3ecbfda-90ee-4077-aef1-dd2333499483 /home ext4 defaults 0 2
- # swap was on /dev/sda5 during installation
- UUID=3a718961-f313-44d0-aa7e-abe31da99db2 none swap sw 0 0
- # /data was on /dev/sda7 during installation
- 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