PDA

View Full Version : Size problem



vijirin
11-03-2006, 05:34 AM
hi all,
I wrote an application to calculate the size of storage device... i put that application in knoppix. For every device it is giving the size correctly, i ejected the cd using
umount -l /cdrom
eject /dev/cdrom
and put a new cd. and tried to calculate the size, but the size it gives is that of the knoppix cd. i put many cd's with vaarying sizes, but it is giving the size of the knoppix cd. what is wrong??/ please suggest..

regards vijir

OErjan
11-03-2006, 09:28 AM
you removed the OS from the computer, the system is too stupid to know that (yet) and has simply not died. if it had realized that it would have crashed. but as most tings are in RAM it will keep on as if nothing has changed.

vijirin
11-03-2006, 09:52 AM
but it is possible to play music cd.... so the os is identifying that cd.... then why the size is not reporting correctly....

knoppu
11-26-2006, 07:43 PM
"play music CD" , say what you mean pls. That is not a linux command and no-one can guess what you are doing.

since you do not mount on audio CD in order to "play" it that does not contradict what was posted before.

jastreich
11-28-2006, 04:24 PM
If your OS is running from CD, you can't remove it (GNU/Linux is smart enough to disallow it -- that why it has the mount tools and windows doesn't). So, it sounds like your using "toram" boot option, and then playing a music CD once you remove the KNOPPIX disk. How are you getting size for the disk? du, df or ls? remember that ls on a directory will not return the size of the things in the directory. Moreover, you can't normally mount a music CD as a filesystem...

mcreel
11-29-2006, 09:35 AM
Actually, with Knoppix, presuming you have enough memory, you can load k3b, physically force the Knoppix CD to eject, and then burn a CD image. This is because the needed stuff is in memory, so the CD doesn't have to be there. Your running Knoppix will be hosed after doing this, but it can be done.

jstreich
12-23-2006, 08:39 PM
Actually, with Knoppix, presuming you have enough memory, you can load k3b, physically force the Knoppix CD to eject, and then burn a CD image. This is because the needed stuff is in memory, so the CD doesn't have to be there. Your running Knoppix will be hosed after doing this, but it can be done.
Two problems with that approach.
- 1 - cloop file system is not all loaded to memory on boot, but when you need something out, if you access a program not in memory, it'll crash. It's why Knopper used cloop in the first place, and other live distros use squash for the same reason.
- 2 - It will still think cloop/cdrom are mounted, and breaking a mount in such a way is highly discouraged.
- 3 - Not needed, just use the toram boot option at the boot prompt, and then you can eject the CD normally and safely
- 4 - Manual hardware eject done repeatly shortens the life of the drive and the disk