LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   RHEL 5 - NTFS Write Support (https://www.linuxquestions.org/questions/red-hat-31/rhel-5-ntfs-write-support-569366/)

skimeer 07-14-2007 02:59 AM

Quote:

Originally Posted by alaios
Hi i am trying to make my ntfs ppartition mountable from every user
My /etc/fstab has the following line
/dev/hda1 /media/windows ntfs ro,uid=1000.gid=100 0 0

The roor can ount it succesfully but when i tru to mount /media/windwos
returns the message only root can do this

hi i'm just new in the world of linux,
i have installed RHEL5 on my machine, now i want to access my NTFS partition from linux.when i give the command,
mount -t ntfs /dev/hdb1 /mnt/media
it's giving me the errot that,
unknown file system type.

Pls guide me for the issue.

Nylex 07-14-2007 11:11 AM

Your kernel doesn't have NTFS support, hence the error message. Have a look here for RPMs you can download.

XavierP 07-14-2007 04:35 PM

skimeer - I have cut out your post and the response and moved them to this thread in the Red Hat forum. Basically, the thread you posted to is so old as to not really be relevant to your problem.

WhatsHisName 07-16-2007 12:14 PM

More 3rd-party ntfs rw options:

Code:

# uname -rpmi

2.6.18-8.1.8.el5 x86_64 x86_64 x86_64

# yum --enablerepo=rpmforge info dkms-ntfs fuse-ntfs-3g

Available Packages

Name: dkms-ntfs
Repo: rpmforge
Summary: Driver for reading and writing on NTFS formatted volumes

Description:
Driver (Linux kernel module) for reading and writing on NTFS formatted volumes.


Name: fuse-ntfs-3g
Repo: rpmforge
Summary: Linux NTFS userspace driver

Description:
The ntfs-3g driver is an open source, GPL licensed, third generation Linux NTFS
driver. It provides full read-write access to NTFS, excluding access to
encrypted files, writing compressed files, changing file ownership, access
right.



All times are GMT -5. The time now is 02:17 AM.