Visitor counter, Heat Map, Conversion tracking, Search Rank

Disk Management

#Check disk Space

df -H

# Check Partition Table 

sudo fdisk -l

# mount file system in sdb1 at directory demo, note that directory demo should exist before hand.

 sudo mount   /dev/sdb1 /media/demo

# unmount file system

sudo umount /dev/sdb1

# format as ext3 partion 

sudo mkfs.ext3    /dev/sdb1

to make a vfat which is recognizable by windows

sudo mkfs -t vfat /dev/sdb1      

 

# quick format as ntfs

mkntfs -Q -v -L "Label"  B-1TB-NTFS"     /dev/sdb2 

mkfs.ntfs   -L Label  -f /dev/sdb7

# partion utilities

sudo cfdisk /dev/sdb          

sudo gparted  /dev/sdb

 

Comments   

0 #1 Millard 2014-07-31 22:26
I drop a comment when I appreciate a post on a site or
if I have something to add to the conversation. It's triggered by the fire
communicated in the post I browsed. And after this article Disk Management.
I was moved enough to drop a leave a responsea response ;) I actually do have a
couple of questions for you if it's okay.
Could it be only me or do a few of these remarks look
as if they are written by brain dead folks? :-P And, if you are
posting on additional online sites, I'd like to keep up with
you. Could you list the complete urls of your social pages like your linkedin profile, Facebook page or twitter
feed?
Quote

Add comment


Security code
Refresh