You are not logged in.
Hi there! I have 2 hard drives:
/dev/sda5 is /
/dev/sda6 is /home
/dev/sdb1 - Is another empty harddrive. How do I automount this harddrive and then create WINEPREFIX (I want to save games on /dev/sdb1, and /dev/sda6 will be for another files) ?
Last edited by DuckerMan (2020-06-13 16:04:13)
Offline
By "Games" do you just mean everything in Wine? If so, then you've already described the answer: mount that partition wherever you'd like then set WINEPREFIX to that path.
What have you tried? What problems are you facing doing this?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I've tried nothing. How can I automount /dev/sdb?
Offline
You search the wiki. https://wiki.archlinux.org/index.php/Fs … and_tricks
Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus B550-F Gaming MB, 128Gb Corsair DDR4, Fractal Design Define 7 XL, 5 HD (2 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703
/ is the root of all problems.
Offline
You can use Fstab
Offline
So, I have to regenerate fstab, right?
Offline
You can just add the new entry to the current fstab.
Edit:
See Persistent_block_device_naming to avoid issues caused by device names changing.
Last edited by loqs (2020-06-13 15:59:12)
Offline
You can just add the new entry to the current fstab.
Could you please say, how can I do this?
Offline
See the link to fstab skunky provided and the link to persistent block device naming I provided. Edit fstab in a text editor, add the new entry at the end.
Offline
Thanks
Offline