<div>Okay, here's the output:<br></div>
<div> <br>$ ls /dev/disk/by-uuid -l<br>total 0<br>lrwxrwxrwx 1 root root 10 2009-03-01 17:32 6c167cb1-5210-4bc0-9ebe-8deed516b7e5 -> ../../sdb1<br>lrwxrwxrwx 1 root root 10 2009-03-01 17:32 f9d6790c-478c-43e1-bd56-e2ddf9bfa248 -> ../../sdb5<br>

andrew@npimediacenter:~$ df -Th<br>Filesystem    Type    Size  Used Avail Use% Mounted on<br>/dev/sdb1     ext3     15G  2.7G   11G  20% /<br>tmpfs        tmpfs    1.7G     0  1.7G   0% /lib/init/rw<br>varrun       tmpfs    1.7G  100K  1.7G   1% /var/run<br>

varlock      tmpfs    1.7G     0  1.7G   0% /var/lock<br>udev         tmpfs    1.7G  2.9M  1.7G   1% /dev<br>tmpfs        tmpfs    1.7G  104K  1.7G   1% /dev/shm<br>lrm          tmpfs    1.7G  2.0M  1.7G   1% /lib/modules/2.6.27-11-generic/volatile<br>

<br>$ cat /etc/fstab<br># /etc/fstab: static file system information.<br>#<br># <file system> <mount point>   <type>  <options>       <dump>  <pass><br>proc            /proc           proc    defaults        0       0<br>

# /dev/sdb1<br>UUID=6c167cb1-5210-4bc0-9ebe-8deed516b7e5 /               ext3    relatime,errors=remount-ro 0       1<br># /dev/sdb5<br>UUID=f9d6790c-478c-43e1-bd56-e2ddf9bfa248 none            swap    sw              0       0<br>

<br><br></div>
<div>redmondtux<br><br> </div>
<div class="gmail_quote">On Sat, Feb 28, 2009 at 9:14 PM, Matthew Flaschen <span dir="ltr"><<a href="mailto:matthew.flaschen@gatech.edu" target="_blank">matthew.flaschen@gatech.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
<div>Redmond Tux wrote:<br>> A few weeks ago I reinstalled the latest version of Ubuntu (wanted a<br>> clean start) and discovered, to my unpleasant surprise, that Ubuntu<br>> doesn't recognize my RAID5 array.<br>


><br>> Previously, it was recognized as "Adaptec" (that's the hardware<br>> controller that all the drives are tethered to).<br><br></div>Are you expecting HAL to handle you non-removable media?  I would use<br>


fstab for that.<br>
<div><br>> In My Computer, instead of showing "Adaptec" it just says "SCSI Drive".<br>> This to me suggests it isn't recognizing my array. I have looked around<br>> and can't find a solution.<br>


<br></div>Can you post the output of:<br><br>ls /dev/disk/by-uuid -l<br>df -Th<br>cat /etc/fstab<br><br>Matt Flaschen<br><font color="#888888"><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>


Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></font></blockquote></div><br>