On Fri, Jan 21, 2011 at 10:55 AM, Camaleón <noela...@gmail.com> wrote:
> On Thu, 20 Jan 2011 17:49:06 -0500, RR wrote: > > (...) > > > Once the system gets to the login prompt and I login and run 'df -h', I > > see > > You should check the above filesystem errors and try to fix them. I would > review the mentioned file "/var/log/fsck/checkfs". > > > /dev/mapper/DebSparcx64--01-root 256M 78M 166M 32% / > > tmpfs 2.0G 0 2.0G 0% /lib/init/rw > > udev 10M 1.1M 9.0M 11% /dev > > tmpfs 2.0G 0 2.0G 0% /dev/shm > > /dev/mapper/DebSparcx64--01-home 30G 177M 29G 1% /home > > /dev/mapper/DebSparcx64--01-tmp 368M 11M 339M 3% /tmp > > /dev/mapper/DebSparcx64--01-usr 4.6G 372M 4.0G 9% /usr > > /dev/mapper/DebSparcx64--01-var 2.8G 189M 2.5G 8% /var > > Some thoughts... > > It seems you are using a fakeraid or logical volumes setup (/dev/ > mapper/...). Can you explain how are the disks configured? How many disks > in use, are they attached to a hard/soft raid controller or inside a > volume? :-? > > Yes, I'm using LVM. I actually don't remember how I configured the disks, but I think I copied the scheme as suggested in the the manual ( http://www.debian.org/releases/stable/sparc/ch06s03.html.en#di-partition) and pretty much as it shows above except I am quite sure I gave all the remaining space to /home to grow. But then again, I don't exactly remember. I didn't think it would be a problem in figuring out later using lvm and fdisk etc kind of tools, but it's weird that I don't know where the rest of the space is? > How did you create the partitions, from Solaris or from Debian installer? > Debian Installer at install time. Debian was installed on a fresh disk (was originally formatted as UFS/Sun but was converted to ext2/3) > > The question now is, if you look carefully, I only have ~37GB showing as > > partitioned. Where is the remaining (72-37 GB) space? This was easy to > > see in 'format' command in Solaris but doing all sort of cart-wheels in > > Debian/Linux, I don't know what the heck these dm-* partitions are, > > which seem to be where this missing space is, and how do I get to it to > > create a valid partition out of it and mount it and use it? > > That dm* stands for "device mapper", a framework for block devices. I > dunno about that "format" utility for Solaris but "cfdisk" could be > useful in this case ("man cfdisk" for details). > > Ok, thanks. Never heard of cfdisk but will check it out. I had downloaded the "sformat" utility on Debian which is supposed to be the clone of the 'format' command in Solaris but it doesn't seem to be working the same way. Hmmm