Changes

From Amahi Wiki
Jump to: navigation, search
493 bytes added ,  04:03, 27 February 2013
m
{{Code|umount /dev/sdb1}}
</blockquote>
* Format drive for ext3 filesystem and set drive label name as "usbdisk".<blockquote>{{Code|mkfs -t ext3 -v -L usbdisk /dev/sdb1}}</blockquote>
'''Please Note:mkfs -t ext3 -v -L usbdisk /dev/sdb1 THIS WILL ERASE ALL DATA ON /dev/sdb1, MAKE SURE THIS IS YOUR CORRECT USB DRIVE AND NOT ANOTHER DRIVE.'''<blockquote>The following information is displayed:{{Text|Text=mke2fs 1.42.5 (29-Jul-2012)fs_types for mke2fs.conf resolution: 'ext3'Filesystem label=usbdiskOS type: Linux . . . . .Writing superblocks and filesystem accounting information: done}}</blockquote>
===Install rsnapshot===