Since 4/29/2012 5:09:00 AM, adnanx has written 3 articles and participated in 1 conversations. adnanx signature: adnanx
adnanx's articles:
Items(3) /1
how can i sync()327 (10/6/2004 3:16:50 PM) comp.os.linux.misc Hi, Setup: I have an external device connected through Firewire, I am running Redhat 2.4. I write to it in raw initiated mode (no File System) Scenario: I open the device using open() get a file descripto... adnanx
fdatasync() does not work224 (10/5/2004 8:42:38 PM) comp.lang.c Hi, I have a problem useing fdatasync()… This is how it goes. Setup: I have an external device connected through Firewire, I am running Redhat 2.4. I write to it in raw initiated mode (no File Sy... adnanx
fsync()/fdatasync() issue120 (10/5/2004 5:04:16 PM) comp.lang.c Hi, I have a test app that writes to a device in raw initiated mode (RedHat 2.4) I use open() with O_SYNC flag I call write() in a loop. I call fdatasync(fd) in each loop (check for success status) I call clo... adnanx
adnanx's replies:
Items(1) /1
how can i sync()327 (10/6/2004 3:16:50 PM) comp.os.linux.misc Hi, Setup: I have an external device connected through Firewire, I am running Redhat 2.4. I write to it in raw initiated mode (no File System) Scenario: I open the device using open() get a file descripto... adnanx(4)