LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Another partition mount Q: fedora core 3 (https://www.linuxquestions.org/questions/linux-newbie-8/another-partition-mount-q-fedora-core-3-a-426393/)

smiley_lauf 03-19-2006 06:20 PM

Another partition mount Q: fedora core 3
 
Code:

]# mount /dev/hda1 /mnt/hda1 -t ntfs -r -o umask=0222 mount: fs type ntfs not supported by kernel
I have created a mkdir /mnt/hda1 for WINXP ntfs partition, but I get hte above erroe message. On fedorafaq.org I followed the instruction to install the
Code:

yum install kernel-module-ntfs-$(uname -r)
but htis is error I get

Code:

# yum install kernel-module-ntfs-$(uname -r)
Repository base already added, not adding again
Setting up Install Process
Setting up Repos
extras                    100% |=========================|  951 B    00:00
updates                  100% |=========================|  951 B    00:00
base                      100% |=========================|  951 B    00:00
errata                    100% |=========================|  951 B    00:00
Reading repository metadata in from local files
extras    : ################################################## 2555/2555
updates  : ################################################## 92/92
base      : ################################################## 852/852
errata    : ################################################## 735/735
Parsing package install arguments
No Match for argument: kernel-module-ntfs-2.6.12-1.1381_FC3
Nothing to do

So Qs:
1. mount ntfs how to?
2. FAT32 (hda5)
3. ext3 (I have ubuntu on hda8)

Also please note I would like write permissions on hda5 and hda8. The references i have read googling, have not been that helpful!

Thanks,

unSpawn 03-21-2006 05:21 AM

Maybe this rpm will do: http://rpm.livna.org/fedora/3/i386/R...n.3.3.i686.rpm . If not, and http://www.linux-ntfs.org/ doesnt provide no support, then you may have to build the ntfs module with the kernel source (rpm).


1. mount ntfs how to?
(Configure, compile,) install and load module. Nothing more.


2. FAT32 (hda5)
3. ext3 (I have ubuntu on hda8)

Looking at the mount example you showed you know how to use the mount command. Write is just the "-o rw" option: you can set it in /etc/fstab. I'll refer you to the man page for mount for any other (esoteric) options you can use.


All times are GMT -5. The time now is 10:10 PM.