Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
12-02-2002, 04:57 PM
|
#1
|
Member
Registered: Nov 2002
Location: Kings Lynn Norfolk UK
Distribution: obuntu
Posts: 67
Rep:
|
Mounting a ntfs drive?
Hi
when i try to mount an ntfs drive i get an error
"fs type ntfs not supported by Kernel "
I have suse linux 8.1 if that makes any difference.
So can anyone tell me what i have to do now please?
|
|
|
12-02-2002, 05:12 PM
|
#2
|
LQ Newbie
Registered: Nov 2002
Location: Salford, UK
Distribution: Redhat 8.0
Posts: 14
Rep:
|
Try this..
cat /proc/filesystems
i type this in, in the ROOT directory - it will display a load of info...if NTFS is shown...NTFS is supported and it's the command is wrong........i use RH 8.0; but maybe, to some extent this link will be of use..but unfortunately it is RedHat..never used SUSE...
Does SUSE support NTFS as a default?
http://linux-ntfs.sourceforge.net/info/redhat.html

|
|
|
12-02-2002, 11:36 PM
|
#3
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Try doing "modprobe ntfs" first.
|
|
|
12-03-2002, 05:21 AM
|
#4
|
Member
Registered: Nov 2002
Location: Kings Lynn Norfolk UK
Distribution: obuntu
Posts: 67
Original Poster
Rep:
|
Right modprobe ntfs came back with nothing no errors just nothing!
cat proc/filesystems did bring up a list which DID include ntfs !
so that means the kernell does support ntfs ?
ah! thankyou it was my mount command that was wrong!
the error message was strange though wasnt it?
thanks again
|
|
|
12-03-2002, 05:46 AM
|
#5
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
I think you'll find that the problem was the ntfs module wasn't loaded, modprobe only reports back when something goes wrong ( including an error message if a module is already loaded), to verify that this is the case unmount your ntfs partition unload the ntfs module with "rmmod ntfs" and try to mount it again.
|
|
|
12-04-2002, 06:50 PM
|
#6
|
Senior Member
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216
Rep:
|
NTFS doesn't even come pre-loaded as a module in the kernel, you need to either load it as a module, or just make it a built in option(my favorite)
you need to reconfigure your kernel, and recompile it. Until then, you will be able to mount your NTFS partition.
|
|
|
12-04-2002, 07:05 PM
|
#7
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Thats just redhat who leave out support for ntfs (even as a module) almost all of the other distro's include it as a module.
|
|
|
12-06-2002, 07:55 PM
|
#8
|
Senior Member
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216
Rep:
|
it's not about the distro. Download the kernel from kernel.org, like I always do. I never use distro kernels, they always have problems with my hardware.
The fresh kernel from kernel.org doesn't come with NTFS loaded as a module.
And I know because I just installed it on a computer with winXP in it and it had the NTFS partition. Downloaded the newest kernel, looked and had to click on NTFS...it wasn't enabled at all by default.
|
|
|
12-07-2002, 01:02 PM
|
#9
|
Member
Registered: Apr 2002
Location: Huntsville, Alabama
Distribution: Ubuntu 9.04
Posts: 445
Rep:
|
Suse 8.1 can read/Write to it with np. Just though some may liek to know.
|
|
|
12-07-2002, 01:19 PM
|
#10
|
Senior Member
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216
Rep:
|
yeah..but that's because of the tweaked kernel of that distro. The vanilla kernel, doesn't come with it as default.
|
|
|
12-10-2002, 03:56 PM
|
#11
|
LQ Newbie
Registered: Dec 2002
Location: as
Posts: 16
Rep:
|
read only
|
|
|
12-10-2002, 09:35 PM
|
#12
|
Senior Member
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216
Rep:
|
?, 
|
|
|
12-11-2002, 12:32 AM
|
#13
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Quote:
Originally posted by gonus
Suse 8.1 can read/Write to it with np. Just though some may liek to know.
|
To NTFS? I would think this to be a bad move...
Cool
|
|
|
All times are GMT -5. The time now is 05:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|