Chris Watt wrote:

>
> Samba always reports the amount of writable space (not necessarily the same
> as the amount of free space, since it takes disk quotas into account) on
> whatever filesystem the root directory of a particular share is on. This is
> because neither Windows nor SMB are set up to handle the concept of
> mountpoints within a directory tree. The only way to get a different disk
> space value for /pub/Software is to create a separate share for that dir
> and map it separately (this came up on the Samba list recently).
>
> Other alternatives to consider are mounting the new device as /pub and
> storing everything on it, or concatenating the new filesystem with the old
> one using software RAID-0 (this usually involves destroying the old
> filesystem, but it's not much of a problem if you have a backup device and
> a separate boot disk).
> --

Thanks Chris,  I may go ahead and bring the two filesystems together.  Its too
bad though.

The two partitions are contiguous on a RAID5 device (compaq 3000) how big a
deal is it to bring the two together?  I did not do the initial install and
have 0 experience with the raid stuff.  Seems like my partner used to compaq
tools to set up the raid and then everything was jammin.  Here is the output
of fdisk -l:

/dev/ida/c0d0p1   *        10        25     65280   83  Linux
/dev/ida/c0d0p2            26      8711  35438880    5  Extended
/dev/ida/c0d0p3             1         9     36704   12  Compaq diagnostics
/dev/ida/c0d0p5            26        58    134624   82  Linux swap
/dev/ida/c0d0p6            59       125    273344   83  Linux
/dev/ida/c0d0p7           126       192    273344   83  Linux
/dev/ida/c0d0p8           193       694   2048144   83  Linux
/dev/ida/c0d0p9           695      1196   2048144   83  Linux
/dev/ida/c0d0p10         1197      2451   5120384   83  Linux
/dev/ida/c0d0p11         2452      3706   5120384   83  Linux
/dev/ida/c0d0p12         3707      4961   5120384   83  Linux
/dev/ida/c0d0p13         4962      6216   5120384   83  Linux
/dev/ida/c0d0p14         6217      7471   5120384   83  Linux
/dev/ida/c0d0p15         7472      8711   5059184   83  Linux

and mount:

dev/ida/c0d0p6 on / type ext2 (rw)
none on /proc type proc (rw)
/dev/ida/c0d0p1 on /boot type ext2 (rw)
/dev/ida/c0d0p8 on /dumps type ext2 (rw)
/dev/ida/c0d0p10 on /home type ext2 (rw)
/dev/ida/c0d0p11 on /pub type ext2 (rw)
/dev/ida/c0d0p9 on /usr type ext2 (rw)
/dev/ida/c0d0p7 on /var type ext2 (rw)
none on /dev/pts type devpts (rw,mode=0622)
/pub/SoftWare/linux_software/redhat6.2/zoot-i386.iso on /pub/redhatiso type
iso9660 (rw,loop=/dev/loop0)
/pub/SoftWare/linux_software/redhat6.2/zoot-doc.iso on /pub/redhatdociso type
iso9660 (rw,loop=/dev/loop1)
automount(pid1147) on /misc type autofs
(rw,fd=5,pgrp=1147,minproto=2,maxproto=3)
/dev/ida/c0d0p12 on /pub/SoftWare type ext2 (rw)

as you can see the partitions in question are c0d0p11 and 12

could I just delete c0d0p12 and make the end point for 11 the old 12 endpoint
then mkfs /dev/ida/c0d0p11 and copy from a backup?

getting kind of dark down here at these lower levels :-)

Bret


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to