Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.arcetri.astro.it/irlab/library/linux/khg/HyperNews/get/fs/fs/9/1.html
Дата изменения: Thu Mar 23 12:37:33 2000
Дата индексирования: Wed Sep 15 04:05:25 2010
Кодировка:
Please be more specific.... The HyperNews Linux KHG Discussion Pages

Note: Please be more specific....

Forum: Filesystems
Re: Question Partition? (Wilfredo Lugo Beauchamp)
Keywords: ext2 filesystem
Date: Wed, 26 Mar 1997 04:28:53 GMT
From: Theodore Ts'o <tytso@mit.edu>

It's not clear from your question whether you are trying to write a user mode application, or trying to write kernel code. Parts of your question imply that you're writing user-mode code, but iget() is a kernel routine which isn't available to user-mode programs.

Why don't you be a bit more specific about what you're trying to do, and perhaps we can help you out. Assuming that you're writing a user-mode application, are you trying to read the filesystem directly using the device file, and using direct I/O to the device? Or are you trying to get some information from a filesystem that is already mounted?

Why do you need to read an inode? What are you trying to do with it?