[02:22] new guitar :) :) [04:01] Is there a way for me to put multiple mount points on a single file system? [04:02] For example, suppose I wanted my /home on a file system but I wanted to to also contain /storage [04:02] s/to to/it to [04:03] I don't want to create a bazillion partitions, so i would rather they share the same storage pool [04:04] Of course. You can mount things under /mnt, can't you? [04:05] what do you mean you want /home to contain /storage? [04:07] I mean that I want /home and /storage to share the same hard disk space, e.g. a 100gb xfs paritition [04:07] I do not want to create to 50gb partitions because I have no idea what the distribution will be [04:07] s/to/two [04:07] Must be getting late. :-p [04:08] You could symlink /storage to /home/storage [04:08] symlink from where? [04:09] If I were to do that then wouldn't it mean that /storage is in another partition? [04:09] mkdir /home/storage; cd /; ln -s /home/storage [04:10] no, just the symlink is on the other partition [04:10] A hardlink wouldn't work, but a symlink is just a pointer. [04:11] alternatively you could mount /storage, make /storage/home and symlink that to /home [04:12] hmm. So, then I would mount my data partition as /storage and symlink /home on root to /storage/home, and this would not break anything? [04:12] nope [04:14] There are tons of emergency vehicles outside. I can't figure out what is going on [04:15] where are you? [04:15] It has been said that you are lucky I like you, waltman [04:15] They passed by a few minutes ago but they can't be far away. I thought they were at the high school behind the apartment but now I think they sound too far away to be there [04:15] Denver, PA [04:16] Now I can't hear them. They either moved away quickly or turned off their sirents. [04:16] sirens [04:18] Huh. I'd expect Denver to be pretty quiet. [04:18] That's out by Adamstown, isn't it? [04:18] yup [04:19] idk. I'll probably find some news on it tomorrow. [04:20] waltman: ok, so, if /home or /storage is a symlink, it will work. Well, maybe there is one more complication. I want /home encrypted... [04:22] I don't want to encrypt /storage though. It is going to have.. well, random crap in it including ISO images, music, stuff that I don't care if people rip off [04:22] Yes, that might be a problem. I thought you had to encrypt the entire partition. [04:23] I don't really know anything about encrypted filesystems. [04:24] But it seems like it would be awfully difficult to do that AND not have to decide on the sizes up front. [04:24] hmm [04:24] perhaps some other arrangement is preferable [04:25] Maybe I can estimate my /home minus all of music and pics and stuff [04:25] Then, I can symlink those folders to /storage [04:26] You realize, of course, that disk space is dirt cheap. I just picked up a 1 TB drive at Microcenter last week for $50. [04:27] This is my work laptop. I get 500gb. And, judging by how hard it was to get this two year old laptop, I will be stuck with that for the next 3 years at least. [04:27] So, I am going to make the most of it! [04:27] nod [04:28] I'm stealing disk space and memory for ubuntu and virtualizing Server 08. In exchange, I am going to use an SSD as a Readyboost style disk cache. [04:35] I see that home directory encryption occurs per user [04:36] Therefore, I can mount /home on its own partition and create a storage directory there that would not be encrypted, but my user profile will be encrypted [04:38] what is a "user profile"? [04:51] sorry, too many years as a Windows sys admin. :-) [04:51] user profile == /home/chinnodog === DJAshnar is now known as SamuraiAlba [17:36] anyone know how to submit music to the ubuntu one music store? [17:37] i've googled for awhile and i can't seem to even get close to figuring it out. [17:39] I never tried [17:41] I've never even used Ubuntu One [19:20] I don't get this. Why is it that I dd some zeros into a 1gb file in a compressed btrfs volume that it takes up 1gb? No compression appears to be happening. Yet, the file system is obviously compressed since it occupies more space with du than in shown with df. [19:22] your question is unanswerable, please ask an answerable question :-/ [19:23] :-\ [19:24] I want to preallocate a KVM disk image on this volume with compression enabled [19:24] I don't think I am doing anything wrong. Is this btrfs being half baked? [19:26] * ChinnoDog is annoyed [19:26] see above response [19:27] It /is/ answerable. dd must be using some write method that btrfs can't or won't compress [19:28] clearly placing the VM images on btrfs is a bad idea [19:29] so is asking me ;-) [19:33] on btrfs is a pretty good way to squash a file system in a small space though [19:33] that is "/ on btrfs".. === rmg511 is now known as rmg51