[Bug 206978] sysutils/fusefs-ntfs: Disable UBLIO as it breaks mkntfs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 21:39:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206978 --- Comment #19 from rajhlinux@yahoo.com --- Solution provided by "Domagoj Smolčić" works for me by explicitly specifying the "-s" parameter of the sector size on "gpart", then perform the "mkntfs" operation: Here is what worked for me now: View Partitions/Drive: # gpart show Destroy Partition/Drive: # gpart destroy -F ada1 Create a GUID Partition Scheme: # gpart create -s GPT ada1 Create a partition type (ntfs) and add the size (bytes, using “g” for GB): # gpart add -t ms-basic-data -s 1800g ada1 The drive needs a NTFS Filesystem and perform a fast format: # mkntfs --verbose --fast --label 2TB_HD /dev/ada1p1 Mount the Drive: # ntfs-3g /dev/ada1p1 /mnt/2_TB_HD -- You are receiving this mail because: You are the assignee for the bug.