Giter Club home page Giter Club logo

Comments (2)

rudock1 avatar rudock1 commented on September 26, 2024 3

sorry for the delay in replying to your question. I created few paragraphs describing FastFormat which I will be adding to the user guides. I hope I covered the topic well enough to answer your questions. If not, please to let me know what needs to be addressed. Thanks so much for your comments!

Here is the new section:

About FastFormat

A FastFormat (quickly changing the logical sector size) may take a few minutes for the process to complete. The disk activity LED may show activity during the conversion. The larger the drive, the longer it takes. This feature is found on SAS and SATA interface Seagate drive families designed and manufactured later than 2016. SAS interface drives will report support for FastFormat if it is available in the drive. Just run the -i or --deviceInfo command and check under the Features Supported section. Unfortunately, SATA interface drives do not report this capability. Please refer to the SATA product manual for verification of this feature.

SAS and SATA interface drives accomplish a FastFormat this with the --setSectorSize [new sector size] command found in SeaChest_Format or SeaChest_Lite. In addition, for SAS interface drives, only, the same result is possible using the --formatUnit command with the --fastFormat [fast format mode] modifier equal to 1. This command is found in SeaChest_Format and SeaChest_Erase. For example:
--formatUnit 4096 --fastFormat 1 --confirm I-... etc

SAS interface drives, only, can all do a long format unit. This procedure takes a very long time, more than a day in some cases, but it does have the advantage of full defect management with all sectors being readable at the conclusion. The fast format does not do this full drive read and verification. If your drive is new, there is no real need to run a long format unit to change sector between 5xxE (512 bytes per logical sector emulation) and 4kN (4096 native bytes per sector, logical and physical).

NOTE: Operating systems do a device discovery during start up and set various parameters, like total sectors and sector size, into the storage device descriptions. The logical sector size times the number or logical sectors defines the drive capacity. You should expect to see OS I/O errors if you change the logical sector size on a drive and then perform read or write operations before the OS has updated its storage device descriptions. Some operating systems will throw an error after accessing a drive that has just run a FastFormat but during its error recovery routines it may re-discover the device parameters and update the system logs. A system restart, however, is the most reliable way to refresh the storage device descriptions.

from toolbin.

tom1v avatar tom1v commented on September 26, 2024

from toolbin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.