On making the latest install onto a new system i put PCLos minime onto a new sata drive.
Whilst doing so i created two new partitiions, "data" and "backup", both using the live-cd install screen.
Now, when i boot, i find both drives appear as mounted and the only way i have to unmount is to do so via PCC. This lasts for the session only, once rebooted i am back to square one.
fsab
# Entry for /dev/sda1 :MiniMe
UUID=174e7320-7ae2-479e-87e9-f482345a53ad / ext3 defaults 1 1
# Entry for /dev/sda7 :Backup
LABEL=backup /backup ext3 relatime 1 2
# Entry for /dev/sda5 :Data
UUID=bc33e967-7133-44bc-9973-5ec21e2f1ec5 /data ext3 defaults 1 2
none /dev/pts devpts mode=0620 0 0
# Entry for /dev/hdb6 :Home
UUID=4db808f4-a6d2-538b-acf3-01354f7d578e /home ext3 defaults 1 2
none /proc proc defaults 0 0
# Entry for /dev/hda5 :TMP
UUID=501bf9e4-3610-4ca5-ad32-13fde0e16ea8 /tmp ext3 defaults 1 2
# Entry for /dev/hdb7 :Swap
UUID=0047ffe1-b41c-40db-b34d-d3580c4b9296 swap swap defaults 0 0
(the additional labels,eg "minime", "backup", in the hash lines were put in by me later)
/dev/disk entry ("by-label)
file:///dev/disk/by-label/backup
file:///dev/disk/by-label/data
file:///dev/disk/by-label/home
file:///dev/disk/by-label/linux64
file:///dev/disk/by-label/MiniMe
file:///dev/disk/by-label/Open_Suse
file:///dev/disk/by-label/TMP
file:///dev/disk/by-label/WimXP
mtab
/dev/sda1 / ext3 rw 0 0
none /proc proc rw 0 0
none /dev/pts devpts rw,mode=0620 0 0
/dev/sda7 /backup ext3 rw,relatime 0 0
/dev/sda5 /data ext3 rw 0 0
/dev/hdb6 /home ext3 rw 0 0
/dev/hda5 /tmp ext3 rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
none /sys/fs/fuse/connections fusectl rw 0 0
media
file:///media/backup
file:///media/cdrom
file:///media/data
(all are empty, the data and backup entries were put in via "mkdir" in an attempt to solve the problem)
Right clicking as "user" produces the following error message,
"Unfortunately, the device system:/media/sda7 (/dev/sda7) named 'backup' and currently mounted at /backup could not be unmounted.
Unmounting failed due to the following error:
Device to unmount is not in /media/.hal-mtab so it is not mounted by HAL"
changing to "root" via the "switch user" tab in the kicker start button produces the same result.
Can anyone suggest a means to get rid of this annoying behaviour?
Other actors which may have a bearing are the new system, i have no previous knowlege of Sata, the setup has one sata drive and the two(now much changed) ide drives, the cdrom is a new sata and is the only rom device.
The system is now an AMD 64 bit job; changed from an old 32 bit Athlon.
Any guidance greatly appreciated.
J.
edit Just tried "umount -f" , still the same; removal is not persistent.