LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 04-09-2005, 08:33 AM   #1
alexsmith2k
LQ Newbie
 
Registered: Apr 2005
Posts: 7

Rep: Reputation: 0
Mounting NTFS in Fedora core 3


I have recently moved two 200gig maxtor drives into my fedora core 3 server. The first one is on the primary ide secondary and i plugged it in and i mounted hdb1 which was successful.

However after putting the second one in, on the boot screen linux recognises it is there and is drive hdc, however it does not appear in the /dev folder like all my other drives.

And when i try to mount it it says it cannot find hdc1
I have install the ntfs support and it works on the other drive, if anyone could help would be appreciated!
 
Old 04-09-2005, 11:41 AM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

run

fdisk -l

to check what partitons are there

and then try mounting

regards
 
Old 04-09-2005, 12:43 PM   #3
alexsmith2k
LQ Newbie
 
Registered: Apr 2005
Posts: 7

Original Poster
Rep: Reputation: 0
ah thanks for the reply, should have already mentioned

I have tried this but it the new drive (hdc) doesn't appear in this,


Disk /dev/hda: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 9899 79409295 83 Linux
/dev/hda3 9900 9964 522112+ 82 Linux swap

Disk /dev/hdb: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 24792 199141708+ 7 HPFS/NTFS


any more ideas?

cheers
 
Old 04-09-2005, 01:33 PM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
what do u get on

fdisk /dev/hdc

regards
 
Old 04-09-2005, 01:56 PM   #5
alexsmith2k
LQ Newbie
 
Registered: Apr 2005
Posts: 7

Original Poster
Rep: Reputation: 0
sorry....


Unable to open /dev/hdc
 
Old 04-09-2005, 02:22 PM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
is that a new hard disk??
 
Old 04-09-2005, 02:27 PM   #7
NiallC
Member
 
Registered: Feb 2003
Distribution: Suse 8.1
Posts: 102

Rep: Reputation: 15
Check the jumpering on the disk - and see if the BIOS actually sees the disk.

Another "issues"

Make sure it's got powere, and the plug is tightly inserted
Same for IDE cable.

Make sure you only have two IDE devices on each IDE chain......

If fdisk can't see it, then it's most likely not getting power....or it's conflicting with another device.

Niall.
 
Old 04-09-2005, 02:28 PM   #8
alexsmith2k
LQ Newbie
 
Registered: Apr 2005
Posts: 7

Original Poster
Rep: Reputation: 0
well its a bout a week old.

I formatted it in windows..silly me and filled it with tv programs but i dont have a spare 200 gigs to move the stuff too to reformat.

Then i set up my server and decided to move them to it
 
Old 04-09-2005, 02:31 PM   #9
alexsmith2k
LQ Newbie
 
Registered: Apr 2005
Posts: 7

Original Poster
Rep: Reputation: 0
bios see's it, hard disk is set up as a master, dvd drive is a slave.

in the boot up screen it shows hdc as a maxtor...bla bla bla

it just doesnt see it in fdisk.

have tried restarting but no luck still...
 
Old 04-09-2005, 02:33 PM   #10
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

can u still access that in windows

also have u made that as a basic disk or dynamic disk??if u have formated that from winXP/200

regards
 
Old 04-09-2005, 02:45 PM   #11
alexsmith2k
LQ Newbie
 
Registered: Apr 2005
Posts: 7

Original Poster
Rep: Reputation: 0
I think its a basic disk, the same format as the other one.

I havn't tried using it windows since but i hope it does! becos i'd b pretty upset loosing 200 gigs of tv !
 
Old 04-09-2005, 02:52 PM   #12
NiallC
Member
 
Registered: Feb 2003
Distribution: Suse 8.1
Posts: 102

Rep: Reputation: 15
formatting shouldn't matter.

Try moving it to a different IDE chain. Or, if you have a firewire/USB enclosure...put it in there.....

And you definitely want it jumpered as slave if it's not the only drive in the machine which from your other post, it's not.

Jumper it as slave....not CS.
 
Old 04-09-2005, 03:26 PM   #13
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
What is in your current /etc/fstab. Make sure /dev/hdc is not being used by something else.

Brian1
" Google the Linux way @ http://www.google.com/linux "
 
Old 04-09-2005, 03:36 PM   #14
alexsmith2k
LQ Newbie
 
Registered: Apr 2005
Posts: 7

Original Poster
Rep: Reputation: 0
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda3 swap swap defaults 0 0
:/dev/hdc1 /mnt/drive2 ntfs ro,defaults,umask=0222 0 0
/dev/hdb1 /mnt/drive1 ntfs ro,defaults,umask=0222 0 0
/dev/hdd /media/cdrom auto pamconsole,exec,noauto,managed 0 0




the line /dev/hdb1 is one i created for my other drive which works fine, and the line which is commented out /dev/hdc1 is the one i made for my next drive, however it just displays an error at boot if the comment is removed.

Cheers everyone for your help, much appreicated !!

i will try taking the dvd drive off the ide cable later, but ftp'ing a load of files for a couple of hours so can't turn it off!
 
Old 04-09-2005, 03:38 PM   #15
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Quote:
Originally posted by alexsmith2k
bios see's it, hard disk is set up as a master, dvd drive is a slave.

in the boot up screen it shows hdc as a maxtor...bla bla bla

it just doesnt see it in fdisk.

have tried restarting but no luck still...
Could you give a few more details rather than "bla bla bla?" Are you referring to a Fedora Core 3 boot screen or to your BIOS screen? (I suspect the latter, since FC3 does not normally list disk devices.)

Some suggestions:

First, can FC3 access the DVD drive? (If not, perhaps you have a real hardware [read "IDE controler"] problem.) If it can, create a XP boot floppy (On an XP system, it's one of the format options.), boot your server from that, and see if the drive is available from the DOS prompt. (Again, if not, I'd worry about the controler.) Another check: switch the two IDE cables at the controler, and see what happens. [I think FC3 will still find the boot device, but I'm not sure.]

Second, does your BIOS support S.M.A.R.T., and do you have it enabled for your IDE drives?

Third, if you boot from the Linux rescue CD (or DVD), is the drive visable there.

Fourth, the Linux NTFS drivers (unless you bought a commercial one) should only be used in "read-only" mode, so the "Logical Volume" (partition type 43, I think), is not usually relevant, and certainly not if the device is not yet recognized. In any case, the device should be recognized regardless what the partition type is set to.

Fifth. No, forget it: I was going to suggest looking at "parted," but that's only useful after the device is recognized.
 
  


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
fedora core 3 ntfs mounting rusty_slacker Linux - General 5 07-06-2005 05:23 PM
mounting ntfs partitions on fedora core 2 amebimus Linux - Newbie 7 04-03-2005 11:27 AM
mounting NTFS for all users of fedora 3 lnthai2002 Linux - Hardware 1 01-09-2005 07:21 PM
mounting ntfs format patitions from fedora core person#6661067 Linux - Newbie 2 11-08-2004 08:03 PM
Mounting NTFS drives on Fedora nowaydown1 Linux - Newbie 3 04-27-2004 05:25 PM

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

All times are GMT -5. The time now is 03:28 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