Entry tags:
Question for Lazyweb
Background: See previous post.
Question: Given that the new drive (single full-size partition, FAT32) already has data on it that I'd prefer not to copy over again, is there a way (in a fresh Fedora Core 5 install) to simply mount that drive as /home (bonus points for mounting as /home/byoung)? Or am I better off just symlinking to /hdb?
Bonus question: If some of the files I'd like accessibly from both boots (read: mp3s) currently have spaces in the file names, will Fedora care much?
I'm also plotting ways to have the two Firefox installs share a profile. That'd be badass.
click
Question: Given that the new drive (single full-size partition, FAT32) already has data on it that I'd prefer not to copy over again, is there a way (in a fresh Fedora Core 5 install) to simply mount that drive as /home (bonus points for mounting as /home/byoung)? Or am I better off just symlinking to /hdb?
Bonus question: If some of the files I'd like accessibly from both boots (read: mp3s) currently have spaces in the file names, will Fedora care much?
I'm also plotting ways to have the two Firefox installs share a profile. That'd be badass.
click
no subject
My personal guess is that it would cause more trouble than it's worth, so I'd advise against. You could mount in a subdirectory of /home/byoung with less trouble, I expect.
Spaces in filenames should be fine (Unix in principle allows just about anything—I've seen control characters in filenames before). Poorly-written shell scripts might have trouble, but otherwise applications should just work.
no subject
As vrable mentioned, putting the FAT32 drive as /home or /home/byoung will probably cause a number of complaints. It's probably best to have it mounted at /hdb and symlink to it from wherever you want it. I tend to have a few directories at the root of a volume and symlink to those: backups, music, tmp, whatever.
Spaces should be fine for Fedora, sometimes other characters can confuse things: accents from french / spanish or punctuation that's allowed on one OS and not the other.
no subject