Re: exFAT & NTFS

2024-07-28 Thread YASUOKA Masahiko
Hi, On Sun, 28 Jul 2024 12:11:57 -0400 John McCue wrote: > On Sun, Jul 28, 2024 at 09:40:29AM -0400, openbsd_fr...@mail2tor.com > wrote: >>Can OpenBSD write to exFAT and NTFS partitions? >>Thanks. > > See 'man 8 mount_ntfs' (ro) and I think mount_msdos(8) for exfat. mount_msdos(8) doesn't suppo

Re: exFAT & NTFS

2024-07-28 Thread John McCue
On Sun, Jul 28, 2024 at 09:40:29AM -0400, openbsd_fr...@mail2tor.com wrote: Can OpenBSD write to exFAT and NTFS partitions? Thanks. See 'man 8 mount_ntfs' (ro) and I think mount_msdos(8) for exfat. The manuals on OpenBSD are very good and update to date :) Regards

Re: exFAT & NTFS

2024-07-28 Thread Denis Fondras
Le Sun, Jul 28, 2024 at 09:40:29AM -0400, openbsd_fr...@mail2tor.com a écrit : > Can OpenBSD write to exFAT and NTFS partitions? > OpenBSD has a ntfs-3g port to manage NTFS partitions.

Re: exFAT & NTFS

2024-07-28 Thread Crystal Kolipe
On Sun, Jul 28, 2024 at 09:40:29AM -0400, openbsd_fr...@mail2tor.com wrote: > Can OpenBSD write to exFAT and NTFS partitions? Sure. You can write random data to any partition with dd.