This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: JFFS2 umount error


On 05/13/2010 09:20 AM, PMD Chakravarthy wrote:
Hi,

I am using jffs2 file system on ecos 3.0. I am getting the following
errors when try to unmount the filesystem.

Refuse to unmount.
Ino #1 has use count 2
Ino #9 has use count 1

Did any one see these kind of issues? What could be the reason for
these warning messages.

You still have files open (inode #1 & #9). You can't unmount the file system until all files have been closed.

Figure out the file name of those inodes and close them.

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]