You are not logged in.
Pages: 1
Hi guys!
Nowadays I see myself more and more playing in Linux - thanks to humble indie bundle. However, I really do not like to spam my ssd with games, I merely want my day to day applications on there. Is there any solution to change the destination of specific packages, or do I have to edit the PKGBUILD everytime? (Maybe a hidden switch in pacman to override the destination)
Cheers!
Offline
Edit PKGBUILD is my guess. Maybe establish a standard under /opt mounted to a physical disk.
Last edited by graysky (2012-09-26 23:15:19)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Just tried to add a pkgdir=/games/torchlight to the torchlight-hib package (a hdd is mounted to /games). Everything installs fine, but when starting the game the screen just stays blank (installation without the pkgdir didn't give me this issue), so maybe it is not so easy after all ...
Offline
You'll likely have to it in the configure step as well. Is it the prefix flag?
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
For Torchlight you can choose the target dir you want… (if you don’t use any PKGBUILD but simply the installer).
Offline
Games don't write that often. In comparison, the web browser writes about 100 times more often, each time you visit a website.
Stop worrying so much. There was a study (on Tom's Hardware, I think), which stated that even if you write 100 GB per day (which is highly unlikely), it would still last 50-something years. Heh. In less than 10 years you'll probably give it away for free to some cousin or something like that anyway, and replace it with something bigger and better.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Actually, it is the space on my ssd what concerns me, since it has only 70 gb.
However, I think mounting a hdd to /opt seems to be a good solution.
Offline
Oh, only 70 GB... Come on!
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Come on! I am asking for a solution or hints, not your opinion
Offline
I believe that games with lots of data store those in /opt, so the easiest way around this would be to move /opt to a partition on an HDD.
Try
du -sh /opt
to see how much data there's in there.
Offline
Games don't write that often. In comparison, the web browser writes about 100 times more often, each time you visit a website.
Precisely why I wrote Profile-sync-daemon.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Do you mean this?
-r, --root <path>
Specify an alternative installation root (default is /). This should not be used as a way to install software into /usr/local instead of /usr. This option is used if you want
to install a package on a temporary mounted partition that is "owned" by another system. NOTE: if database path or logfile are not specified on either the command line or in
pacman.conf(5), their default location will be inside this root path.
Just another drug abuser..
Offline
I tried moving the Torchlight folder and creating a new symlink, Torchlike still started as it should. I don't see why this should not work. However, I'm with MadCatMk2, moving the entire /opt to another disk would make sense, as /opt not rarely grows over time.
Offline
If it is a laptop, you'd want to check whether anything you need will get installed to /opt lest you end up without access to a critical application while on the move. For example, acroread would be in this category for me.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Kk moved /opt to a hdd now and everythings Works just Fine! Tranks for your help!!!!
Offline
Pages: 1