LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 10-30-2004, 07:45 AM   #1
Arild2
LQ Newbie
 
Registered: Oct 2004
Location: Stockholm, Sweden
Distribution: Redhat 8.0
Posts: 19

Rep: Reputation: 0
mounting another harddrive: Filesystem not supported


I've got two harddisks. On one(hda), I have installed Windows98, And it's almost full of files I want to reach from Linux, which I have installed on my second harddrive(that should be hdb, right?). On hdb I have also installed Windows98. Like the image below.

img.photobucket.com/albums/v453/Nidder/harddrives.jpg

So I do:
Code:
mount -t Fat32 /dev/hda /mnt/gamlaC
and it says:
Code:
mount: fs type Fat32 not supported by kernel
And the same happens when I change Fat32 to fat32 or FAT32

If I do:
Code:
mount -t ext2 /dev/hda /mnt/gamlaC
or change ext2 to ext3 or vfat, then it tells me
Code:
mount: wrong fs type, bad option, bad superblock on /dev/hda,
       or too many mounted file systems
What to do?
 
Old 10-30-2004, 07:59 AM   #2
musicman_ace
Senior Member
 
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555

Rep: Reputation: 46
mount /dev/hda1 /mnt/gamlaC

assuming /mnt/gamlaC is there
 
Old 10-30-2004, 08:00 AM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,692

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
The man pages for mount will show all of the different file systems and their options. A FAT32 filesystem type is vfat. It appears that hda is just one partition. So:

mount -t vfat /dev/hda1 /mnt/gamlaC

If /mnt/gamlac does not exist use the mkdir command to create the directory prior to mounting.

mkdir /mnt/gamlac

To see how the drive is partitioned (log in as root )
fdisk -l /dev/hda

This will show the partition IDs and their filesystem types.


Last edited by michaelk; 10-30-2004 at 08:02 AM.
 
Old 10-30-2004, 08:23 AM   #4
Arild2
LQ Newbie
 
Registered: Oct 2004
Location: Stockholm, Sweden
Distribution: Redhat 8.0
Posts: 19

Original Poster
Rep: Reputation: 0
Oh, yes. Thank you. Seems like the problem was that I wrote "hda" instead of "hda1". Now I can reach my old files
 
  


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
smbfs filesystem not supported by the kernel glock19 Linux - General 18 02-18-2008 09:00 AM
NFS, trying to export filesystem consisting of different harddrive. Possible? eruantalon Linux - Networking 7 07-01-2005 08:43 PM
Harddrive mounting Manarius Linux - Hardware 9 09-16-2003 08:22 PM
Mounting HDD vs. Mounting Filesystem snailophone Linux - Hardware 4 08-12-2003 11:00 AM
Mounting harddrive psyx Linux - Newbie 2 06-01-2001 05:22 PM

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

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