ReiserFS disc accessing
-
I have to do program, that must do something like this: you enter position of sector as argument and result of this must be info of this sector and it must show if any file is part of it, if yes, which file/s? This could be solved with bash right? And i must do this for Reiserfs which is probably similar as bash-programming for ext2/3? Please can you give me few hints how to make this? Thanks in advance
-
I have to do program, that must do something like this: you enter position of sector as argument and result of this must be info of this sector and it must show if any file is part of it, if yes, which file/s? This could be solved with bash right? And i must do this for Reiserfs which is probably similar as bash-programming for ext2/3? Please can you give me few hints how to make this? Thanks in advance
Aljaz111 wrote:
This could be solved with bash right
I doubt it, I'd guess that you need something kernel level to find out this sort of information. You can still look for some command to do it (here[^] or here[^]) but I doubt you'll find one.
Aljaz111 wrote:
bash-programming for ext2/3
Bash is file system agnostic. It works the same on all FSs.
:badger: