Register FAQ SearchLogin
Tuxera Home
View unanswered posts | View active topics It is currently Tue May 21, 2013 23:12



Post new topic Reply to topic  [ 2 posts ] 
Need help understanding documentation 
Author Message

Joined: Thu Sep 13, 2007 23:00
Posts: 3
Post Need help understanding documentation
Could somebody please decode the following for a person who is an experienced Mac user but not a Unix adept?

------------------------------------

If there was no error during installation then the NTFS volume can be mounted in read-write mode for everybody as follows. Unmount the volume if it had already been mounted, replace /dev/sda1 and /mnt/windows, if needed.

mount -t ntfs-3g /dev/sda1 /mnt/windows

------------------------------------

Questions that occur to me:

1. Just how do I unmount a volume? I presume it can be done in the usual way with Disk Utility, but how do you do it with Terminal? How exactly do you specify the volume to unmount with Terminal?

2. How do I know if I need to replace /dev/sda1 and /mnt/windows? How do I know what to replace them with?

3. Did I read somewhere that ntfs-3g ignores file and folder permissions? If true, is this likely to change in the future?

Thank you. I'm trying to write up some simple usage tips for MacFUSE and some of the file systems it works with. I will make this available to all when ready.


Thu Sep 13, 2007 23:18
Profile

Joined: Sat Jul 28, 2007 19:48
Posts: 33
Post Re: Need help understanding documentation
Rob Lewis wrote:
Could somebody please decode the following for a person who is an experienced Mac user but not a Unix adept?

------------------------------------

If there was no error during installation then the NTFS volume can be mounted in read-write mode for everybody as follows. Unmount the volume if it had already been mounted, replace /dev/sda1 and /mnt/windows, if needed.

mount -t ntfs-3g /dev/sda1 /mnt/windows

------------------------------------

Questions that occur to me:

1. Just how do I unmount a volume? I presume it can be done in the usual way with Disk Utility, but how do you do it with Terminal? How exactly do you specify the volume to unmount with Terminal?


umount /Volumes/WINDOWS

(there are no sd? and /mnt available in OSX use instead /Volumes/xxx)

Rob Lewis wrote:
2. How do I know if I need to replace /dev/sda1 and /mnt/windows? How do I know what to replace them with?


To see the available partitions: http://forum.ntfs-3g.org/viewtopic.php?t=590

Rob Lewis wrote:
3. Did I read somewhere that ntfs-3g ignores file and folder permissions? If true, is this likely to change in the future?


Can you post a link?

Rob Lewis wrote:
Thank you. I'm trying to write up some simple usage tips for MacFUSE and some of the file systems it works with. I will make this available to all when ready.


It's done on http://www.raymond-vetter.de/?Mac_OS_X (german) or
http://forum.ntfs-3g.org/viewtopic.php?t=580


Fri Sep 14, 2007 23:17
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Original forum style by Vjacheslav Trushkin.