On Thu, May 25, 2006 at 10:51:32PM -0700, akonsu wrote: > hello, > > i have a windows (ntfs) partition and an openbsd partition on my hard drive. > i am trying to mount the windows partition. but no success so far: > > mount -t ntfs /dev/wd0i /mnt > > it fails with an error message saying that operation is not supported.
ntfs is not enabled in GENERIC kernels. you have to build a custom kernel for ntfs support. -- <[EMAIL PROTECTED]>

