|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| OS X (Apple) OS X is a line of Unix-based graphical operating systems developed, marketed, and sold by Apple. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to access a NTFS partition on hard drive through Terminal in OSX ?
Hi ,
I have a Mac OS X Lion mac book pro. I have a hard drive which I have partitioned in two (a) OSX Partition - Mac OS Extended Journaled format. Mount point: / (b) Data Partition - Windows NT Filesystem format. Mount point: /Volumes/Data I need to access the NTFS partition (I have a lot of music files, with names like 01.No_One_Like_You.mp3 I need to access through terminal to be able to batch convert the names of these files. ) Oh, I do have NTFS-Paragon installed for NTFS read/write. Any help/pointers shall be appreciated. Thanks All! |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Does this help?
Can't prevent mounting of NTFS volumes - Wilders Security Forums |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
mount_smbfs
|
|
#4
|
|||
|
|||
|
smbfs != ntfs
ntfs is the physical partition. smbfs mounts windows shares over the network. |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Sorry, that is correct. I wasn't paying enough attention. I believe he could just find the mounted NTFS partition under /Volumes and if it isn't mounted yet he could use Code:
mount -t ntfs3g /dev/<disk_name> /tmp/mnt -or whatever. |
| Sponsored Links | |
|
|
#6
|
|||
|
|||
|
I believe ntfs3g is a Linux thing, is it not?
|
| Sponsored Links | |
|
|
#7
|
|||
|
|||
|
I think Paragon and MacFUSE etc. all use some implementation of the NTFS3G driver, but I might be wrong. I am pretty sure I have mounted NTFS volumes this way on MAc, but I might be confused.
|
| Sponsored Links | ||
|
![]() |
| Tags |
| mount ntfs, osx |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The best partitioning schem for a 250GB Sata hard drive & a 75GB SCSI hard drive | sirbijan | Filesystems, Disks and Memory | 0 | 04-05-2006 02:19 PM |
| Trying to copy old hard drive to new hard drive. | shorty | UNIX for Dummies Questions & Answers | 4 | 01-30-2006 04:47 PM |
| writing on win ntfs partition from linux | suyashkunte | SuSE | 2 | 09-13-2005 03:21 AM |
| Partition Hard drive | amir | UNIX for Dummies Questions & Answers | 1 | 02-03-2005 05:01 PM |
| File Sharing among NTFS Partition & RH Linux 9 Partitions | Jawwad | Linux | 1 | 12-13-2003 09:01 AM |
|
|