A voir également:
- Copier mes fichiers sur clef usb
- Cle usb non reconnu - Guide
- Formater clef usb - Guide
- Copier une vidéo youtube - Guide
- Wetransfer gratuit fichiers lourd - Guide
- Medicat usb - Guide
6 réponses
Bonjour,
Lorsque tu la connectes, elle ne s'ouvre pas automatiquement sur ton bureau ? En plus normalement une icône devrait apparaître sur le bureau.
Connecte ta clé usb, ouvre le terminal et tape la commande suivante :
Reporte le résultat ici qu'on voie si ta clé est reconnue.
Sinon, si ubuntu la voit, elle devrait être montée dans /media
Lorsque tu la connectes, elle ne s'ouvre pas automatiquement sur ton bureau ? En plus normalement une icône devrait apparaître sur le bureau.
Connecte ta clé usb, ouvre le terminal et tape la commande suivante :
sudo fdisk -l(lettre L minuscule)
Reporte le résultat ici qu'on voie si ta clé est reconnue.
Sinon, si ubuntu la voit, elle devrait être montée dans /media
Merci pour votre réponse !
ubuntu@ubuntu:~$ sudo fdisk -1
fdisk: invalid option -- '1'
Usage:
fdisk [options] <disk> change partition table
fdisk [options] -l <disk> list partition table(s)
fdisk -s <partition> give partition size(s) in blocks
Options:
-b <size> sector size (512, 1024, 2048 or 4096)
-c[=<mode>] compatible mode: 'dos' or 'nondos' (default)
-h print this help text
-u[=<unit>] display units: 'cylinders' or 'sectors' (default)
-v print program version
-C <number> specify the number of cylinders
-H <number> specify the number of heads
-S <number> specify the number of sectors per track
ubuntu@ubuntu:~$ sudo fdisk -1
fdisk: invalid option -- '1'
Usage:
fdisk [options] <disk> change partition table
fdisk [options] -l <disk> list partition table(s)
fdisk -s <partition> give partition size(s) in blocks
Options:
-b <size> sector size (512, 1024, 2048 or 4096)
-c[=<mode>] compatible mode: 'dos' or 'nondos' (default)
-h print this help text
-u[=<unit>] display units: 'cylinders' or 'sectors' (default)
-v print program version
-C <number> specify the number of cylinders
-H <number> specify the number of heads
-S <number> specify the number of sectors per track
Oupss pardon xDD
Voilà ce que ça donne :
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x9d419d41
Device Boot Start End Blocks Id System
/dev/sda1 2048 24578047 12288000 27 Hidden NTFS WinRE
/dev/sda2 * 24578048 24782847 102400 7 HPFS/NTFS/exFAT
/dev/sda3 24782848 488395119 231806136 7 HPFS/NTFS/exFAT
Disk /dev/sdc: 8004 MB, 8004304896 bytes
35 heads, 21 sectors/track, 21269 cylinders, total 15633408 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdc1 32 15633407 7816688 b W95 FAT32
Voilà ce que ça donne :
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x9d419d41
Device Boot Start End Blocks Id System
/dev/sda1 2048 24578047 12288000 27 Hidden NTFS WinRE
/dev/sda2 * 24578048 24782847 102400 7 HPFS/NTFS/exFAT
/dev/sda3 24782848 488395119 231806136 7 HPFS/NTFS/exFAT
Disk /dev/sdc: 8004 MB, 8004304896 bytes
35 heads, 21 sectors/track, 21269 cylinders, total 15633408 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdc1 32 15633407 7816688 b W95 FAT32
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
Voici ce que j'obtiens :
ubuntu@ubuntu:~$ sudo mount /dev/sdc1 /mnt/
mount: /dev/sdc1: more filesystems detected. This should not happen,
use -t <type> to explicitly specify the filesystem type or
use wipefs(8) to clean up the device.
mount: you must specify the filesystem type
ubuntu@ubuntu:~$ sudo mount /dev/sdc1 /mnt/
mount: /dev/sdc1: more filesystems detected. This should not happen,
use -t <type> to explicitly specify the filesystem type or
use wipefs(8) to clean up the device.
mount: you must specify the filesystem type