Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Tinygentoo can't mount sda1
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Joe_Sextus
n00b
n00b


Joined: 28 Feb 2006
Posts: 45

PostPosted: Fri Mar 16, 2007 8:24 pm    Post subject: Tinygentoo can't mount sda1 Reply with quote

I made a "livecd" build of tinygentoo to run as a server for my companies remote support software. When I try to mount the SCSI hard drive, which is at sda and formated ext3 with
Code:
mount -t ext3 /dev/sda1 /mnt/hda

I get this error on the console
Code:
mount: Mounting /dev/sda1 on /mnt/hda failed: Invalid Argument

There is not any message in /var/log/messages. The kernel is 2.6.19-gentoo-r5 with ext2 and ext3 support built in. It works if I mount the cdrom to /mnt/hda though.

Does anybody know why this doesn't work or any ideas?
Back to top
View user's profile Send private message
erik258
Advocate
Advocate


Joined: 12 Apr 2005
Posts: 2650
Location: Twin Cities, Minnesota, USA

PostPosted: Fri Mar 16, 2007 9:54 pm    Post subject: Reply with quote

perhaps you don't have support for the scsi controller
_________________
Configuring a Firewall? Try my iptables configuration
LinuxCommando.com is my blog for linux-related scraps and tidbits. Stop by for a visit!
Back to top
View user's profile Send private message
Joe_Sextus
n00b
n00b


Joined: 28 Feb 2006
Posts: 45

PostPosted: Fri Mar 16, 2007 9:58 pm    Post subject: Reply with quote

It does have support for the scsi controller, I am using this inside a VMWare VM and the build host is also running in a VM. Both VM's are identical as are the kernels used by both the host and tinygentoo. Also I can fdisk and mke2fs the drive. Just not mount it.
Back to top
View user's profile Send private message
Ezhdeha
n00b
n00b


Joined: 13 Oct 2004
Posts: 60
Location: Sydney, Australia

PostPosted: Fri Mar 16, 2007 10:38 pm    Post subject: Remove options Reply with quote

Try mounting with just
Code:
mount /dev/sda1 /<mountpoint>

_________________
http://www.crossnet.com.au
Back to top
View user's profile Send private message
erik258
Advocate
Advocate


Joined: 12 Apr 2005
Posts: 2650
Location: Twin Cities, Minnesota, USA

PostPosted: Fri Mar 16, 2007 10:43 pm    Post subject: Reply with quote

oh yeah, that's it.
_________________
Configuring a Firewall? Try my iptables configuration
LinuxCommando.com is my blog for linux-related scraps and tidbits. Stop by for a visit!
Back to top
View user's profile Send private message
Joe_Sextus
n00b
n00b


Joined: 28 Feb 2006
Posts: 45

PostPosted: Mon Mar 19, 2007 1:14 pm    Post subject: Re: Remove options Reply with quote

Ezhdeha wrote:
Try mounting with just
Code:
mount /dev/sda1 /<mountpoint>

This gives me the same error. It also does it if I use
Code:
mount -t ext2 /dev/sda1 /<mountpoint>
Back to top
View user's profile Send private message
Ezhdeha
n00b
n00b


Joined: 13 Oct 2004
Posts: 60
Location: Sydney, Australia

PostPosted: Sun Mar 25, 2007 12:45 pm    Post subject: SCSI driver Reply with quote

Well, what SCSI controller do you have ? do you have support for it compiled into your kernel ?
_________________
http://www.crossnet.com.au
Back to top
View user's profile Send private message
Joe_Sextus
n00b
n00b


Joined: 28 Feb 2006
Posts: 45

PostPosted: Mon Mar 26, 2007 2:23 pm    Post subject: Reply with quote

lspci shows
Code:
00:10.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 01)

and I have Fusion MPT support built into the kernel. It works fine if I use a FAT filesystem and mount it with
Code:
 mount -t vfat /dev/sda1 /mnt/hda

So I know this isn't an issue with SCSI support.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum