gitee.com/mirrors_u-root/u-root@v7.0.0+incompatible/pkg/mount/scuzz/doc.go (about)

     1  // Copyright 2019 the u-root Authors. All rights reserved
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // Package scuzz supports direct access to SCSI or SATA devices.
     6  // SCSI and ATA used to be different, but for SATA, it's all the same look.
     7  //
     8  // In the long term we can use it to implement hdparm(1) and other
     9  // Linux commands.
    10  //
    11  // This package only supports post-2003 48-bit lba addressing.
    12  // Further, we only concern ourselves with ATA_16.
    13  // For now it only works on Linux.
    14  //
    15  // Other info:
    16  //       http://www.t13.org/ Technical Committee T13 AT Attachment (ATA/ATAPI) Interface.
    17  //       http://www.serialata.org/ Serial ATA International Organization.
    18  package scuzz