Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenMian committed Jan 24, 2025
1 parent 6a832f4 commit 620a5e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/操作系统/Linux/挂载_NTFS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 挂载 NTFS

```txt
An error occurred while accessing 'DATA', the system responded: The requested operation has failed: Error mounting /dev/nvme1n1p4 at /run/media/sms/DATA: wrong fs type, bad option, bad superblock on /dev/nvme1n1p4, missing codepage or helper program, or other error
```

```sh
sudo mkdir /run/media/sms/DATA
sudo mount -t ntfs /dev/nvme1n1p4 /run/media/sms/DATA
```

0 comments on commit 620a5e9

Please sign in to comment.