Process D state



Hi All,

I am running 4 process in background, as below. Copying linux souce
code to non-native file system.

Scenario:

#cd /home/kernel

#cp -a linux-2.6.12.3 /mnt/1 &

#cp -a linux-2.6.12.3 /mnt/2 &

#cp -a linux-2.6.12.3 /mnt/3 &

#cp -a linux-2.6.12.3 /mnt/4 &

after some 1.1GB of write to the disk, all processes will be in D
State.

Output of ps -ax | grep cp:

3057 pts/2 D 14:46 cp -i -a linux-2.6.12.3 /mnt/1
3058 pts/2 D 15:17 cp -i -a linux-2.6.12.3 /mnt/2
3059 pts/2 D 14:30 cp -i -a linux-2.6.12.3 /mnt/3
3060 pts/2 D 15:02 cp -i -a linux-2.6.12.3 /mnt/4

I got D state means processes will be waiting for Disk I/O to complete
and these are un-interruptable.

I am not getting... why this happens and how to solve this problem.
Whether it is problem with file system.

if I run with three processes all are terminating correctly. if i give
4, they are going to D state.

Thanks & Regards
Gururaja

.



Relevant Pages

  • disktab for VPC Disk
    ... I'm trying to optimize the disk access of NEXTSTEP on Virtual PC 5.0.4. ... Maximum size of NeXT file system is 2GB. ... programs in the initial 8 sectors of the device. ... The number of cylinders per cylinder group in a file system. ...
    (microsoft.public.mac.virtualpc)
  • Re: partition naming - newbie
    ... hardware address that is assigned to each disk, tape, or CD-ROM. ... Using the prtconf command ... In addition to managing these directories, the devfsadm command also ... Berkeley fast file system. ...
    (comp.unix.solaris)
  • SUMMARY N2: RE: Veritas Volume Manager and Solaris 8 disk space problem
    ... DESC: Commercial File System ... Disk layout version 4 won't support filesistem sizes bigger than 1Tb. ... VERITAS File System disk layout version 6 supports the creation of file ... Sector Count Sector ...
    (SunManagers)
  • Re: [patch] ext2/3: document conditions when reliable operation is possible
    ... when the power fails, the disk either writes a particular disk block, ... Now consider a file system which does logical journalling. ... down pending DMA transfers to prevent this failure mode from causing ...
    (Linux-Kernel)
  • Re: Windows bug?
    ... >> "The file system structure on the disk is corrupt and unusable. ... >> Windows has made corrections to the file system. ... >> 9070410 allocation units available on disk. ...
    (microsoft.public.windows.file_system)