Aller au contenu
  • Pas encore inscrit ?

    Pourquoi ne pas vous inscrire ? C'est simple, rapide et gratuit.
    Pour en savoir plus, lisez Les avantages de l'inscription... et la Charte de Zébulon.
    De plus, les messages que vous postez en tant qu'invité restent invisibles tant qu'un modérateur ne les a pas validés. Inscrivez-vous, ce sera un gain de temps pour tout le monde, vous, les helpeurs et les modérateurs ! :wink:

Messages recommandés

Posté(e)

(m for help): m

Command action

a toggle a bootable flag

b edit bsd disklabel

c toggle the dos compatibility flag

d delete a partition

l list known partition types

m print this menu

n add a new partition

o create a new empty DOS partition table

p print the partition table

q quit without saving changes

s create a new empty Sun disklabel

t change a partition's system id

u change display/entry units

v verify the partition table

w write table to disk and exit

x extra functionality (experts only)

Posté(e)

fais t

 

et mets e

 

et fais p et donne le résultat

Posté(e)

x extra functionality (experts only)

 

Command (m for help): t

Selected partition 1

Hex code (type L to list codes): e

Changed system type of partition 1 to e (W95 FAT16 (LBA))

 

Command (m for help): p

 

Disk /dev/sdc: 500.1 GB, 500107862016 bytes

255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x6ab4df17

 

Device Boot Start End Blocks Id System

/dev/sdc1 * 2048 976769023 488383488 e W95 FAT16 (LBA)

 

Command (m for help):

Posté(e)

ok fais w maintenant

 

et q

 

fdisk est quitté maintenant normalement, tu reviens en invite de commande $

 

fais sudo partprobe

 

et refais sudo mount /dev/sdc1 /media/sdc1

Posté(e)

/dev/sdc1 * 2048 976769023 488383488 e W95 FAT16 (LBA)

 

Command (m for help): w

The partition table has been altered!

 

Calling ioctl() to re-read partition table.

 

WARNING: If you have created or modified any DOS 6.x

partitions, please see the fdisk manual page for additional

information.

Syncing disks.

ubuntu@ubuntu:~$ q

q: command not found

ubuntu@ubuntu:~$ sudo partprobe

suError: Error informing the kernel about modifications to partition /dev/sr0p1 -- Invalid argument. This means Linux won't know about any changes you made to /dev/sr0p1 until you reboot -- so you shouldn't mount it or use it in any way before rebooting.

Error: Failed to add partition 1 (Invalid argument)

ubuntu@ubuntu:~$ sudo mount /dev/sdc1 /media:sdc1

mount: mount point /media:sdc1 does not exist

ubuntu@ubuntu:~$ sudo mount /dev/sdc1 /media/sdc1

mount: you must specify the filesystem type

ubuntu@ubuntu:~$

Posté(e)

débranche le disque usb et rebranche le

 

et refais les commandes suivantes :

sudo fdisk -l /dev/sdc

 

sudo mount /dev/sdc1 /media/sdc1

Posté(e)

ubuntu@ubuntu:~$

ubuntu@ubuntu:~$ sudo fdisk -l/dev/sdc

fdisk: invalid option -- '/'

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 mount /dev/sdc1 /media/sdc1

mount: special device /dev/sdc1 does not exist

ubuntu@ubuntu:~$

Posté(e)

buntu@ubuntu:~$ sudo fdisk -l /dev/sdc

 

Disk /dev/sdc: 500.1 GB, 500107862016 bytes

255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x6ab4df17

 

Device Boot Start End Blocks Id System

/dev/sdc1 * 2048 976769023 488383488 e W95 FAT16 (LBA)

ubuntu@ubuntu:~$ sudo mount /dev/sdc1 /media/sdc1

mount: you must specify the filesystem type

ubuntu@ubuntu:~$

 

 

 

excuse moi j'avais oublie de rebrancher

Posté(e)

sudo mount -t vfat /dev/sdc1 /media/sdc

sudo mount -t msdos /dev/sdc1 /media/sdc1

Posté(e)

ubuntu@ubuntu:~$ sudo mount -t vfat /dev/sdc1 /media/sdc

mount: mount point /media/sdc does not exist

ubuntu@ubuntu:~$ sudo mount -t msdos /dev/sdc1 /media/sdc1

mount: wrong fs type, bad option, bad superblock on /dev/sdc1,

missing codepage or helper program, or other error

In some cases useful info is found in syslog - try

dmesg | tail or so

Rejoindre la conversation

Vous publiez en tant qu’invité. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.
Remarque : votre message nécessitera l’approbation d’un modérateur avant de pouvoir être visible.

Invité
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

  • En ligne récemment   0 membre est en ligne

    • Aucun utilisateur enregistré regarde cette page.
×
×
  • Créer...