Bug 13524

Summary: /PATCH/ NTFS file system cannot been mounted
Product: Base System Reporter: nm <nm>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description nm 1999-09-01 16:00:01 UTC
root ~> mount_ntfs /dev/wd0s1 /mnt 
mount_ntfs: /dev/wd0s1: Block device required
root ~> ls -al /dev/wd0s1
brw-r-----  1 root  operator    0, 0x00020002 Aug 26 20:16 /dev/wd0s1
root ~>

so , mount_ntfs illegaly checks block device tag ...

probably coder's tipo ...

Fix: apply in /usr/src/sys/ntfs

[--cut here--]
How-To-Repeat: mount some ntfs partition
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 1999-09-01 16:57:25 UTC
State Changed
From-To: open->closed

Duplicate of 13523