![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to match a logical partition to a file | garry | AIX | 1 | 09-26-2007 09:52 AM |
| I've created a partition with GNU Parted, how do I mount the partition? | jtp51 | UNIX for Dummies Questions & Answers | 1 | 09-18-2006 11:01 AM |
| Error in creating logical partition | nagendrajaiswal | UNIX for Dummies Questions & Answers | 3 | 07-20-2006 09:05 AM |
| Increase a logical partition | pascalbout | AIX | 3 | 02-16-2006 06:52 AM |
| vol group - physical partition size | kburrows | UNIX for Dummies Questions & Answers | 4 | 10-11-2002 10:56 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||||
|
With physical partitions, a disk is subdivided into partitions. And somehow the disk driver knows about the subdivision scheme. The driver may read a table off the first sector of the disk. Or the driver may just get the model number of the drive and pick a built-in table. The special files are named to indicate the section. c0t0d0s2 would be section "2" of the disk (which was always the whole thing).
With logical volumes, a disk like c0t0d0s2 (or maybe just c0t0d0 theses days) is just a physical volume which gets tossed into a pool called a volume group. Then you have very great flexibility in creating logical volumes. A logical volume may be a very small slice of a disk. Or it may be so large that it is several disk drives. |
|
|||||
|
You might think of it like this:
Your house has lots of closets for storage. They are small and shattered out in many rooms. Many closets are full and you have trouble finding things. It would be great to have a magical 'master door' that allows you to put things in the 'master door' and, by magic, your things are automatically placed in the closets in an organized way. PLUS, when you want to get something out of your closets, you simply ask the 'master door keeper' to get the item and they find it for you and keep the closets clean and neat. Logical volumes and logical volume managers provide this kind of service for disk partitions (closets) and data (stuff you put in closets). |
| Sponsored Links | ||
|
|