Tagged Questions
1
vote
1answer
119 views
What parts of the filesystem to tmpfs/squashfs/sparseimage for USB live system
I want to create a live system on a USB key / SDCard with Linux Mint 14 (KDE or Debian Edition) that stores data persistently. The USB key needs to have at least one fat32 partition. As storage for ...
4
votes
1answer
564 views
Sparse files/file holes and unexpected block size
For my own learning, I've been playing around with creating files with file holes. I created a util that simply reads from stdin and writes to a file, but before writing to the file, it uses lseek to ...