• [^] # Re: Konqueror à détruit ma clé usb ??

    Posté par . En réponse au journal Konqueror à détruit ma clé usb ??. Évalué à 1.

    > Sans trop de conviction j'ai essayé cfdisk (je ne sais pas s'il y a beaucoup de différence entre les deux)

    Tiré du man:

    There are several *fdisk programs around. Each has its problems and
    strengths. Try them in the order cfdisk, fdisk, sfdisk. (Indeed,
    cfdisk is a beautiful program that has strict requirements on the par-
    ition tables it accepts, and produces high quality partition tables.
    Use it if you can. fdisk is a buggy program that does fuzzy things -
    usually it happens to produce reasonable results. Its single advantage
    is that it has some support for BSD disk labels and other non-DOS par-
    tition tables. Avoid it if you can. sfdisk is for hackers only - the
    user interface is terrible, but it is more correct than fdisk and more
    powerful than both fdisk and cfdisk. Moreover, it can be used nonin-
    teractively.)


    A savoir que mkfs ne touche pas à la table de partitions mais, dans notre cas, se borne à créer une nouvelle fat. Ça me rappelle une situation assez confuse où pour pouvoir monter ma clé je devais faire:
    mount -t vfat /dev/sda (en somme, mon disque était considéré comme une grosse partition).