Comment 4 for bug 310279

Revision history for this message
Shirish Agarwal (shirishag75) wrote :

This is the /etc/fstab as its now.

cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=dcf827c4-c7cb-4d66-9cb9-7baf82a69f3c / ext3
relatime,errors=remount-ro 0 1
# /dev/sda1
UUID=49b2cc28-fa6d-4d0d-ae16-040861151df0 /boot ext3
relatime 0 2
# /dev/sda7
UUID=20168ab6-abce-4804-840f-51a2036c0a5e /home ext3
relatime 0 2
# /dev/sda6
UUID=d69559ab-c9f5-40fd-b048-8f0a98a2a977 none swap sw
          0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0

none /proc/bus/usb usbfs defaults 0 0

The only change made herein in is the usb stuff. Other than that
whatever should be standard. Do not know if the errors thing should be
there or not.

The other thing I dunno is why its showing /dev/sda when it should be
showing /dev/sdb as its in Primary Slave configuration.