suma_ranga
Newbie level 5
- Joined
- Dec 15, 2011
- Messages
- 10
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Bangalore
- Activity points
- 1,341
HI ALL,
I m writing a program where i m trying to open a file in USB that is mapped to my system. I m using fopen() function in
C. But its throwing error. "#define ENXIO 6 /* No such device or address */ ". But before fopen(), i tried to open my USB, i m able to open it, i m able to copy some content to it. But only fopen is not working. and what is the meaning of "opening a FIFO write-only, with O_NDELAY set". Please solve
Thanks
I m writing a program where i m trying to open a file in USB that is mapped to my system. I m using fopen() function in
C. But its throwing error. "#define ENXIO 6 /* No such device or address */ ". But before fopen(), i tried to open my USB, i m able to open it, i m able to copy some content to it. But only fopen is not working. and what is the meaning of "opening a FIFO write-only, with O_NDELAY set". Please solve
Thanks