View Single Post
  #2   (View Single Post)  
Old 22nd July 2008
Weaseal's Avatar
Weaseal Weaseal is offline
Package Pilot
 
Join Date: May 2008
Location: East Coast, US
Posts: 177
Default

You must specify the filesystem type, here's an example:
Code:
mount -t ntfs /dev/ad2s1 /mnt/storage
/dev/ad2s1 is patition 1 on disk 2, and /mnt/storage is where it will appear in your filesystem.
__________________
FreeBSD addict since 4.2-RELEASE.
My FreeBSD wiki.
Reply With Quote