public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-embedded] Can't get /dev/sda to mount
@ 2006-11-08 21:54 Colin Bell
  0 siblings, 0 replies; 3+ messages in thread
From: Colin Bell @ 2006-11-08 21:54 UTC (permalink / raw
  To: gentoo-embedded

[-- Attachment #1: Type: text/plain, Size: 995 bytes --]

Hi all

I've managed to build my first Gentoo embedded disk on VMware using  
the instructions from the wiki. It all boots and loads up but the / 
boot and the /mount/dongle mounts fail. The wiki has instructions for  
a usb dongle, but I modified the fstab slightly to work for a drive.

If I try fdisk /dev/sda it says it can't find /dev/sda. /dev/sda and / 
dev/sda* (1-4) exist in the /dev directory. I have also tried  
deleting them and using mknod and mdev instead without success.

I have added the scsi drivers in the kernel (as vmware emulates scsi).

I get no errors in the /var/log/messages.

/etc/fstab is

none                    /tmp            tmpfs            
defaults        0 0
none                    /proc           proc             
defaults        0 0
/dev/sda1               /boot           ext2             
noauto,ro       0 0
/dev/sda2               /mnt/dongle     ext2             
defaults        0 0


I would really appreciate some pointers.

Many thanks

Colin

[-- Attachment #2: Type: text/html, Size: 9106 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-embedded] Can't get /dev/sda to mount
@ 2006-11-09 10:17 Colin Bell
  0 siblings, 0 replies; 3+ messages in thread
From: Colin Bell @ 2006-11-09 10:17 UTC (permalink / raw
  To: gentoo-embedded

Ok, have solved part of it. For my version of VMware you have to  
compile the Buslogic driver into the kernel.

I also modified my fstab

/dev/sda1   /boot        ext2    defaults,noatime     1 2
/dev/sda2   none         swap    sw                   0 0
/dev/sda3   /            ext2    noatime             0 1

proc        /proc        proc    defaults             0 0
shm         /dev/shm     tmpfs   nodev,nosuid,noexec  0 0

/dev/cdrom  /mnt/cdrom   auto    noauto,user          0 0


Problem is, /dev/sda3 mounts as read only ?

Anyone ?
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-embedded] Can't get /dev/sda to mount
@ 2006-11-10 10:02 Colin Bell
  0 siblings, 0 replies; 3+ messages in thread
From: Colin Bell @ 2006-11-10 10:02 UTC (permalink / raw
  To: gentoo-embedded

Solved the mount problem. I was missing /etc/mtab

Don't you love user groups where you have to solve your own  
problems.... unsubscribe
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-11-10 10:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-08 21:54 [gentoo-embedded] Can't get /dev/sda to mount Colin Bell
  -- strict thread matches above, loose matches on Subject: below --
2006-11-09 10:17 Colin Bell
2006-11-10 10:02 Colin Bell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox