You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Saturday, November 24th 2007, 10:23am

[SOLVED] Cant See Root Partition with Konqueror in File Management

Hey.. I looking for a bit of help (arent we all...)

I'm running Archlinux with Kernel 2.6.23 and have KDE 3.5.8 (Arch KDEmod).

The only problem I have is that I cannot see my / partition in the File Management profile in Konqueror. My / partition is on an LVM RAID0 Stripe. KDE Detects/Mounts USB Media and my IPOD like a champ though. In the URL Bar in Konqueror I can type "/" and hit enter, then I can see my root filesystem, but it does not appear in the left pane as a selectable media.

Help! :-)

Under "Storage Media" I have the following visible:

"296M Media" - my /boot partition (Why is it mounting it? wish it wasnt, but no biggie)
"500G Media" - my External USB Hard Drive
"IPOD" - Self Explanatory
"Remote Share (nas:/myth)" - A NAS NFS Share mounted with /etc/fstab

My /etcffstab

#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
/dev/mapper/lvmgrp0-root / jfs defaults 0 1
/dev/mapper/lvmgrp0-swap swap swap defaults 0 0
/dev/sda1 /boot ext3 defaults 0 1


My /etc/mtab

/dev/mapper/lvmgrp0-root / jfs rw 0 0
none /proc proc rw 0 0
none /sys sysfs rw 0 0
none /dev ramfs rw 0 0
none /proc/bus/usb usbfs rw 0 0
none /dev/pts devpts rw 0 0
none /dev/shm tmpfs rw 0 0
/dev/sda1 /boot ext3 rw 0 0
nfsd /proc/fs/nfsd nfsd rw,noexec,nosuid,nodev 0 0

This post has been edited 2 times, last edit by "theether" (Jan 29th 2008, 3:39pm)


2

Tuesday, January 29th 2008, 3:41pm

So see the whole issue, look here:

http://kdemod.ath.cx/bbs/viewtopic.php?id=346

Essentially this was an issue with the XFS filesystem. I changed to JFS and the problem went away..

Ether..