[mdlug] need fstab and/or openGL help
Raymond McLaughlin
driveray at ameritech.net
Thu May 10 22:21:35 EDT 2007
Wolfger wrote:
> On 5/10/07, Raymond McLaughlin <driveray at ameritech.net> wrote:
>> You say this is a new install, so I surmise that you let the
>> installation program create and format your / correct?
>
> Correct. / and swap were configged by the install, and work properly.
> It's just hdb2 and hdb5 that aren't mounting, and I copied those lines
> directly from my old, working fstab, but they aren't working now.
>
>> the first thing to do is get into a root
>> shell and run:
>> #fdisk -l
>
> wolfger at 1[~]$ fdisk -l
<snip hda non-issue>
> Disk /dev/hdb: 300.0 GB, 300090728448 bytes
> 255 heads, 63 sectors/track, 36483 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
>
> Device Boot Start End Blocks Id System
> /dev/hdb1 1 5 40131 83 Linux
> /dev/hdb2 6 12164 97667167+ 83 Linux
> /dev/hdb3 * 12165 17028 39070080 83 Linux
> /dev/hdb4 17029 36483 156272287+ 5 Extended
> /dev/hdb5 17029 36483 156272256 83 Linux
After looking at this I went back and checked your fstab again. I hadn't
previously noticed the entries for hda1 and hda3 under "Dynamic entries":
> # Pluggable devices are handled by uDev, they are not in fstab
<snip>
> /dev/hdb2 /home/wolfger/torrents ext3 defaults,noatime 1 1
> /dev/hdb5 /home/wolfger/Shared ext3 defaults,noatime 1 1
<snip>
> # Dynamic entries below
> /dev/hdb1 /mnt/hdb1 ext2 noauto,users,exec 0 0
> /dev/hdb3 /mnt/hdb3 ext3 noauto,users,exec 0 0
<snip>
Can you mount hdb1 and hdb3 as you could before?
At this point you should probably run fsck on all the file systems on
this drive. I recommend that you have a look at man fsck first and
choose your options carefully.
You could also try manually mounting the drives as root, as Jonathan
recommended, but unless you in a hurry this might be a good time to
check your file systems and hard drive health. See also man hdparm and
man smartctl.
>> You will likely find that
>> what you are calling '/dev/hdb2' and '/dev/hdb5' have moved.
>
> Doesn't appear so.
It just couldn't be simple!
I hope this helps
Raymond McLaughlin
More information about the mdlug
mailing list