LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to create a linux file system? (https://www.linuxquestions.org/questions/linux-software-2/how-to-create-a-linux-file-system-417098/)

Sarah Ramsey 02-19-2006 04:32 AM

how to create a linux file system?
 
hello ppl,how are you doin?well,am seekin your help,does any of you know the necessary procedures to create a file system?am new to linux-actually i need to know how to create a java file system but i can compare the steps,but if anyone is ready with the answer i'd be grateful :D -and..Thanx in advance.
Sarah.
PS: plz be quick!:D

cs-cam 02-19-2006 06:03 AM

Quote:

PS: plz be quick!
For starters, don't tell us to be quick. Everybody who is on here (including the moderators) are all putting in their own time and we don't give a crap about your schedule. Thanks.

Secondly, what exactly do you mean by "java file system"? Do you want to write a filesystem in Java? Do you want to write a file browser in Java? Do you want to write a psuedo-filesystem for browsing the contents of Java archives? The question is awfully vague. I'll assume you want to write a file system driver in Java because it sounds sort of like that. I don't know Java but I'd imagine writing Java code (your driver) to plug into C code (the kernel) and be efficient would be hard and mightn't make a lot of sense. Maybe you could take a look at FUSE, it has Java bindings and should make it pretty easy to get off the ground.

Mega Man X 02-19-2006 06:04 AM

I don't think most of us understands what you are trying to do. Are you trying to read/write files using Java (Java IO/Streams) or are you really trying to create a file system with Java (like NTFS or FAT). Give some examples and check the Java API for IO.

http://java.sun.com/j2se/1.5.0/docs/...e-summary.html

pixellany 02-19-2006 07:49 AM

Quote:

Originally Posted by Sarah Ramsey
hello ppl,how are you doin?well,am seekin your help,does any of you know the necessary procedures to create a file system?am new to linux-actually i need to know how to create a java file system but i can compare the steps,but if anyone is ready with the answer i'd be grateful :D -and..Thanx in advance.
Sarah.
PS: plz be quick!:D

Let's see, you post at 10:30 (GMT)--two responses with requests for clarification, but no response from you over 3 hours later. Guess you weren't in such a hurry after all....;)
Have you looked at mkfs and its cousins? Start with "man mkfs".

Oh--I almost forgot--we're "doin" GREAT!!!!

KimVette 02-19-2006 06:06 PM

Quote:

Originally Posted by cs-cam
For starters, don't tell us to be quick. Everybody who is on here (including the moderators) are all putting in their own time and we don't give a crap about your schedule. Thanks.

Especially since a search would have given the original poster the answer already, as partitioning and formatting has already been addressed on here many, many times. If one is in such a hurry, why doesn't one search? :scratch:


All times are GMT -5. The time now is 08:30 PM.