解决ubuntu下不能mount windows 盘的问题

mac2026-08-12  6

If you can’t access the drive, execute the following command:

sudo ntfsfix /dev/nvme0n1p2

Then, mount with:

sudo mount -o rw /dev/nvme0n1p2

一般来说执行第一条然后点盘符就能加载了

https://askubuntu.com/questions/462381/cant-mount-ntfs-drive-the-disk-contains-an-unclean-file-system/462386

sudo ntfs-3g -o remove_hiberfile /dev/nvme0n1p2 /media/seamanj
最新回复(0)