Playing on PS3 vs Linux: Best Gaming PC for Beginners on Linux
Playing on PS3 vs Linux: Best Gaming PC for Beginners on Linux
Hey there! I'm glad you're diving in this thoroughly. You want to grasp everything from the start, right? For an SSD setup, you can remove the Linux distribution from the drive and install it independently—similar to how Windows handles installation. The third-party checkbox tips can definitely help with the process. Let me know if you need more details!
Technically, it's possible to move data from one SSD partition to another, but you must ensure the source partition isn't deleted during formatting. It's simpler to obtain an ISO from a DVD or USB and transfer it using your chosen method. Once installed, you can boot from the ISO and either select it during installation or use the desktop icon. That covers the basics. Another option is leveraging LVM for managing partitions if you anticipate needing to resize them. I should note the Linux file system differs significantly from Windows—think of it as a nested structure with folders like C:, while other drives and devices reside in directories such as /mnt, /media, etc. Programs typically live in specific paths like /bin or /usr. The admin user resides in /root, not /home/root. Be cautious with commands prefixed by 'sudo'; they require admin privileges. Avoid blindly running destructive commands like 'sudo rm -rf /' as they will erase the entire drive."
Hi SDogga, it looks like you’re now open to exploring more about Linux and its details. Reading articles and doing searches when needed is a solid approach before setting up your desktop. I recall an article (possibly from Reddit) that offered clear, organized answers for basic questions—something you’d want to revisit early on. Just a few points: Trying to install Linux on a PS3 or similar non-primary device isn’t advised as a starting point. The main hurdle is dealing with the locked firmware and the hardware being less common, which isn’t ideal for beginners. It’s better to begin with something that has a broader user base! Wine isn’t an emulator per se, but it does run Windows apps natively on compatible systems—though not everything, especially games, will work.