![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Discuss NAS, SAN, RAID, Robotic Libraries, backup devices, RAM, DRAM, SCSI, IDE, EIDE topics here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with porting a linux SNC driver to OSX | Blackshore | UNIX for Advanced & Expert Users | 0 | 06-02-2009 12:39 PM |
| Nucleus to Linux porting | taklubaba | High Level Programming | 1 | 11-17-2008 11:56 AM |
| when porting from HP-UX to Linux | amitpansuria | Linux | 1 | 04-18-2008 03:08 AM |
| Porting From Linux To Hpux | anak0nda | High Level Programming | 8 | 10-31-2007 06:51 PM |
| HP-UX to linux porting | arunprakash | UNIX for Dummies Questions & Answers | 0 | 02-21-2005 05:49 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Porting OSE to Linux
Hi,
I was trying to port efs_mount(OSE system call) to a LInux.The efs_mount function is used to mount a volume on the indicated device dev.Upon successful completion of this OSE sytem call a volume manager (VM) will be available through which files on this volume are accessed. The Syntax for this syetm call is like : Syntax: EfsStatus efs_mount(const char *volume, const char *format, const char *dev, const char *params); Code : vol_name= /st_dmx_dd0 drv_name= st_dmx_dd0 confm means Console format manager handling a serial channel. efs_mount(vol_name, "confm", drv_name, ""); If it returns success, we open the file descriptors for input,output and std error and use it for further processing. Could anyone help me out on how can I port the above system call to LINUX? Thanks and Regards Roshan |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|