Posts tagged as:

partition

Describes how to setup iSCSI under Windows XP, Windows 2000, Windows 2003 server using Microsoft iSCSI Software Initiator.

{ 0 comments }

The Ubuntu project has released beta version 8.04 and available for download from the official project web site.
The Ubuntu developers are moving very quickly to bring you the absolute latest and greatest software the open source community has to offer. New feature includes:
+ GNOME 2.22
+ Linux kernel 2.6.24.
+ Firefox 3 beta
+ PulseAudio [...]

{ 0 comments }

This may come handy, from the project page:
Mk-boot-usb is a perl script to create multiple-bootable usb sticks (usb keys / usb flash drives). It wipes out an entire usb stick, partitions it, creates file systems on it, installs grub, and installs a minimal linux on it. Mk-boot-usb is meant to speed up and lower the [...]

{ 2 comments }

How do you use Windows True Type fonts in Linux or how do you install Windows TrueType fonts in Linux? – A typical newbie question.
Fonts are very important. When you migrate from Windows XP to Linux you may miss Truetype font. TrueType is a font standard developed by Apple Computer. By 1991 Microsoft [...]

{ 1 comment }

LVM is an implementation of a logical volume manager for the Linux kernel. The biggest advantage is that LVM provides the ability to make a snapshot of any logical volume.

{ 9 comments }

dd_rescue (also known as ddrescue) is a program that copies data from one file or block device to another, it is a tool to help you to save data from crashed partition.
It tries to read and if it fails it will go on with the [...]

{ 19 comments }

All files accessible in a Linux (and UNIX) system are arranged in one big tree, the file hierarchy, rooted at /. These files can be spread out over several devices. The mount command serves to attach the file system found on some device to the big file tree.
Use the mount command [...]

{ 23 comments }