Pech met een goedwerkende USB stick

Status
Niet open voor verdere reacties.

Dukkel

Terugkerende gebruiker
Lid geworden
17 feb 2016
Berichten
1.990
Besturingssysteem
Win11 Prof NL
Office versie
Office365
Hallo allemaal,

Ik heb pech met een tot nu toe goedwerkende USB Stick 16Gb
In was die stick aan het inrichten om te laten opstarten in WinPE om Backup bestanden te kunnen terughalen. Benodigd in "Terabyte Drive Image.v3.36 Backup & Restore Suite 3.36 Multilingual"
In iedergeval is de grootte van de USB-Stick nu 7Gb. (Was dus 16Gb)
Ik kan de USB-stick formatteren tot ik een ons weeg, maar ik krijg hem niet meer in de oude toestand
HD Low Level Format Tool 4.40 werkt nu niet omdat de LBA op die USB-Stick slechts 16384 sectors heeft, i.p.v. minimaal 65535 sectors

Wie weet raad. b.v. een Low Format Tool die niet kritisch is op de aanwezige sectors, en de stick dus normaal kan formatteren.

Met vriendelijke groet
Dukkel
P.S. Oh ja, voordat ik weer commentaar krijg: het is absoluut niet van die Chinese troep.
 
Zorg dat het juiste station geactiveerd is (letter van USB-stick) en gebruik cmd
Code:
Formats a disk for use with Windows.

FORMAT volume [/FS:file-system] [/V:label] [/Q] [/L[:state]] [/A:size] [/C] [/I:state] [/X] [/P:passes] [/S:state]
FORMAT volume [/V:label] [/Q] [/F:size] [/P:passes]
FORMAT volume [/V:label] [/Q] [/T:tracks /N:sectors] [/P:passes]
FORMAT volume [/V:label] [/Q] [/P:passes]
FORMAT volume [/Q]

  volume          Specifies the drive letter (followed by a colon),
                  mount point, or volume name.
  /FS:filesystem  Specifies the type of the file system (FAT, FAT32, exFAT,
                  NTFS, UDF, ReFS).
  /V:label        Specifies the volume label.
  /Q              Performs a quick format. Note that this switch overrides /P.
  /C              NTFS only: Files created on the new volume will be compressed
                  by default.
  /X              Forces the volume to dismount first if necessary.  All opened
                  handles to the volume would no longer be valid.
  /R:revision     UDF only: Forces the format to a specific UDF version
                  (1.02, 1.50, 2.00, 2.01, 2.50).  The default
                  revision is 2.01.
  /D              UDF 2.50 only: Metadata will be duplicated.
  /L[:state]      NTFS Only: Overrides the default size of file record.
                  By default, a non-tiered volume will be formatted with small
                  size file records and a tiered volume will be formatted with
                  large size file records.  /L and /L:enable forces format to
                  use large size file records and /L:disable forces format to
                  use small size file records.
  /A:size         Overrides the default allocation unit size. Default settings
                  are strongly recommended for general use.
                  ReFS supports 4096, 64K.
                  NTFS supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
                  128K, 256K, 512K, 1M, 2M.
                  FAT supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
                  (128K, 256K for sector size > 512 bytes).
                  FAT32 supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
                  (128K, 256K for sector size > 512 bytes).
                  exFAT supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
                  128K, 256K, 512K, 1M, 2M, 4M, 8M, 16M, 32M.

                  Note that the FAT and FAT32 files systems impose the
                  following restrictions on the number of clusters on a volume:

                  FAT: Number of clusters <= 65526
                  FAT32: 65526 < Number of clusters < 4177918

                  Format will immediately stop processing if it decides that
                  the above requirements cannot be met using the specified
                  cluster size.

                  NTFS compression is not supported for allocation unit sizes
                  above 4096.

  /F:size         Specifies the size of the floppy disk to format (1.44)
  /T:tracks       Specifies the number of tracks per disk side.
  /N:sectors      Specifies the number of sectors per track.
  /P:count        Zero every sector on the volume.  After that, the volume
                  will be overwritten "count" times using a different
                  random number each time.  If "count" is zero, no additional
                  overwrites are made after zeroing every sector.  This switch
                  is ignored when /Q is specified.
  /S:state        Specifies support for short filenames (enable, disable)
                  Short names are disabled by default
  /TXF:state      Specifies txf is enabled/disabled (enabled, disabled)
                  TxF is enabled by default
  /I:state        ReFS only: Specifies whether integrity should be enabled on
                  the new volume. "state" is either "enable" or "disable"
                  Integrity is enabled on storage that supports data redundancy
                  by default.
  /DAX[:state]    NTFS Only: Enable direct access storage (DAX) mode for this
                  volume.  In DAX mode, the volume is accessed via the memory
                  bus, boosting IO performance.  A volume can be formatted
                  with DAX mode only if the hardware is DAX capable.
                  State can specify "enable" or "disable".  /DAX is considered
                  as /DAX:enable.
  /LogSize[:size] NTFS Only: Specifies the size for NTFS log file in kilobytes.
                  The minimum supported size is 2MB, so specifying size smaller
                  than 2MB will result in a 2MB log file.  Zero indicates the
                  default value which generally depend on the volume size.
  /NoRepairLogs   NTFS Only: Disables NTFS repair logs.  If the flag is set
                  spotfix (i.e. chkdsk /spotfix) will not work.
 
SD formatter al eens geprobeerd? Is ontwikkeld voor SD kaarten maar werkt ook op USB sticks.

Zijn er niet toevallig 2 partities op de stick ontstaan?
 
Hallo Roger

Ja, die waren er wel in het begin. (twee dezelfde partities)

Nu zijn het er nog maar 1.
 
Hallo RogerS

Nee, SD Formatter werkt ook niet, omdat ik juist met dát onderdeel al enige tijd bezig ben.
Het is niet een zelfstandig onderdeel maar een "geleende" versie van "MiniTool Partition Wizard 10.2.2 (x64 x86)"
 
Zorg dat het juiste station geactiveerd is (letter van USB-stick) en gebruik cmd
Code:
Formats a disk for use with Windows.

FORMAT volume [/FS:file-system] [/V:label] [/Q] [/L[:state]] [/A:size] [/C] [/I:state] [/X] [/P:passes] [/S:state]
FORMAT volume [/V:label] [/Q] [/F:size] [/P:passes]
FORMAT volume [/V:label] [/Q] [/T:tracks /N:sectors] [/P:passes]
FORMAT volume [/V:label] [/Q] [/P:passes]
FORMAT volume [/Q]

  volume          Specifies the drive letter (followed by a colon),
                  mount point, or volume name.
  /FS:filesystem  Specifies the type of the file system (FAT, FAT32, exFAT,
                  NTFS, UDF, ReFS).
  /V:label        Specifies the volume label.
  /Q              Performs a quick format. Note that this switch overrides /P.
  /C              NTFS only: Files created on the new volume will be compressed
                  by default.
  /X              Forces the volume to dismount first if necessary.  All opened
                  handles to the volume would no longer be valid.
  /R:revision     UDF only: Forces the format to a specific UDF version
                  (1.02, 1.50, 2.00, 2.01, 2.50).  The default
                  revision is 2.01.
  /D              UDF 2.50 only: Metadata will be duplicated.
  /L[:state]      NTFS Only: Overrides the default size of file record.
                  By default, a non-tiered volume will be formatted with small
                  size file records and a tiered volume will be formatted with
                  large size file records.  /L and /L:enable forces format to
                  use large size file records and /L:disable forces format to
                  use small size file records.
  /A:size         Overrides the default allocation unit size. Default settings
                  are strongly recommended for general use.
                  ReFS supports 4096, 64K.
                  NTFS supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
                  128K, 256K, 512K, 1M, 2M.
                  FAT supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
                  (128K, 256K for sector size > 512 bytes).
                  FAT32 supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
                  (128K, 256K for sector size > 512 bytes).
                  exFAT supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
                  128K, 256K, 512K, 1M, 2M, 4M, 8M, 16M, 32M.

                  Note that the FAT and FAT32 files systems impose the
                  following restrictions on the number of clusters on a volume:

                  FAT: Number of clusters <= 65526
                  FAT32: 65526 < Number of clusters < 4177918

                  Format will immediately stop processing if it decides that
                  the above requirements cannot be met using the specified
                  cluster size.

                  NTFS compression is not supported for allocation unit sizes
                  above 4096.

  /F:size         Specifies the size of the floppy disk to format (1.44)
  /T:tracks       Specifies the number of tracks per disk side.
  /N:sectors      Specifies the number of sectors per track.
  /P:count        Zero every sector on the volume.  After that, the volume
                  will be overwritten "count" times using a different
                  random number each time.  If "count" is zero, no additional
                  overwrites are made after zeroing every sector.  This switch
                  is ignored when /Q is specified.
  /S:state        Specifies support for short filenames (enable, disable)
                  Short names are disabled by default
  /TXF:state      Specifies txf is enabled/disabled (enabled, disabled)
                  TxF is enabled by default
  /I:state        ReFS only: Specifies whether integrity should be enabled on
                  the new volume. "state" is either "enable" or "disable"
                  Integrity is enabled on storage that supports data redundancy
                  by default.
  /DAX[:state]    NTFS Only: Enable direct access storage (DAX) mode for this
                  volume.  In DAX mode, the volume is accessed via the memory
                  bus, boosting IO performance.  A volume can be formatted
                  with DAX mode only if the hardware is DAX capable.
                  State can specify "enable" or "disable".  /DAX is considered
                  as /DAX:enable.
  /LogSize[:size] NTFS Only: Specifies the size for NTFS log file in kilobytes.
                  The minimum supported size is 2MB, so specifying size smaller
                  than 2MB will result in a 2MB log file.  Zero indicates the
                  default value which generally depend on the volume size.
  /NoRepairLogs   NTFS Only: Disables NTFS repair logs.  If the flag is set
                  spotfix (i.e. chkdsk /spotfix) will not work.

Hallo Senso,
Tot nu toe heb ik geen succes met de originele Disk Formats van Windows.
Dit komt ook omdat ik niet precies weet wat ik moet invoeren bij /N en bij /T .
Telkens krijg ik hier krijg ik aldoor als commentaar: Invalid Parameter - /T:63
Ik heb nog precies zo'n zelfde USB-Stick, waar- of met welk programma kan ik de juiste in te voeren waarden vinden ?
Misschien weet jij dat?
In ieder geval voorlopig hartelijk bedankt.
MVG
Dukkel
De waarde van /N zou moeten zijn 30722048
Ik voerde tot nu toe in: Format I: /FS:NTFS /Q /N:30722048 /T:63
 
Laatst bewerkt:
Hallo Allemaal

is er niet een programmaatje dat kan bepalen hoeveel Tracks en Sectors per Tracks er op mijn USB stick staan?
 
Je mist dus nu de helft van je opslag-ruimte.
Is het zo'n goedkoop Chinees prul van AliExpress of betreft het een merk-stick ( Sandisk, Kingston o.i.d. ) of is het merk geheim..?
In het 1e geval zou ik de daadwerkelijke capaciteit eens testen met het programmaatje H2testw
 
Hallo Scraphead

Het is een Scandisk.
Na die mistlukte Boot installatie, zag ik aldoor 2 USB sticks elk van 8Gb dus.
Inmiddels is dat er 1 geworden.
 
Draai dat programmaatje eens, kan best dat er 1 flashchip stuk is.,.
Ervan uit gaande dat er 2 op het printje zitten...:rolleyes:
 
Draai dat programmaatje eens, kan best dat er 1 flashchip stuk is.,.
Ervan uit gaande dat er 2 op het printje zitten...:rolleyes:

Hallo Scrapheap
Ik krijg de foutmelding: "failed to format the device"
Het lijkt wel of die USB-stick op "Alleen lezen" staat. Ik weet niet hoe ik met "open" krijg
 
Er waren dus 2 partities. Dat verklaart een boel.

Heb je na het verwijderen van de 2e partitie wel geprobeerd de 1e partitie te vergroten? Mogelijk dat je deze stap vergeten bent.
 
Hallo RogerS

Ja, ik heb de partities niet geprobeerd te vergroten. En nu?
 
In diskmanager even de nog bestaande partitie vergroten tot het maximum (= hele stick). Dan ben je er weer.
 
Status
Niet open voor verdere reacties.
Steun Ons

Nieuwste berichten

Terug
Bovenaan Onderaan