NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1 exfat 1.0 usb1 D858-F5A5
└─sda2 vfat FAT16 VTOYEFI 3105-B091
sr0
nvme0n1
├─nvme0n1p1 vfat FAT32 4E0C-6DFB
├─nvme0n1p2
├─nvme0n1p3 ntfs 7E140DE8140DA46D
└─nvme0n1p4 ntfs 0420D30E20D30598
nvme1n1
├─nvme1n1p1 ntfs 新加卷 98C05219C051FE46 22.5G 94% /run/media/hh/\x5cx5cxe6\x5cx5cx96\x5cx5cxb0\x5cx5cxe5\x5cx5cx8a\x5cx5cxa0\x5cx5cxe5\x5cx5cx8d\x5cx5cxb
7
├─nvme1n1p2 vfat FAT32 B5FE-1AF4 196.8M 0% /boot/efi
└─nvme1n1p3 ext4 1.0 3f05e6c9-1724-4a48-b7e9-45bedcccb613 18.9G 92% /
我希望挂载nvme0n1p4分区,这是一个windwosntfs文件系统的分区,我没有开启快速启动,试了chkdsk,ntfsfix都没有用
但nvme0n1p3就可以正常挂载,ntfsfix -d也没有效果,
nvme0n1p4分区之前我在split分文件的时候强制退出过,进win用chkdsk修复了,win可以正常访问这个分区
这种情况有解吗?
使用dolphin
访问“Basic data partition”时发生错误,系统返回信息:请求的操作已失败: Error mounting /dev/nvme0n1p4 at /run/media/hh/0420D30E20D30598: wrong fs type, bad option, bad superblock on /dev/nvme0n1p4, missing codepage or helper program, or other error
使用mount
mount: /mnt: fsconfig() failed: /dev/nvme0n1p5: Can't lookup blockdev.
dmesg(1) may have more information after failed mount system call.
dmesg
[ 4.822736] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[ 4.833404] rtw89_8852be 0000:09:00.0 wlp9s0: renamed from wlan0
[ 4.868296] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 580.126.18 Wed Feb 11 18:49:55 UTC 2026
[ 4.887182] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 580.126.18 Wed Feb 11 18:18:13 UTC 2026
[ 4.897120] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 4.924733] ntfs3: Enabled Linux POSIX ACLs support
[ 4.924735] ntfs3: Read-only LZX/Xpress compression included
[ 4.925747] FAT-fs (nvme1n1p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 5.877910] Bluetooth: hci0: RTL: fw version 0x42d34e04
[ 6.066903] Bluetooth: hci0: AOSP extensions version v1.00
[ 6.273363] [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 1
[ 6.294319] Console: switching to colour dummy device 80x25
[ 6.311843] nvidia 0000:01:00.0: vgaarb: deactivate vga console
[ 6.355666] fbcon: nvidia-drmdrmfb (fb0) is primary device
[ 6.465487] Console: switching to colour frame buffer device 160x45
[ 6.467459] nvidia 0000:01:00.0: [drm] fb0: nvidia-drmdrmfb frame buffer device
[ 6.573917] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 6.573919] Bluetooth: BNEP filters: protocol multicast
[ 6.573922] Bluetooth: BNEP socket layer initialized
[ 6.574792] Bluetooth: MGMT ver 1.23
[ 6.578622] NET: Registered PF_ALG protocol family
[ 6.675285] Realtek Internal NBASE-T PHY r8169-0-800:00: attached PHY driver (mii_bus:phy_addr=r8169-0-800:00, irq=MAC)
[ 6.832509] r8169 0000:08:00.0 eno1: Link is Down
[ 9.803043] r8169 0000:08:00.0 eno1: Link is Up - 1Gbps/Full - flow control rx/tx
[ 11.040686] Bluetooth: RFCOMM TTY layer initialized
[ 11.040692] Bluetooth: RFCOMM socket layer initialized
[ 11.040694] Bluetooth: RFCOMM ver 1.11
[ 11.312876] nvme nvme0: using unchecked data buffer
[ 13.772308] warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 14.914662] Initializing XFRM netlink socket
[ 14.934464] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 17.027093] /proc/cgroups lists only v1 controllers, use cgroup.controllers of root cgroup for v2 info
[ 19.991339] ntfs3(nvme0n1p4): It is recommened to use chkdsk.
[ 19.993449] ntfs3(nvme0n1p4): volume is dirty and "force" flag is not set!
[ 26.528653] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
依云
(lilydjwg)
March 8, 2026, 3:53pm
5
咦,ntfsfix没用吗?那你挂载时加-o force参数试试呢?
[hh@hosthh ~]$ sudo mount -t ntfs3 -o force /dev/nvme0n1p4 /mnt
mount: /mnt: fsconfig() failed: 没有那个文件或目录.
dmesg(1) may have more information after failed mount system call.