太长了;博士我在使用 Mac OS Extended 下格式化的 hfsplus 在 Buster 中安装磁盘时遇到问题(日记,加密的)是在 Catalina 下创建的。
这是在圆周率交换但他们“建议”将其移至此处,因为这是偏离主题的。
场景是,我的便携式驱动器上有数据,需要由 Mac 创建并在 Mac 操作系统级别加密的 Pi 进行加密和读取。从长远来看,这些数据可能需要由 Pi 本身写入以保持加密,但这不是一个开始的问题。
Buster 已经是最新的了(大约落后一周左右)并且我已经安装了 HFS 支持:
sudo apt install hfsplus hfsutils hfsprogs gdisk
须藤 fdisk -l报告:
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: 024 HN-M101MBB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 4CA4A134-233E-4C5A-B402-9E61EA94F183
Device Start End Sectors Size Type
/dev/sda1 40 409639 409600 200M EFI System
/dev/sda2 409640 1953262983 1952853344 931.2G Apple Core storage
/dev/sda3 1953262984 1953525127 262144 128M Apple boot
和sudo gdisk -l /dev/sda报告:
GPT fdisk (gdisk) version 1.0.3
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 1953525168 sectors, 931.5 GiB
Model: 024 HN-M101MBB
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 4CA4A134-233E-4C5A-B402-9E61EA94F183
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 1953525134
Partitions will be aligned on 8-sector boundaries
Total free space is 13 sectors (6.5 KiB)
Number Start (sector) End (sector) Size Code Name
1 40 409639 200.0 MiB EF00 EFI System Partition
2 409640 1953262983 931.2 GiB AF05
3 1953262984 1953525127 128.0 MiB AB00 Booter
由于第二个分区的 gdisk 输出上缺少名称,我认为它的格式为“无标题”。
尝试一个简单的安装命令sudo mount -t hfsplus /dev/sda2 /mnt/Test-1TB/
我刚刚得到:
安装:/mnt/Test-1TB:文件系统类型错误、选项错误、/dev/sda2 上的超级块错误、缺少代码页或帮助程序或其他错误。
笔记:
- 磁盘不区分大小写
- 目前只读访问没问题 - 尚未计划写入
- 政策/GDPR/良好实践要求加密
- 无法在加密的 HFS+ 驱动器上删除日志记录
- 我无法将其安装在 Mac 上并从该盒子共享(该位置没有 Mac)
fsck.hfsplus
仅报告 QUICKCHECK;未找到 HFS 签名- 驱动器已从 Mac 正确卸载
- 我可以从 Mac 上很好地访问数据并在短时间内复制到 ext4 驱动器 - 但没有有效的持续修复。
- 使用
sudo mount -t hfsplus -o force,rw
没有帮助(根据 Ubuntu 修复这里) - 据我所知,Paragon extFS for Mac 不支持加密的 ext4 驱动器
- 不愿意首先加密数据并将文件写入磁盘,因为“数据”可能包括文档/pdf 等,从而使用户的生活变得更加复杂。