Announcement

Collapse
No announcement yet.

File system problems after install need help?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    File system problems after install need help?

    Hi:
    I just did a reinstall of 7.10, reusing my /home partition. I have a new WD 500 gig usb external hard drive attached, it has two partitions /dev/sdc1 about 86 gb and /dev/sdc2 the rest of the disk. The laptop has a 80 gig hard drive with three partitions /dev/sda1 which is / and about 7.5 gig, /dev/sda2 which is swap, /dev/sda3 which is /home. The problem is that booting stops looking for some uuid's that just are not there. This is my mtab:

    /dev/sda1 / ext3 rw,errors=remount-ro 0 0
    proc /proc proc rw,noexec,nosuid,nodev 0 0
    /sys /sys sysfs rw,noexec,nosuid,nodev 0 0
    varrun /var/run tmpfs rw,noexec,nosuid,nodev,mode=0755 0 0
    varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
    udev /dev tmpfs rw,mode=0755 0 0
    devshm /dev/shm tmpfs rw 0 0
    devpts /dev/pts devpts rw,gid=5,mode=620 0 0
    lrm /lib/modules/2.6.22-14-generic/volatile tmpfs rw 0 0
    /dev/sda3 /home ext3 rw 0 0
    securityfs /sys/kernel/security securityfs rw 0 0

    This is my fstab:

    /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    # /dev/sda1
    UUID=d24c3822-6294-4fc1-8a5c-e6d43d32bf50 / ext3 defaults,errors=remount-ro 0 1
    # /dev/sdc1
    UUID=dacb5178-764b-4cbf-8c52-5d3eafe8d7a8 /backup ext3 defaults 0 2
    # /dev/sdc5
    UUID=2d4bada6-f771-4204-9f60-a922f8f28ba4 /data ext3 defaults 0 2
    # /dev/sda3
    UUID=96c39be8-78fc-420f-bd02-610e701dea2a /home ext3 defaults 0 2
    # /dev/sda2
    UUID=dc812278-1d6f-47af-b299-e37aa6739498 none swap sw 0 0
    /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0

    There is no /dev/sdc5, and the partitions on /dev/sdc are unlabeled as I could not figure out how to label them. But would like to label /dev/sdc1 /backup and /dev/sdc2 data. Can some one help so that I can have a smooth boot. TIA
    Ralph<br />ICQ #49993234, AIM &amp; Yahoo ralphfdewitt<br />Jabber, Skype &amp; Google Talk ralphdewitt<br />
Working...
X