 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

7th January 2007, 02:37 PM
|
 |
Registered User
|
|
Join Date: Jan 2007
Posts: 2

|
|
|
NooB questioning....
|

7th January 2007, 02:43 PM
|
 |
Retired User
|
|
Join Date: Oct 2004
Location: London, UK
Posts: 4,999

|
|
yes, but not by default, you need to install the driver and configure mounting as follows
Code:
su -
rpm -Uvh http://rpm.livna.org/livna-release-6.rpm
yum install kmod-ntfs
modprobe ntfs
then add a line like this to /etc/fstab (to find which device your ntfs partitions are on type 'fdisk -l'
/dev/hda1 /mnt/win_c ntfs ro,umask=0222 0 0
and create the mount point with 'mkdir /mnt/win_c'
then 'mount -a' to mount it (it will automount on reboot)
Last edited by sideways; 7th January 2007 at 03:44 PM.
|

7th January 2007, 02:44 PM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 14

|
|
|
with kmod-ntfspackage from livna repository it does but you have to manually mount it or edit /etc/fstab
|

7th January 2007, 02:46 PM
|
 |
Registered User
|
|
Join Date: Nov 2005
Location: In My Head (I Think)
Posts: 932

|
|
|
not off hand but there is a program you can install called ntfs-3g
yum install ntfs-3g (I think)
this will give you read / write access to an ntfs partition
Edit: the kmod only gives read access
__________________
If you know how to do something in Fedora or how to do it better, please help us at Fedora Wiki.
Registered Linux user number 433760
|

7th January 2007, 03:53 PM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: UTM Zone 18T
Posts: 233

|
|
I've tested ntfs-3g a little bit and it seems to work well (no guarantees though). Here's my fstab entry using ntfs-3g:
Code:
/dev/sda7 /mnt/test ntfs-3g dmask=022,fmask=133,locale=hu_HU.UTF-8,user 0 0
EDIT: I can't find where I got that fstab line from - the instructions here should work: ntfs-3g home page
Last edited by Christy; 7th January 2007 at 03:57 PM.
|

7th January 2007, 04:02 PM
|
 |
Retired Community Manager & Avid Drinker Of Suds
|
|
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176

|
|
|
remember to that when the kernel changes the kmod will also need to be updated to match the new kernel .
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile
please remember to say if you problem was solved
Did you get your id10t award today?
|

7th January 2007, 04:20 PM
|
 |
Registered User
|
|
Join Date: Nov 2005
Location: In My Head (I Think)
Posts: 932

|
|
|
one more reason to use ntfs-3g
__________________
If you know how to do something in Fedora or how to do it better, please help us at Fedora Wiki.
Registered Linux user number 433760
|

7th January 2007, 04:24 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
might be worth checking to if the right kernel has been installed?
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

10th January 2007, 04:31 PM
|
 |
Registered User
|
|
Join Date: Jan 2007
Posts: 2

|
|
thx... a lot......
|

10th January 2007, 08:13 PM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 92

|
|
|
Captive is another option that may be worth looking into.. it uses windows native ntfs drivers so you'll need a copy of WinXP on your system to begin with. the legality of this is debatable.
the problem with all these options is that ntfs access in linux is slow. great for small files, even lots of small files. terrible for big( > 5 or 600 mb) files
personally i use ntfs-3g and have had few problems.
|

11th January 2007, 03:01 AM
|
 |
Retired User
|
|
Join Date: Oct 2004
Location: London, UK
Posts: 4,999

|
|
Quote:
|
the problem with all these options is that ntfs access in linux is slow. great for small files, even lots of small files. terrible for big( > 5 or 600 mb) files
|
I don't find the read-only kmod-ntfs module slow for my purposes, eg streaming audio and video files (>1Gb), reading large pdfs, chms.
For most users the ntfs and ntfs-3g modules are suitable, I just don't want ANY risk to messing up my ntfs partitions, hence I don't use the ntfs-3g module, although I'm sure it's very safe.
Last edited by sideways; 11th January 2007 at 03:04 AM.
|

11th January 2007, 03:46 AM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 92

|
|
Quote:
|
Originally Posted by sideways
I don't find the read-only kmod-ntfs module slow for my purposes, eg streaming audio and video files (>1Gb), reading large pdfs, chms.
|
I was speaking in terms of moving large files btw ntfs and linux native file systems.. i should have been more specific. the kmod-ntfs driver is quite suitable for waching vids or listening to tunes from an ntfs partition.
ntfs-3g is fairly safe.. i use it and have not had any probs, also ive not read to many others complaining on the web. the ntfs-3g.org website has some interesting info as well.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 03:09 (Sunday, 26-05-2013)
|
|
 |
 |
 |
 |
|
|