Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I've been told by a number of sources that NTFS is supported by Linux, at least for read purposes. Yet, I got this error when I tried to mount it to my /mnt/win2k directory:
Quote:
[root@localhost mnt]# mount -t ntfs /dev/hda1 /mnt/win2k
mount: fs type ntfs not supported by kernel
Can anyone help me?
PS: How do I change the name of my computer from "localhost" to something else? Thanks.
To add NTFS support to RedHat, you need to install a RPM. http://linux-ntfs.sourceforge.net/
Or you can recompile your Kernel and add NTFS support directly into the kernel.
To change the hostname, edit the /etc/sysconfig/network file.
Distribution: Red Hat/ Win 2k Pro/Fedora Core2/Suse 9.1 Pro
Posts: 44
Rep:
what's the fstab for auto mounting the NTFS, i had a wicked kernel panic and i had to re-install my RH9, and i didn't write down what i did. I can only see NTFS part as root in the command line... here's what i have so far... this time i am writing this down
remember the correct spacing - there's 6 fields here all with a space between them - Field 4 is Mount options - it just uses commas between its entries.
I tried those two commands after installing the correct RPM for NTFS support for souceforge for the correct kernel that i have. I get the message:
bash: /dev/hda2: Permission denied
ive tried using hda, hda1, and various others. The NTFS partition im looking for is the primary master harddrive, with it being only one partition. with RH9.0 being on the primary slave in its standard 3 partitions. and yes i was under root when trying it. Does anyone know what happened? what went wrong?
k, i know what when wrong, i just found out (explaining the editing of this post). i downloaded and installed the i386 rpm and i just learned that my processor is a i686... can someone please tell me how to uninstall the package i just installed please?
I also had to install NTFS support, as per an earlier reply in this thread.
Also, like you, my windows NTFS partition is a monolith, consuming all of my primary harddrive, with all the Linux partitions occupying the slave drive. If you have RH9 like you say, this ought to work.
PS: Not to offend you (I did this, myself, so I assume others might be as stupid), but did you remember to create the 'windows' directory in /mnt?
Originally posted by teyesahr PS: Not to offend you (I did this, myself, so I assume others might be as stupid), but did you remember to create the 'windows' directory in /mnt?
I couldn't remember to create the windows directory, as I didn't have that knowledge to forget in the first place
my problem now is actually that i installed the wrong rpm. I installed kernel-ntfs-2.4.20-8.i386.rpm
when i should have installed kernel-ntfs-2.4.20-8.i686.rpm
So i try and install the correct one and says that it is already installed.
and then i try and uninstall the other package kernel-ntfs-2.4.20-8.i386.rpm but it says it doesn't exist. I have tried using
rpm -e kernel-ntfs-2.4.20-8.i386
but still a no go. does anyone know how to find and remove this stupid nuisance?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.