Results 1 to 10 of 18
I can not access NTS partitions . I am new to linux so plz suggest me a solution...
- 12-05-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 47
How to mount an NTS partition with Debian 5
I can not access NTS partitions . I am new to linux so plz suggest me a solution
- 12-05-2010 #2
Did you mean an NTFS partition? Are you trying to mount a Windows partition?
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 12-05-2010 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 47
Yes all of them using NTFS format .
- 12-05-2010 #4
For write access on NTFS you need the ntfs-3g driver.
Refining Linux Advent calendar: “24 Outstanding ZSH Gems”
- 12-05-2010 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,956
Assuming that you have the NTFS driver support built into the kernel, you still need to install the ntfsprogs package. That provides the tools you need to mount, check, and otherwise use NTFS file systems. That said, you should NEVER use an NTFS file system for your standard Linux system components such as /, /boot, /usr, /var, etc.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 12-05-2010 #6Just Joined!
- Join Date
- Jul 2010
- Posts
- 47
- 12-05-2010 #7
As stated above: install ntfsprogs and ntfs-3g. Then you should be able to mount your partition. If you have only read access make sure mount.ntfs-3g is used instead of the normal mount.ntfs.
Refining Linux Advent calendar: “24 Outstanding ZSH Gems”
- 12-05-2010 #8Just Joined!
- Join Date
- Jul 2010
- Posts
- 47
- 12-05-2010 #9
Should be
Code:apt-get install ntfsprogs ntfs-3g
Refining Linux Advent calendar: “24 Outstanding ZSH Gems”
- 12-07-2010 #10Just Joined!
- Join Date
- Jul 2010
- Posts
- 47


Reply With Quote

