Search Results

Search: Posts Made By: Tanvirk
Forum: Programming 07-24-2008
6,343
Posted By Tanvirk
Extern variable.
file1.c

int a1;
int main()
{
a1 = 2;
printf("\na1 = %d\n", a1);
next();
printf("\na1 = %d\n", a1);
next1();
printf("\na1 = %d\n", a1);
}
...
2,067
Posted By Tanvirk
How to open a file that is archived
Hello,
1)Can anybody please tell me that how can i open a file that is archived.
Like say i have a file say 1.txt archived inside 1.tar.
2)So how can i open this file to perform operations on this...
Forum: Linux 01-31-2008
13,095
Posted By Tanvirk
Well i am writing a filesystem called tarfs usinf...
Well i am writing a filesystem called tarfs usinf fuse....
but for that i have to study the tar header.
and nowhere in the header its giving me metadata about directories that are archived.
and...
Forum: Linux 01-30-2008
13,095
Posted By Tanvirk
Reading the header of a tar file(posix header)
say i have these many file in a directory named exam.
1)/exam/newfolder/link.txt.
2)/exam/newfolder1/

and i create a tar say exam.tar
well the problem is,
when i read the tar file i dont find...
Forum: Linux 01-24-2008
2,648
Posted By Tanvirk
problem in adding an extra entry in a dir:fuse imlementation
Well the problem comes when i try to add an extra file into the existing filesystem mounted at some mountpoint containing a single file hello.
suppose i add a file say "TANVIR"(c it on d line next...
Forum: Linux 01-24-2008
8,093
Posted By Tanvirk
Thanks a lot Nagrajan and Ashok !!
Thanks a lot Nagrajan and Ashok !!
Forum: Linux 01-24-2008
8,093
Posted By Tanvirk
Strtok function....
can any help me out y dis program is giving me a segmentation fault.....

#include<stdio.h>
#include<string.h>
int main()
{
char *str="Tanvir/home/root/hello";
const char *d ="/";
...
1,771
Posted By Tanvirk
Filesystem in Userspace
Folks,
Em recently studing fuse....
So if ne one could help me wid it plz ping me up here,so dat i could ask further.....



Regards
Tanvir
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 02:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy