LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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-19-2005, 03:01 PM   #1
Abomb
Member
 
Registered: Dec 2005
Location: ~/
Distribution: Ubuntu
Posts: 156

Rep: Reputation: 30
yet another hard drive mounting error


Ok, I'm at a lost. My setup is 2 hard drives. Drive #1 is a SATA that has Windows XP on it. Drive #2 is IDE with Fedore Core 4.

I want to be able to access my Windows XP drive so I can transfer files over.

I've done the following:

# /sbin/fdisk -l

Disk /dev/hdb: 61.4 GB, 61471162368 bytes
255 heads, 63 sectors/track, 7473 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 7473 59922450 8e Linux LVM

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 14592 117210208+ 7 HPFS/NTFS

# mount -t ntfs /dev/sda1 /mnt/win
mount: unknown filesystem type 'ntfs'

# mount -t NTFS /dev/sda1 /mnt/win/
mount: unknown filesystem type 'NTFS'

# mount -t HPFS/NTFS /dev/sda1 /mnt/win/
mount: unknown filesystem type 'HPFS/NTFS'

# rpm -ivf kernel-module-ntfs-2.6.14-1.1653_FC4-2.1.24-0.rr.10.4.i686.rpm
Preparing packages for installation...
package kernel-module-ntfs-2.6.14-1.1653_FC4-2.1.24-0.rr.10.4 is already installed




So I installed the rpm that is suppose to give ntfs support for FC4, however it still doesn't recognize it. Is there a way around this without having to recompile the kernel? Also, I'm a linux newbie. Thanks guys!
 
Old 12-19-2005, 05:06 PM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Try the mount command without the -t parameter as in:

mount /dev/sda1 /mnt/win

First make sure that /mnt/win exists.

If that doesn't work then try looking in /etc/fstab to see if there is an entry for /dev/sda1. It could have bad options.

If that doesn't work then try using verbose mode with the mount command as in:

mount -vf /dev/sda1 /mnt/win

The last form fakes a mount (-f) but supplies some information about the mount process (-v).

Lastly try a regular mount one more time but add the option for read only mount:

mount -o ro /dev/sda1 /mnt/win

Let us know if any of this helped.
 
Old 12-20-2005, 06:04 AM   #3
Abomb
Member
 
Registered: Dec 2005
Location: ~/
Distribution: Ubuntu
Posts: 156

Original Poster
Rep: Reputation: 30
Unfortunately no.

All of those commands came back with

mount: unknown filesystem type 'ntfs'

And /mnt/win does exist

It's as if FC4 isn't recognizing ntfs, although I installed the module it should be able to mount a ntfs drive.
 
Old 12-20-2005, 04:51 PM   #4
Abomb
Member
 
Registered: Dec 2005
Location: ~/
Distribution: Ubuntu
Posts: 156

Original Poster
Rep: Reputation: 30
I got to thinking about it and I was wondering if i installed the right RPM.

kernel-module-ntfs-2.6.14-1.1653_FC4-2.1.24-0.rr.10.4.i686.rpm

My system is i686 and I haven't done anything to the linux kernel so it was the one that was shipped with FC4.
 
Old 12-21-2005, 01:08 PM   #5
Abomb
Member
 
Registered: Dec 2005
Location: ~/
Distribution: Ubuntu
Posts: 156

Original Poster
Rep: Reputation: 30
Alright! Well I went and double checked the numbers, and being the that I am, I found I downloaded the wrong rpm. I mounted and everything seem to go okay. However, how do I get an icon or access it now that it's mounted? If there is a tutorial somewhere that I could read I would be glad to read it.

Thanks guys!
 
Old 12-21-2005, 01:23 PM   #6
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Quote:
how do I get an icon or access it now that it's mounted?
Not sure of icons, as this would be dependant on which desktop environment you use. However, your win partition is now mounted at /mnt/win, as you told the mount command...

Either use an xterm and "cd /mnt/win" or use your favorite file manager to navigate there...
 
Old 12-21-2005, 04:37 PM   #7
Abomb
Member
 
Registered: Dec 2005
Location: ~/
Distribution: Ubuntu
Posts: 156

Original Poster
Rep: Reputation: 30
Gotcha, didn't realize that until after I made that post; it's been a long day. Thanks though!
 
  


Reply



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
mounting a second hard drive BCBruce Linux - Hardware 4 12-19-2005 09:51 AM
Need help mounting a hard drive cevilgenius Linux - Newbie 15 04-12-2005 02:35 PM
hard drive mounting error?? wwwc21 Linux - Hardware 3 03-16-2004 07:01 PM
windows xp hard drive mounting error threedguy Linux - Hardware 14 10-09-2003 10:36 PM
Mounting hard drive Runt888 Linux - Newbie 1 08-29-2001 02:02 AM

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

All times are GMT -5. The time now is 03:09 AM.

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