Ubuntu 23.04 ntfs-3g mount windows 11 basic data partitions
ubuntu@ubuntu:/mnt$ sudo apt install ntfs-3g
ubuntu@ubuntu:/mnt$ sudo blkid
/dev/mmcblk0p1: UUID="78C0-4506" BLOCK_SIZE="512" TYPE="exfat" PARTUUID="ef635f7d-01"
/dev/sda1: UUID="CEF6-50F4" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="1a84f940-6faf-43de-bd86-ca03d1a99311"
/dev/sda3: BLOCK_SIZE="512" UUID="D60EF7600EF73857" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="d459278c-3546-4220-8e48-cc58425993de"
/dev/sda4: BLOCK_SIZE="512" UUID="868E3EF28E3EDA7F" TYPE="ntfs" PARTUUID="0e8fc51f-c13c-4dfc-adf0-8bcc42abfe51"
/dev/sdb1: BLOCK_SIZE="2048" UUID="2023-04-18-21-06-00-00" LABEL="Ubuntu 23.04 amd64" TYPE="iso9660" PARTLABEL="ISO9660" PARTUUID="f05c32e4-7288-463c-99eb-dc437a059e92"
/dev/sdb2: SEC_TYPE="msdos" LABEL_FATBOOT="ESP" LABEL="ESP" UUID="A413-CB6C" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="Appended2" PARTUUID="f05c32e4-7288-463c-99e8-dc437a059e92"
/dev/sdb4: LABEL="writable" UUID="0ff07205-cb4c-47c5-91fa-491ac1258d21" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="17f67838-7dfd-b342-a29f-21517bc03492"
/dev/loop1: TYPE="squashfs"
/dev/loop8: TYPE="squashfs"
/dev/sdb3: PARTLABEL="Gap1" PARTUUID="f05c32e4-7288-463c-99e9-dc437a059e92"
/dev/loop6: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop11: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop0: TYPE="squashfs"
/dev/loop9: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/sda2: PARTLABEL="Microsoft reserved partition" PARTUUID="0e25b225-382e-47eb-8662-cbd6d23f1a82"
/dev/loop5: TYPE="squashfs"
/dev/loop12: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop10: TYPE="squashfs"
ubuntu@ubuntu:/mnt$ ntfs-3g --help
ntfs-3g 2022.10.3 integrated FUSE 28 - Third Generation NTFS Driver
Configuration type 7, XATTRS are on, POSIX ACLS are on
Copyright (C) 2005-2007 Yura Pakhuchiy
Copyright (C) 2006-2009 Szabolcs Szakacsits
Copyright (C) 2007-2022 Jean-Pierre Andre
Copyright (C) 2009-2020 Erik Larsson
Usage: ntfs-3g [-o option[,...]] <device|image_file> <mount_point>
Options: ro (read-only mount), windows_names, uid=, gid=,
umask=, fmask=, dmask=, streams_interface=.
Please see the details in the manual (type: man ntfs-3g).
Example: ntfs-3g /dev/sda1 /mnt/windows
Plugin path: /usr/lib/x86_64-linux-gnu/ntfs-3g
ubuntu@ubuntu:/mnt$ sudo mkdir /media/Data
ubuntu@ubuntu:/mnt$ sudo ntfs-3g /dev/sda3 /mnt/Data
MountingWindowsPartitions
https://help.ubuntu.com/community/MountingWindowsPartitions
Cannot mount NTFS Drive in 24.04 LTS
https://askubuntu.com/questions/1527028/cannot-mount-ntfs-drive-in-24-04-lts
双系统之ubuntu24.04系统挂载ntfs外接固态硬盘报错
https://blog.csdn.net/qq_52275904/article/details/139589337
Ubuntu24.04中默认使用的NTFS驱动有概率存在挂载失败
https://www.cnblogs.com/JiangOil/p/18495926