memnus: A stylized galaxy image, with the quote "Eternity lies ahead of us - and behind. Have you drunk your fill?" (Default)
Brian ([personal profile] memnus) wrote2006-07-08 03:57 pm
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

[identity profile] vrable.livejournal.com 2006-07-08 11:53 pm (UTC)(link)
You probably could do that...but some programs might not like it. (Not being able to adjust the permissions and ownership on files as expected, unable to create sockets and symlinks, etc.) I've not used FC5 myself, but you could add an appropriate line to /etc/fstab if you did want to give it a shot:
/dev/hdb  /home/byoung  vfat  uid=(your uid),gid=(your gid)  0 0

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.