[CoLoCo] Missing SATA hard drive

Jim Hutchinson jim at ubuntu-rocks.org
Mon Oct 29 23:52:01 GMT 2007


Looks like there is no entry in /etc/fstab for the /dev/sdb device

Try adding this to /etc/fstab

# /dev/sdb1
/dev/sdb1  /media/sdb1     ext3    defaults  0    2

Then created the mount point

sudo mkdir /media/sdb1

Then mount it

sudo mount -a

In the future it will auto mount. Do new entries in /etc/fstab if you
want to mount other partitions. If it works, you change the /etc/fstab
file to use UUIDs but I don't remember how to do that.

Hope that helps,
Jim

On 10/29/07, TJ Heaney <tjheaney at gmail.com> wrote:
> fstab shows this:
>
> # /etc/fstab: static file system information.
> #
> # <file system> <mount point>   <type>  <options>       <dump>  <pass>
> proc            /proc           proc    defaults        0       0
> # /dev/sda1
> UUID=c7770359-8b82-46d5-af0c-bf3d9b4ae135 /
> ext3    defaults,errors=remount-ro 0       1
> # /dev/sda5
> UUID=8fad65bd-89ca-4017-84d1-4cedf08b3786 none
> swap    sw              0       0
> /dev/hdb        /media/cdrom0   udf,iso9660 user,noauto     0       0
> /dev/hda        /media/cdrom1   udf,iso9660 user,noauto     0       0
> /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0



-- 
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html



More information about the Ubuntu-us-co mailing list