Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then 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.
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.
|
 |
01-10-2005, 06:49 PM
|
#1
|
Member
Registered: Mar 2004
Location: Vancouver, WA
Distribution: SuSe 9.1 Personal, Slackware 10
Posts: 53
Rep:
|
Need Help Mounting Hard Drive- Dont know FS Type :( PLS HELP FAST!
The situation:
One of my dad's nitix servers took a dump after a power surge(during an update which really fubar'd it).
The fix:
To hook the primary drive to my secondary IDE chain. I have gone through and been able to mount the the boot partition, which is vfat so there was no problem. Now the problem is I can't mount /dev/hdc3, since I dont know waht FS it is.
I've tried reiserfs, ext2, ext3. I guess what I need to know is what FS does Nitix use on a default install?
BTW I'm using Slack 10 on teh box I'm trying to recover some files on...
|
|
|
01-10-2005, 07:27 PM
|
#2
|
Senior Member
Registered: Nov 2002
Location: CA
Distribution: redhat 7.3
Posts: 1,440
Rep:
|
I would knoppix as a recovery cd. Once, knoppix is loaded, mount the root disk to /mnt/disk1 or whatever and look at the fstab. It will tell you what fs is for /dev/hdc3.
-twantrd
|
|
|
01-10-2005, 08:32 PM
|
#3
|
Member
Registered: Mar 2004
Location: Vancouver, WA
Distribution: SuSe 9.1 Personal, Slackware 10
Posts: 53
Original Poster
Rep:
|
I think I've got it figured out.. sort of.
I believe its a legacy FS of sorts, either NFS or AFS. The problem is I have no clue how to mount either of these. Heres what goes down..
jonathon@nexus:mount -t nfs /dev/hdc3 /mnt/backup2
mount: directory to mount not in host:dir format
jonathon@nexus:mount -t nfs nexus:/dev/hdc3 /mnt/backup2
mount: RPC: Remote System Error - Connection Refused
I need to get the data tonight or I'm SOL 
|
|
|
01-10-2005, 09:39 PM
|
#4
|
Senior Member
Registered: Nov 2002
Location: CA
Distribution: redhat 7.3
Posts: 1,440
Rep:
|
Haven't touched or even heard of Nitrix but if it is somewhat like linux then the FS is not NFS as NFS is network file system (like for filers, exports, and whatnot).
Again, download and burn knoppix and load that it up. It might have support for that Nitrix filesystem. While you are debugging or trying to grab the data off the disk, you can download Knoppix. It won't hurt to try that out right?
-twantrd
|
|
|
01-10-2005, 09:45 PM
|
#5
|
Member
Registered: Aug 2002
Location: MN USA
Distribution: slakware 9.0
Posts: 121
Rep:
|
As root, cfdisk /dev/hdc should give you a mapping of all partions on hdc along with their file system.
|
|
|
01-10-2005, 10:07 PM
|
#6
|
Member
Registered: Mar 2004
Location: Vancouver, WA
Distribution: SuSe 9.1 Personal, Slackware 10
Posts: 53
Original Poster
Rep:
|
Quote:
cfdisk 2.12a
Disk Drive: /dev/hdc
Size: 40020664320 bytes, 40.0 GB
Heads: 16 Sectors per Track: 63 Cylinders: 77545
Name Flags Part Type FS Type [Label] Size (MB)
----------------------------------------------------------------------------------------------------
Unusable 2.59
hdc1 Boot Primary FAT16 <32M [ ] 268.89
hdc2 Primary Linux swap 537.26
hdc3 Primary Linux 67.61
hdc5 NC Logical Linux raid autodetect 9144.34
[ Help ] [ Print ] [ Quit ] [ Units ] [ Write ]
Print help screen
|
Its not displaying the FS type... hdc5 is what I need to get to
|
|
|
01-10-2005, 10:37 PM
|
#7
|
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:
|
What does ' fdisk -l ' say
You might not even have the FileSystem type nitrix uses compiled in your kernel.
Brian1
" Google the Linux way @ http://www.google.com/linux "
|
|
|
01-10-2005, 11:00 PM
|
#8
|
Member
Registered: Mar 2004
Location: Vancouver, WA
Distribution: SuSe 9.1 Personal, Slackware 10
Posts: 53
Original Poster
Rep:
|
 maybe its not compiled into it as you say...
|
|
|
01-11-2005, 08:15 AM
|
#9
|
Member
Registered: Aug 2002
Location: MN USA
Distribution: slakware 9.0
Posts: 121
Rep:
|
hdc5 NC Logical Linux raid autodetect 9144.34
I read that as being part of a raid array. If that's right you're beyond me since I've never worked with raid
|
|
|
01-11-2005, 10:45 AM
|
#10
|
Member
Registered: Mar 2004
Location: Vancouver, WA
Distribution: SuSe 9.1 Personal, Slackware 10
Posts: 53
Original Poster
Rep:
|
Okay you know.. I could kick my dad.
Apparently the OS isn't on the hard drive, it boots from a flashcard and loads the config files from the root partition. The flash card is formatted as ext2, so I popped it in my reader, and bam, it worked and I got my fstab. Backed up the files before I did anything else, and then just popped the flash card(that he didn't give me to begin with) into the reader on the server and it booted right up, and worked. Apparently its a problem with the client's switch(something that we are checking right now).
|
|
|
All times are GMT -5. The time now is 09:43 AM.
|
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
|
|