Changes

Adding a New Disk Drive to an Ubuntu 10.x System

31 bytes added, 14:50, 26 November 2010
Creating a Filesystem on an Ubuntu Disk Partition
We now have a new disk installed, it is visible to Ubuntu and we have configured a Linux partition on the disk. The next step is to create a Linux file system on the partition so that the operating system can use it to store files and data. The easiest way to create a file system on a partition is to use the mkfs.ext4 utility which takes as arguments the label and the partition device:
<google>ADSDAQBOX_FLOW</google>
<pre>
sudo mkfs.ext4 -L /photos /dev/sdb1