Hi, kgator.
Those are substantial problems.
If I experienced them, I wouldn't advocate the use of symlinks for data. . . but I don't seem to have any of those problems. Except for Amarok, which I don't much use, I'd have to say that my experience using symbolic links on Mepis is the exact opposite:
- I save all my usual documents to a subdirectory sorted by document purpose within the directory /home/silverbear/01-files
/home/silverbear/01-files is a symbolic link from /mnt/sda5, where 10.5 GB of such files reside, safely out of the physical partition mounted as /home - My wallpaper in KDE is pulled from my /home/silverbear/04-pix directory --which is symlinked from /mnt/sdc1/pix
Multimedia files can be symlinkedI have /mnt/sdb2 and /mnt/sdb3 symlinked as /home/silverbear/music-01 and /home/silverbear/music-02.
I can go into the Kaffeine menu, choose "open directory" and navigate thru the symlink in my /home/silverbear to the actual subdirectories of /mnt/sdb2 [music-01] where everything is arranged by artist, then album. We listened to Chris Isaak's
Christmas album that way a lot last month!
Symlinking the entire /home/user directory into the root partitionThat described how I do it in Mepis 8 and Pardus. Actually, I have an even more symlinked situation than that in Mepis 7. the entire /home/silverbear directory is a symbolic link from /mnt/sda6, where I have a partition just for home directories. /mnt/sda6/archhome gets symlined to appear as /home/silverbear in my Arch root directory, and /mnt/sda6/mep7home gets symlinked to the Mepis 7 root partition directory /home/silverbear. That way there is no need to mount a separate partition in /etc/fstab. It's not necessarily better -- both methods keep /home/silverbear config files safely off the root partition. But it shows that when correctly designed, you can symlink any file anywhere on you system and it will work.
The Mepis Linux OS runs on symlinksThe majority of system files are where they appear to be. But some are links, like:
/sbin/ip is a symlink from /bin/
/proc/ControlPanel is symlinked from /etc/alternatives/ControlPanel
/dev/fd is symlinked from /proc/self/fd
/dev/cdrom and /dev/cdrw are both symlined from the one file /dev/scd0
And many more examples --these taken from Mepis 7.0, BTW.
Let's examine your situationMaybe you are having a permissions problem. Can you give me some command outputs so I can look at the situation for you? If you want to post them, that would be great, but if you'd rather not, email them to me and I'll answer you privately, while giving the forum the gist of the problem/fix we come up with.
First command, in Konsole:
- Code: Select all
ls -l ~
Please cut and paste the entire output --that should give us the listing in long format of every visible file in your /home/user directory, including the symbolic links and wherefrom they are linked.
Then go to the /mnt/sd* partition that each of those symbolic links hook up to. For example, in my "music-01" example, I'd then need to give the command:
- Code: Select all
ls -l /mnt/sdb2
This will show me the "real" directory and the permissions on those files.
Last questions for now: 1] Does anyone else log onto this computer but you? In Mepis, I mean. Other OS's don't matter.
2] Are these data files, multimedia files, etc written on a linux-format partion [ext3, reiserfs, etc], or on a Microsoft-format partition [fat32, vfat,ntfs]?
all the best,
SilverBear