[clue-tech] mount second hard drive

Keith Hellman khellman at mcprogramming.com
Mon Jun 23 18:39:37 MDT 2008


On Mon, Jun 23, 2008 at 12:18:23PM -0600, Bob Meetin wrote:
> [# /sbin/fdisk -l /dev/hdb
>
> Disk /dev/hdb: 20.4 GB, 20490559488 bytes
> 255 heads, 63 sectors/track, 2491 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
>
>   Device Boot    Start       End    Blocks   Id  System
> /dev/hdb1   *         1        13    104391   83  Linux
>
>
>
> /dev/hdb2            14      2491  19904535   8e  Linux LVM
>

Something along the lines of
 # vgscan --mknodes
is in your future I think.  Afterwards look for some mountable
"partitions" in /dev/mapper.  

The output of vgscan will (likely) be very useful, so print or save it
to a file.

 $ man pvscan
 $ man vgscan
 $ man lvscan
 
and finally

 $ man lvm

for more details.


-- 
Keith Hellman                             #include <disclaimer.h>
khellman at mcprogramming.com                from disclaimer import standard
khellman at mines.edu
                                   -*-                                    
                    public key @ pgp.mit.edu 9FCF40FD 
    Y!M: mcprogramming                           AIM/ICQ: 485403897       
                     gtalk: jabber at mcprogramming.com                      
                                   -*-                                    

"The First Python function ever written (takes place in the Garden of Eden)"

Guido sayeth "I will write def foo():"
"Hmm, I could use an import, or two",
Satan said, in a whirl, "Why not write it in Perl?",
and the second function ever written -  def foo_you(): 

-- Python Limmerick Contest submission by cappy2112
   http://groups-beta.google.com/group/comp.lang.python/browse_thread/thread/d7a780beaff2e88a/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://cluedenver.org/pipermail/clue-tech/attachments/20080623/28ea294a/attachment.bin


More information about the clue-tech mailing list