LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 12-02-2002, 04:57 PM   #1
mpooley
Member
 
Registered: Nov 2002
Location: Kings Lynn Norfolk UK
Distribution: obuntu
Posts: 67

Rep: Reputation: 15
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?
 
Old 12-02-2002, 05:12 PM   #2
Pongo
LQ Newbie
 
Registered: Nov 2002
Location: Salford, UK
Distribution: Redhat 8.0
Posts: 14

Rep: Reputation: 0
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

 
Old 12-02-2002, 11:36 PM   #3
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Try doing "modprobe ntfs" first.
 
Old 12-03-2002, 05:21 AM   #4
mpooley
Member
 
Registered: Nov 2002
Location: Kings Lynn Norfolk UK
Distribution: obuntu
Posts: 67

Original Poster
Rep: Reputation: 15
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
 
Old 12-03-2002, 05:46 AM   #5
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
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.
 
Old 12-04-2002, 06:50 PM   #6
zLinuxz
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: Reputation: 45
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.
 
Old 12-04-2002, 07:05 PM   #7
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
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.
 
Old 12-06-2002, 07:55 PM   #8
zLinuxz
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: Reputation: 45
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.
 
Old 12-07-2002, 01:02 PM   #9
gonus
Member
 
Registered: Apr 2002
Location: Huntsville, Alabama
Distribution: Ubuntu 9.04
Posts: 445

Rep: Reputation: 30
Suse 8.1 can read/Write to it with np. Just though some may liek to know.
 
Old 12-07-2002, 01:19 PM   #10
zLinuxz
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: Reputation: 45
yeah..but that's because of the tweaked kernel of that distro. The vanilla kernel, doesn't come with it as default.
 
Old 12-10-2002, 03:56 PM   #11
varzosu
LQ Newbie
 
Registered: Dec 2002
Location: as
Posts: 16

Rep: Reputation: 0
read only
 
Old 12-10-2002, 09:35 PM   #12
zLinuxz
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: Reputation: 45
?,
 
Old 12-11-2002, 12:32 AM   #13
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
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
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
slackware 9.1 mounting problems (cd drive, cd writer drive, win partition (ntfs)) mr.gizm0 Slackware 8 05-11-2004 06:23 PM
correctly mounting an NTFS drive industrai Linux - General 7 11-05-2003 09:59 AM
Mounting an NTFS drive e_cubed99 Linux - Newbie 11 11-01-2003 02:05 PM
Mounting an NTFS hard drive harperonline Linux - General 2 03-12-2003 11:11 AM
mounting ntfs(xp) drive elpresidente Linux - Hardware 7 07-01-2002 09:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration