New install of 11.3 Why don't my drives mount? Panel weirdness. KDE 4.4

I installed 11.3 on this computer on a different drive. It boots up fine. I added my data drives to fstab by hand. After rebooting they show up in “my computer” grayed out and in the partitioner in YAST. Why are they not auto mounting? I can’t migrate off 11.1 until I have access to the drive that has all my backed up configuration files for firefox, thunderbird, xchat etc.

The panel at the bottom of the display is showing up black with light white and gray diagonal bars in it after I edited fstab and rebooted from the first boot. I don’t know anything about KDE 4/ I have been happy using KDE 3.5.

Why is openSUSE 11.3 so locked down? IS this a new policy of up tightness against users?

It isn’t locked down; use the expert partitioner in YaST to check the mount points.

I have looked in the YAST partitioner and the drives show up there with their partitions. The system boots and doesn’t puke on fstab. The drives don’t show up under / as mounted.

FlameBait wrote:
> Why are they not auto mounting?

do this and then copy paste the output to here, surrounded by code
tags please:


su -		< do not forgot the dash, give root pass when asked
fdisk -l	< that is a lower case "L" and not a number one
mount
cat /etc/fstab
cat /etc/mtab
exit		< don't forget to do this

> Why is openSUSE 11.3 so locked down? IS this a new policy of up
> tightness against users?

no, why would you think such a thing??


DenverD
CAVEAT: http://is.gd/bpoMD [posted via NNTP w/openSUSE 10.3]

linux-bc9i:~ # fdisk -l

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000dd5cf

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 13184 105900448+ 83 Linux
/dev/sdb2 13185 60801 382483552+ 5 Extended
/dev/sdb5 13185 13706 4192933+ 82 Linux swap / Solaris
/dev/sdb6 13707 40075 211808961 83 Linux
/dev/sdb7 40076 60801 166481563+ 83 Linux

Disk /dev/sdd: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000082d0

Device Boot Start End Blocks Id System
/dev/sdd1 2 26109 209712510 83 Linux
/dev/sdd2 26110 60801 278663490 83 Linux

Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000268f4

Device Boot Start End Blocks Id System
/dev/sdc1 2 60801 488376000 83 Linux

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00084b06

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2611 20971520 83 Linux
/dev/sda2 2611 60802 467414016 83 Linux

Disk /dev/sde: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00076701

Device Boot Start End Blocks Id System
/dev/sde1 1 30401 244196001 83 Linux
linux-bc9i:~ # mount
/dev/sda1 on / type ext4 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
devtmpfs on /dev type devtmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,mode=1777)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda2 on /home type ext4 (rw,acl,user_xattr)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
securityfs on /sys/kernel/security type securityfs (rw)
linux-bc9i:~ # cat /etc/fstab
/dev/disk/by-id/ata-ST3500630AS_9QG141S6-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-WDC_WD5000AVVS-63M8B0_WD-WCAV96843392-part1 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-WDC_WD5000AVVS-63M8B0_WD-WCAV96843392-part2 /home ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-WDC_WD5000AAKS-22A7B0_WD-WMASY4550447-part1 /moreAnime ext3 defaults 1 2
/dev/disk/by-id/ata-WDC_WD5002ABYS-02B1B0_WD-WCASY7880549-part1 /backup ext3 defaults 1 2
/dev/disk/by-id/ata-WDC_WD5002ABYS-02B1B0_WD-WCASY7880549-part2 /adata ext3 defaults 1 2
#/dev/disk/by-id/ata-ST3250823AS_3ND1TAT-part1 /mmshare ext3 defaults 1 2
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
linux-bc9i:~ # cat /etc/mtab
/dev/sda1 / ext4 rw,acl,user_xattr 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
debugfs /sys/kernel/debug debugfs rw 0 0
devtmpfs /dev devtmpfs rw,mode=0755 0 0
tmpfs /dev/shm tmpfs rw,mode=1777 0 0
devpts /dev/pts devpts rw,mode=0620,gid=5 0 0
/dev/sda2 /home ext4 rw,acl,user_xattr 0 0
fusectl /sys/fs/fuse/connections fusectl rw 0 0
securityfs /sys/kernel/security securityfs rw 0 0
linux-bc9i:~ # exit
logout
flamebait@linux-bc9i:~>

A cup pf coffee fixed my cockpit error.

I had to use the YAST partition tool as was stated. I was not able to fathom this without several hours to think about it and this cup of Decaf. Thanks to those who responded.

FlameBait wrote:
> A cup pf coffee fixed my cockpit error.

happy you sorted it out…
i’ve been away since my last post…
Blues in town today!!


DenverD
CAVEAT: http://is.gd/bpoMD [posted via NNTP w/openSUSE 10.3]