[quote]ricardo@sid-hda8:~$ sudo mount -t ext3 /dev/hdc1 /mnt/autre
Password:
mount: special device /dev/hdc1 does not exist
avec UUID, présente ds fstab du hdc1
ricardo@sid-hda8:~$ sudo mount -t ext3 UUID=aceb6f67-8c30-439a-bba1-0b4d7de3dcae /mnt/autre
mount: special device UUID=aceb6f67-8c30-439a-bba1-0b4d7de3dcae does not exist[/quote]
et pourtant :
[code]ricardo@sid-hda8:~$ fdisk -l
bash: fdisk: command not found
ricardo@sid-hda8:~$ sudo fdisk -l
Disk /dev/hda: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0004e386
Device Boot Start End Blocks Id System
/dev/hda1 * 1 973 7815591 83 Linux
/dev/hda4 1096 4998 31350847+ f W95 Ext’d (LBA)
/dev/hda5 1096 2311 9767457 83 Linux
/dev/hda6 4258 4925 5365678+ 83 Linux
/dev/hda7 4926 4998 586341 82 Linux swap / Solaris
/dev/hda8 2312 3284 7815591 83 Linux
/dev/hda9 3285 4257 7815591 83 Linux
Partition table entries are not in disk order
Disk /dev/hdc: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0b840b84
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 608 4883728+ 83 Linux
/dev/hdc2 609 1824 9767520 83 Linux
/dev/hdc3 1825 2432 4883760 83 Linux
/dev/hdc4 2433 4998 20611395 5 Extended
/dev/hdc5 2433 2554 979933+ 82 Linux swap / Solaris
/dev/hdc6 4391 4998 4883728+ 83 Linux
/dev/hdc7 2555 2936 3068383+ 83 Linux
/dev/hdc8 2937 3573 5116671 83 Linux
Partition table entries are not in disk order
[/code]
J’ai fais aussi l’essai avec UUID et -U
~$ sudo mount -t -U ext3 UUID=aceb6f67-8 mais là, il ne reconnait pas alors que cette option est indiquée ds le man.
Ptet l’ai-je mal placée ?







