[Bug 244461] gpart: Shows exFat as NTFS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 28 04:31:26 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244461

--- Comment #8 from Brian Zou <zoujiaqing at gmail.com> ---

[zoujiaqing at freebsd ~]$ uname -a
FreeBSD freebsd 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r358133: Thu Feb 20
04:41:10 UTC 2020    
root at releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64
[zoujiaqing at freebsd /usr/home/zoujiaqing]$ sudo kldload fusefs
kldload: can't load fusefs: module already loaded or in kernel
[zoujiaqing at freebsd /usr/home/zoujiaqing]$ sudo mount /dev/da0s1 /mnt
mount: /dev/da0s1: No such file or directory
[zoujiaqing at freebsd /usr/home/zoujiaqing]$ gpart show da0
=>       63  125829057  da0  MBR  (60G)
         63        385       - free -  (193K)
        448  125828672    1  ntfs  (60G)

[zoujiaqing at 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 at 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?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list