Published on andremiller.net (http://www.andremiller.net)

Mounting a hard disk image including partitions using Linux [1]

Tue, 01/22/2008 - 14:27 — AndreMiller

A while ago I thought it would be a good idea to make a backup of my Linux server by just dumping the complete disk to a file. In retrospect, it would have been much easier had I just dumped the individual filesystems.

When I finally got around to using this backup, long after the 10GB disk had perished I realized that to use the loopback device to mount a filesystem it actually needs a filesystem to mount. What I had was a disk image, including partition table and individual partitions. To further complicate matters the data partition was also not the first partition inside this image.

  • filesystem [2]
  • linux [3]
  • [4]

Recovering reserved space in ext2 and ext3 filesystems [5]

Fri, 01/11/2008 - 13:34 — AndreMiller

When using the ext2 or ext3 filesystem by default 5% of the available blocks is reserved for use by the root user. This allows the system to continue running if non-root users fill up the file system and also assists in preventing file fragmentation because the filesystem does not fill up completely.

  • filesystem [6]
  • linux [7]
  • [8]

Source URL: http://www.andremiller.net/node/

Links:
[1] http://www.andremiller.net/content/mounting-hard-disk-image-including-partitions-using-linux
[2] http://www.andremiller.net/category/topic/filesystem
[3] http://www.andremiller.net/category/topic/linux
[4] http://www.andremiller.net/print
[5] http://www.andremiller.net/content/recovering-reserved-space-ext2-and-ext3-filesystems
[6] http://www.andremiller.net/category/topic/filesystem
[7] http://www.andremiller.net/category/topic/linux
[8] http://www.andremiller.net/print