Date: Fri, 28 Feb 2020 04:31:23 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 244461] gpart: Shows exFat as NTFS Message-ID: <bug-244461-227-boN2dEMG8b@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-244461-227@https.bugs.freebsd.org/bugzilla/> References: <bug-244461-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244461 --- Comment #8 from Brian Zou <zoujiaqing@gmail.com> --- [zoujiaqing@freebsd ~]$ uname -a FreeBSD freebsd 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r358133: Thu Feb 20 04:41:10 UTC 2020=20=20=20=20 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 [zoujiaqing@freebsd /usr/home/zoujiaqing]$ sudo kldload fusefs kldload: can't load fusefs: module already loaded or in kernel [zoujiaqing@freebsd /usr/home/zoujiaqing]$ sudo mount /dev/da0s1 /mnt mount: /dev/da0s1: No such file or directory [zoujiaqing@freebsd /usr/home/zoujiaqing]$ gpart show da0 =3D> 63 125829057 da0 MBR (60G) 63 385 - free - (193K) 448 125828672 1 ntfs (60G) [zoujiaqing@freebsd ~]$ gpart list da0 Geom name: da0 modified: false state: OK fwheads: 255 fwsectors: 63 last: 125829119 first: 63 entries: 4 scheme: MBR Providers: 1. Name: da0s1 Mediasize: 64424280064 (60G) Sectorsize: 512 Stripesize: 0 Stripeoffset: 229376 Mode: r0w0e0 efimedia: HD(1,MBR,00000000,0x1c0,0x77ffe40) rawtype: 7 length: 64424280064 offset: 229376 type: ntfs index: 1 end: 125829119 start: 448 Consumers: 1. Name: da0 Mediasize: 64424509440 (60G) Sectorsize: 512 Mode: r0w0e0 [zoujiaqing@freebsd ~]$ sudo ntfs-3g /dev/da0s1 /mnt NTFS signature is missing. Failed to mount '/dev/da0s1': Invalid argument The device '/dev/da0s1' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244461-227-boN2dEMG8b>