[linux-lvm] (no subject)

antonio_cecere at fastwebnet.it antonio_cecere at fastwebnet.it
Wed Jan 17 12:29:32 UTC 2007


Hi list,

I have a motherboard Intel multicore i686 on fc6Xen. I would want to mount a 
SCSI HDD identical to mine. fdisk -l message:

[root at localhost ~]# fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      104391   83  Linux
/dev/sda2              14        9729    78043770   8e  Linux LVM

Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1          13      104391   83  Linux
/dev/sdb2              14        9729    78043770   8e  Linux LVM
[root at localhost ~]# 

What I must write in order to mount the partition sdb2 in /etc/fstab? This is 
the mine /etc/fstab whit the line that I have added, but doesn't work.

/dev/VolGroup00/LogVol00 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
tmpfs                   /dev/shm                tmpfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
sysfs                   /sys                    sysfs   defaults        0 0
/dev/VolGroup00/LogVol01 swap                    swap    defaults        0 0
#This
/dev/sdb2		/mnt/Stefano		ext3 	defaults,user,rw,exec	0 0

Any idea?

Thanks
Antonio




More information about the linux-lvm mailing list