Hacker News new | ask | show | jobs
by cthulberg 1098 days ago
Disclaimer: I daily utilize a cheap Chromebook as a lightweight typewriter, and I love it.

However, it's important to note that Linux on this device is subject to certain restrictions: It operates within a containerized environment, which limits both disk space allocation and system-wide access. Accessing the terminal requires navigating through a "virtual machine", and files are shared within the /mnt/chromeos directory. Additionally, the utilization of USB devices is layered behind the primary operating system support and Linux backups are separate from the overall operating system backups.

2 comments

Something interesting about Crostini is that it uses 9p to bridge filesystems, just like WSL2. It seems that 9p has "cracked the code" on bridging filesystems over virtual machines and differing operating systems in a way that other options never seemed to do quite as seamlessly, which I find rather interesting. Maybe it's because it comes with less baggage than CIFS? Easier to extend? Less complex than NFSv4? I'd love some commentary on this.
The filesystem bridging between Crostini, the rest of ChromeOS, and Google Drive is brilliant. It also transparently integrates SSHFS into the filesystem and the file browser.
Yes. You're describing Crostini which I use often and like. Those constraints are fine with me. YMMV.

If you want uncontainerized Linux you have to dual-boot. I used to do that but it's difficult and no longer worth the hassle IMO.