我有一个 1TB 的日立硬盘,一直运行良好。我不得不将其重新分区为 vfat,因为同事的 Mac 硬盘快要坏了,我需要复制我能复制的内容。他把 1TB 硬盘带回家并插入他的 Mac。之后,驱动程序报告只有 33.10 MB 可用。我尝试使用 fdisk、gdisk 和 (g)parted 以及 hdparm 所说的内容进行重置。我找不到任何方法来恢复丢失的空间。丢失的空间没有被报告为空白空间。它只表明驱动器上有 33.10 MB。在我的 Linux 机器上,它被插入 SATA 端口。我在 Mac 和 Windows 上的 USB 上查看了它,仍然只报告了 33 MB。我尝试设置 CHS 参数。
ATA device, with non-removable media
Model Number: Hitachi HDS721010CLA332
Serial Number: JP
Firmware Revision: JP4OA3EA
Transport: Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6; Revision: ATA8-AST T13 Project D1697 Revision 0b
Standards:
Used: unknown (minor revision code 0x0029)
Supported: 8 7 6 5
Likely used: 8
Configuration:
Logical max current
cylinders 64 64
heads 16 16
sectors/track 63 63
--
CHS current addressable sectors: 64512
LBA user addressable sectors: 65134
LBA48 user addressable sectors: 65134
Logical/Physical Sector size: 512 bytes
device size with M = 1024*1024: 31 MBytes
device size with M = 1000*1000: 33 MBytes
cache/buffer size = 29999 KBytes (type=DualPortCache)
Form Factor: 3.5 inch
Nominal Media Rotation Rate: 7200
Capabilities:
LBA, IORDY(can be disabled)
Queue depth: 32
Standby timer values: spec'd by Standard, no device specific minimum
R/W multiple sector transfer: Max = 16 Current = 16
Advanced power management level: disabled
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6
Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4
Cycle time: no flow control=120ns IORDY flow control=120ns
答案1
有时连接到 Mac 时 Linux 文件系统可能会损坏。尝试使用以下命令恢复它
fsck -a /dev/sda1
fsck -y /dev/sda1
(或者)
sudo dosfsck -w -r -l -a -v -t /dev/sda1
注意:如果上述方法不起作用,请将驱动器连接到 Mac,并检查其是否在 Mac 中显示正确的空间