Reply
 
Thread Tools Display Modes
  #1  
Old 12-23-2006, 05:44 PM
martin martin is offline
Member
 
Join Date: Dec 2006
Location: Argentina
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Default Mounting NTFS partition
Hi, I don't know if this is the right forum for my questions, but anyway... here it goes:

I'm trying to mount my two ntfs partitions (WinXP) in my fresh and new PCBSD.
First I tried to find out the dev names by typing "mount"
and this is the result

/dev/ad0s3a on / (ufs, local, soft-updates)
devfs on /dev (devfs, local)
/dev/md0 on /tmp (ufs, local)
linprocfs on /usr/compat/linux/proc (linprocfs, local)

I might be wrong, but I don't see them there.
In linux I used to include some stuff on the kernel to mount that kind of partition, but I'm not sure about what should I do in PCBSD.

I would like to know how to mount the ntfs partitions in the console, and once I make it work, include the lines in the boot configuracion so they are mounted in boot time.

Thanks!
Reply With Quote
  #2  
Old 12-23-2006, 07:10 PM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default
I'm assuming PC-BSD is installed on your first hard drives 3rd primary partition (ad0s3a).

You should be able to mount NTFS file systems with the mount_ntfs command.

mount_ntfs /dev/ad0sN /mnt/ad0sN

where 'N' is the partition or 'slice' you want to mount, default mount points should be setup in /mnt.

To mount them on boot up edit your /etc/fstab file. The entries are a little different form Linux iirc.

Code:
# Device                Mountpoint      FStype  Options         Dump    Pass#
/dev/ad0s3a             /               ufs     rw              1       1
find the entry that corrisponds to your NTFS partitions, change the type and change 'rw,noauto' to 'ro' so it will mount them read only at boot.

Code:
# Some thing like this
/dev/ad0s1             /mnt/ad0s1               ntfs     ro              0       0
Reply With Quote
  #3  
Old 12-23-2006, 07:17 PM
martin martin is offline
Member
 
Join Date: Dec 2006
Location: Argentina
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Thank you very much. I was doing that but just wrong ops:
Reply With Quote
  #4  
Old 12-24-2006, 01:33 AM
jdarnold jdarnold is offline
Senior Member
 
Join Date: Sep 2005
Posts: 486
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to jdarnold Send a message via AIM to jdarnold Send a message via MSN to jdarnold Send a message via Yahoo to jdarnold
Default
Even better, don't mess with mount. Click on the Home icon in the task bar, then open up the Storage Media item. You'll see your local partitions (slices) there. Click on one and it will automount for you. Works like magic.
Reply With Quote
  #5  
Old 12-24-2006, 02:20 AM
martin martin is offline
Member
 
Join Date: Dec 2006
Location: Argentina
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Default
That's great. Very handy, but I've already edited the fstab and works perfect.
Thanks
Reply With Quote
  #6  
Old 01-18-2007, 10:46 PM
gunavara gunavara is offline
Junior Member
 
Join Date: Jan 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default
yeah the storage media method works just sweet thanks
Reply With Quote
  #7  
Old 04-28-2007, 06:14 PM
pangeran pangeran is offline
Member
 
Join Date: Apr 2007
Location: Jkt, Indonesia
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Hello... How about write to NTFS system ?
I have problem about write file from PCBSD to Windows NTFS system (my other harddisk or to other pc, access from samba network share), is there any configuration should i change ?

Thanks!
Reply With Quote
  #8  
Old 04-29-2007, 03:54 AM
Charles Charles is offline
Senior Member
 
Join Date: May 2005
Posts: 3,710
Thanks: 0
Thanked 0 Times in 0 Posts
Default
You'll have to installa specific driver that allows to write to NTFS, but 1.4 will allow to read and write to NTFS, as it is now stable
Reply With Quote
  #9  
Old 04-30-2007, 06:25 PM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default
Does it have any file size limits not inherit in NTFS ?

For example ext2 has a max file size of 2TB but FreeBSD was only able to copy 2GB of file to the file system.



Because then this means I could use NTFS to store my dumps without filling up my game drive ;-)
Reply With Quote
  #10  
Old 05-03-2007, 06:02 AM
g0lem g0lem is offline
Senior Member
 
Join Date: Apr 2006
Posts: 572
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to g0lem
Default
btw, if you say it's stable, has anyone tried it yet? my concern would be accessing 'live' large files (generally movies, but others behave the same): when i mounted (the previous version) with ntfs-3g, when i tried to watch a movie it was like i was using pio transfer mode... :twisted:
that's why i'm asking: has anyone tried it yet to see the results for himself/herself? :?:
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem mounting a NTFS partition B204FM FreeBSD Help 5 03-15-2009 09:59 PM
NTFS mounting Gleb FreeBSD Help 3 01-10-2009 06:11 PM
need help mounting ext3 partition ninjaprawn General Questions 7 01-08-2008 10:49 PM
Installing ntfs-3g (or how to see my NTFS partition part 1.. Aito General Questions 3 11-12-2007 08:18 AM
mounting ntfs in fstab Garuda Tips and Tricks 13 09-12-2006 03:24 AM


All times are GMT. The time now is 02:28 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.