050-696 · Question #73
You've just upgraded the 100 Mbps Ethernet network board in your OES NetWare server to a Gigabit Ethernet network interface. The manufacturer included a floppy diskette with a LAN driver named…
The correct answer is C. LOAD A:\NTI1000.LAN. Loading a LAN driver from a floppy diskette in OES NetWare requires the LOAD command with the full path including the drive letter.
Question
Options
- ANTI1000.LAN
- BLOAD NTI1000.LAN
- CLOAD A:\NTI1000.LAN
- D\MNT\FLOPPY\NTI1000.LAN
How the community answered
(29 responses)- A3% (1)
- B14% (4)
- C76% (22)
- D7% (2)
Why each option
Loading a LAN driver from a floppy diskette in OES NetWare requires the LOAD command with the full path including the drive letter.
Typing the filename alone without LOAD is not valid NetWare console syntax for loading NLMs or drivers.
LOAD NTI1000.LAN without a path would only work if the driver is located in a directory already in the server's search path, not on a floppy diskette.
In Novell NetWare, the LOAD command is used to load NLMs (NetWare Loadable Modules), including LAN drivers. When the driver resides on a floppy disk rather than the default search paths, the full path must be specified, making 'LOAD A:\NTI1000.LAN' the correct syntax to load the driver directly from the floppy drive assigned to A:.
NetWare does not mount floppy drives under a /MNT/FLOPPY path; that convention belongs to Linux/Unix systems, not NetWare.
Concept tested: Loading LAN drivers from removable media in NetWare
Topics
Community Discussion
No community discussion yet for this question.