View Single Post
  #7   (View Single Post)  
Old 23rd June 2008
Weaseal's Avatar
Weaseal Weaseal is offline
Package Pilot
 
Join Date: May 2008
Location: East Coast, US
Posts: 177
Default

What happens when you try to mount /dev/da0 ? Try something like
Code:
# mount -t ntfs /dev/da0s1 /mnt/disk
Where ntfs is the filesystem type, and s1 is the partition/slice number. /mnt/disk being whatever empty mount folder you want to use.
__________________
FreeBSD addict since 4.2-RELEASE.
My FreeBSD wiki.
Reply With Quote