K
K
Kostya Bakay2015-03-29 02:46:35
linux
Kostya Bakay, 2015-03-29 02:46:35

Is it possible to create a file manager in Java for Windows that will see Linux partitions?

You need to make a primitive file manager that will display folders and files on the disk. As far as I know - the Linux file system is not visible to Windows. Is it possible to implement such a manager using the Java language that will be able to see these sections if it is launched with Windows?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
mayorovp, 2015-03-29
@kostyabakay

Of course you can. Any partition can be opened as a binary file (yes, Windows also has device files, if you know where to look for them) - well, knowing the format, you can do anything.
Is it just necessary?

A
Alexander Taratin, 2015-03-29
@Taraflex

www.ext2fsd.com

A
Alexey Cheban, 2015-03-30
@crion

Yes, of course, but you will need good knowledge in the field of Windows, Linux, c language, file systems, driver development!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question