Je penses que ta voulus écrire ls -l au lieu de fdisk -l, pour voir la propriété avant et après, en tous cas j’ai mis les 2 commandes:
[quote]em@empe:~$ su
Mot de passe :
root@empe:/home/em# ls -l
total 12
drwxr-xr-x 4 em em 4096 20 mar 14:14 Desktop
drwxr-xr-x 2 em em 4096 20 mar 14:22 disquedur
drwx------ 7 em em 4096 19 mar 19:31 Doc
root@empe:/home/em# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x51a9f74d
Device Boot Start End Blocks Id System
/dev/sda1 1 47427 380955648 83 Linux
/dev/sda2 * 48643 58842 81920160 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 47428 48643 9764865 5 Extended
/dev/sda5 47428 48643 9764864 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0002069f
Device Boot Start End Blocks Id System
/dev/sdb1 1 119833 962558541 7 HPFS/NTFS
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00024a91
Device Boot Start End Blocks Id System
/dev/sdc1 1 108712 873226240 83 Linux
root@empe:/home/em# mount /dev/sdc1
root@empe:/home/em# ls -l
total 12
drwxr-xr-x 4 em em 4096 20 mar 14:14 Desktop
drwxr-xr-x 3 root root 4096 20 mar 13:41 disquedur
drwx------ 7 em em 4096 19 mar 19:31 Doc
root@empe:/home/em# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x51a9f74d
Device Boot Start End Blocks Id System
/dev/sda1 1 47427 380955648 83 Linux
/dev/sda2 * 48643 58842 81920160 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 47428 48643 9764865 5 Extended
/dev/sda5 47428 48643 9764864 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0002069f
Device Boot Start End Blocks Id System
/dev/sdb1 1 119833 962558541 7 HPFS/NTFS
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00024a91
Device Boot Start End Blocks Id System
/dev/sdc1 1 108712 873226240 83 Linux
root@empe:/home/em# cat /etc/fstab
/etc/fstab: static file system information.
proc /proc proc defaults 0 0
#Entry for /dev/sda1 :
UUID=67e6f8e4-d2b6-4956-907c-a45452131ebb / ext4 errors=remount-ro 0 1
#Entry for /dev/sdb1 :
UUID=7260F41560F3DE33 /media/dos ntfs-3g defaults,locale=fr_BE.UTF-8 0 0
#Entry for /dev/sdc1 :
UUID=0d131852-1593-4fc5-aa7a-8b9da39b0da9 /home/em/disquedur ext4 auto,users,rw,exec,noatime 0 0
#Entry for /dev/sda5 :
UUID=d83bab68-1a85-4b00-8b15-177e30f73b24 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
[/quote]