LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-19-2005, 07:06 AM   #1
crocodilu
LQ Newbie
 
Registered: Jul 2005
Location: romania
Distribution: slackware
Posts: 13

Rep: Reputation: 0
mount problem with scsi help please


Pls somebody can help me?
i have 2 scsi hdd with 1 partion on each.
f1st hdd : /dev/sda1
2nd hdd: /dev/sdb1

the /dev/sdb hdd is ok and mounted but the other won`t mount .
the partion type are the same 83 (Linux), i maded with cfdisk
I am using slackware 10.0

root@eos1:/mnt# mount /dev/sdb1 /mnt/Euro2
root@eos1:/mnt# mount /dev/sda1 /mnt/Euro
mount: you must specify the filesystem type
root@eos1:/mnt#
 
Old 07-19-2005, 07:15 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Did you format the /dev/sda1 with a filesystem?
Do you have an entry for this filesystem in /etc/fstab?

mount -t fstype /dev/sda1 /mnt/Euro

Replace fstype with the filesystem type of the partition.
 
Old 07-19-2005, 07:27 AM   #3
crocodilu
LQ Newbie
 
Registered: Jul 2005
Location: romania
Distribution: slackware
Posts: 13

Original Poster
Rep: Reputation: 0
the /dev/sdb hdd is ok and mounted but the other won`t mount .
the partion type are the same 83 (Linux), i maded with cfdisk
I am using slackware 10.0

yes i have formated de /dev/sda

i have formated the partition to ntfs ...won`t work

root@eos1:/mnt# mount -t ntfs /dev/sda1 /mnt/Euro
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
or too many mounted file systems


i have formated with ext3 ...nothing


I do not have an entry in fstab but i wanna mount the partition manually
 
Old 07-19-2005, 07:37 AM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
What command did you use to format the partition with ext3?
 
Old 07-19-2005, 07:43 AM   #5
crocodilu
LQ Newbie
 
Registered: Jul 2005
Location: romania
Distribution: slackware
Posts: 13

Original Poster
Rep: Reputation: 0
i used cfdisk
the type of partition is 83 Linux
i`m not sure it is ext3...doens`t matter
i used cfdisk and i made the partition ntfs
mount -t ntfs /dev/sda1 /mnt/Euro
error back fstype...

how else could i format de sda1 with ext3?
 
Old 07-19-2005, 07:46 AM   #6
crocodilu
LQ Newbie
 
Registered: Jul 2005
Location: romania
Distribution: slackware
Posts: 13

Original Poster
Rep: Reputation: 0
i just wanna mount the partition could u help me pls?
i am a beginner
 
Old 07-19-2005, 07:58 AM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
It does matter. cfdisk just creates the partition.
You then need to create the filesystem with the mkfs command. linux can not create a NTFS filesystem. If you are looking to share data between windows and linux then I would use a FAT32 filesystem.

With cfdisk make sure the partition ID is 83
To create an ext3 filesystem as root enter the following command.
mke2fs -j /dev/sda1

You should be able to mount the filesystem
mount -t ext3 /dev/sda1 /mnt/Euro
 
Old 07-19-2005, 08:00 AM   #8
ph34r3d
Member
 
Registered: Apr 2002
Location: Tamaqua, Pa
Distribution: Slackware. Gentoo 1.4rc3, RH9, Mandrake 9.1, Debian, FreeBSD, OpenBSD, Fedra Core 3 x86_64
Posts: 71

Rep: Reputation: 15
try using mkfs.ext3 /dev/sda1 (if you want it ext3)
then try mounting using
mount -t ext3 /dev/sda1 /mnt Euro
 
Old 07-19-2005, 08:11 AM   #9
crocodilu
LQ Newbie
 
Registered: Jul 2005
Location: romania
Distribution: slackware
Posts: 13

Original Poster
Rep: Reputation: 0
thanks to everybody
i have made my partition ext3 and i have mounted it.
thanks people.
i am beginner but i hope i will learn linux better
i have just migrated from windows
once again thanks to all
 
  


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
Scanner Umax 2200 (USB,SCSI) with AHA2940U scsi card problem in Suse 9.2 Pro nathanv117 SUSE / openSUSE 5 02-22-2005 02:06 PM
SCSI Iomega Zip Drive--Can't Mount it, I think it's a kernal problem... TheMusicGuy Slackware 8 10-11-2004 04:33 PM
getting gentoo to mount a scsi cd burner GoatKing Linux - Hardware 2 02-02-2004 08:58 AM
Can't Mount my SCSI devices! ewto Linux - Newbie 9 09-10-2003 12:44 AM
scsi emu mount twk Linux - Software 0 06-25-2002 01:37 AM

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

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