Student rediscovers the concept of the thin client by booting Linux from Google Drive β€” a great proof of concept, but one with limited real-world utility

A computer science student at Purdue University has successfully booted Linux using Google Drive. The project started out as a fun challenge to emulate a fellow student’s success in booting Linux from NFS (Network File System), but evolved into a complicated and somewhat impractical experiment.

Ersei, who is also an open source developer, wanted to boot Linux directly from Google’s cloud storage platform without having to rely on another computer for support. To do this, they used FUSE (Filesystem in Userspace) to create a filesystem driver within the user space, which laid the technical foundation for the project.