Di Btrfs abbiamo parlato più volte: è un filesystem GPL di tipo copy-on-write che vanta caratteristiche di nuova generazione, prime tra tutte le possibilità di compressione trasparente e creazione di snapshot.
A preliminary development snapshot of ext4 was included in version 2.6.19 of the Linux kernel. On Oct 11, 2008, the patches that mark ext4 as stable code were merged in the Linux 2.6.28 source code repositories,denoting the end of the development phase and recommending ext4 adoption.
Last month we published benchmarks of EXT4 comparing this file-system's performance when it was first marked stable in the mainline kernel and then where it is at now in the Linux kernel while testing every major release in between. This article was followed up by a Btrfs versus EXT4 comparison usi...
È arrivato il tempo dell’aggiornamento per i nostri centralini VoIP: gli sviluppatori di Asterisk infatti hanno rilasciato proprio in questi giorni Asterisk 11, l’ultima versione del PBX open source più popolare di tutti, la quale al netto dei miglioramenti (che sono tanti) è anche una release LTS, quindi sarà supportata per 4 anni.
Insieme ad una serie di bugfix e di patch volte princ
How To Convert An ext3/ext4 Root File System To btrfs On Ubuntu 12.10
ext3 and ext4 file systems can be converted to btrfs. For non-root
file systems, this can be done online (i.e., without reboot), while for
root file systems we need to boot into some kind of rescue system or
Live CD.
Btrfs è entrato a far parte della lista di file system ufficialmente supportati (in fase di installazione) a partire da Ubuntu 10.10 anche se il suo utilizzo quotidiano è tuttora raccomandato solo agli utenti più avanzati; nonostante questo e pur considerando che la sua elezione a file system di default non avverrà (ottimisticamente) prima di un anno, gli sviluppatori di Ubuntu sono già al lavoro
Let's say you have a btrfs root filesystem on an online system. You want to revert the filesystem to an earlier state, of which you have a snapshot:
remount /dev/sdaX / -o remount,subvol=snapshots/Y
For the record, I've done this in a test system, and it does not work.
Let's say you have a btrfs root filesystem on an online system. You want to revert the filesystem to an earlier state, of which you have a snapshot:
remount /dev/sdaX / -o remount,subvol=snapshots/Y
For the record, I've done this in a test system, and it does not work.
Yet another filesystem question. I wanted to use a USB drive that I hadn't mounted for a month or so and was surprised by the fact Ubuntu was unable to mount it. I looked it up in the disk utility and it said it discovered a device with 17 MB instead of 2 GB.