A Partition is a space carved out from a physical disk which can be used to either install an Operating System or just act as a storage space for Users files and other data. Each partition is created directly on Hard Disk or External Disk attached to the system with starting and ending block address identifying the amount of space it takes on the drive.
/dev/sdxn
‘ or ‘/dev/vdxn
‘ where ‘x
‘ is alphabet and ‘n
‘ a number.
Here,
'/dev'
is the directory in '/'
file system which holds files associated to each of the devices attached to a Linux system. After that 's'
identifies a SATA, SCSI or PATA drive and 'v'
is for virtual disks on KVM based Machines. The next alphabet i.e. 'd'
is acronym for device and finally the next alphabet identifies the drive attached.
If your system has 4 hard disks, you may find listing for:
/dev/sda
, /dev/sdb
, /dev/sdc
, /dev/sdd
in the output of fdisk command when ‘l’ option is invoked.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
► Read more: http://adf.ly/1n5WtI
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
No comments:
Post a Comment