Hello all, i come back with another issue. I try to mount my WD external disk but it reboots my computer. Here a log: https://pastebin.com/8tn0puwa Here the command i did: doas disklabel sd0 to found partition letter and fstype then doas mount -t ntfs /dev/sd0e /mnt/usb1
Thanks.
This is a bug in the (read-only) NTFS support in the kernel. Please report it with the full log: http://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd
For now you might want to format the drive as FAT32 or UDF so NetBSD can write it properly...
If you want to format a disk with UDF on Windows, and the Format dialog doesn't let you, you can do so from the command prompt like this (assuming the drive letter is E:)
format E: /fs:UDF /q
neubaer I opened a ticket, they are working on it.