我似乎无法在我的 uSD 卡上创建文件。没有给出任何错误,看起来文件还在那里,直到我卸载并重新安装文件系统,然后一切都消失了。
重新创建的最简单步骤:
- 将 uSD 卡插入端口
- cd 到挂载点 (/media/$USER/6139-3562)
- 触摸测试.txt
- ls(列出 test.txt)
- 光盘 ..
- umount 6139-3562(卸载成功)
- 重新插入卡
- 光盘 6139-3562
- ls(没有列出 test.txt,其他现有文件都在那里)
fdisk 输出:
Disk /dev/mmcblk0: 59.49 GiB, 63864569856 bytes, 124735488 sectors
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: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 32768 124735487 124702720 59.5G 7 HPFS/NTFS/exFAT
答案1
经过进一步调查,有问题的 uSD 卡存在故障,在 Windows 下也无法写入。其他 exFAT SD 卡可以在 Ubuntu 下写入。