Chapter 2: hardware setup, Preparing the hardware installation, Installing a compactflash card – Lanner MR-730 User Manual
Page 9: Chapter 2, Hardware setup

6
Hardware Setup
Chapter 2
Network Application Platforms
Chapter 2:
Hardware Setup
Preparing the Hardware Installation
To access some components and perform certain service
procedures, you must perform the following procedures
first.
WARNING: To reduce the risk of personal injury,
electric shock, or damage to the equipment,
detach the power cord to remove power from the
server. The Power On/Standby button (if there is
one) does not completely shut off system power.
Portions of the power supply and some internal
circuitry remain active until AC power is removed.
Power off the MR-730 and remove the power cord
1.
from the system.
Unscrew the 3 threaded screws from the two sides and
2.
2 screws from the rear of the top cover of the MR-730
System.
Slide the cover backwards and lift to open the cover.
3.
3
Installing a CompactFlash Card
MR-730 provides one CompactFlash slot. Follow the
procedures bellow to install a CompactFlash card.
Align CompactFlash card and the card slot with the
1.
arrow pointing toward the connector.
Push the card to insert into the connector.
2.
Accessing the CompactFlash card
3.
In the linux environment, you could access the CF card
with the following commands:
To put files on the CF Card, use the following procedures:
1
2
# mount /dev/cfa1 /mnt/
# ls /mnt/
Connect the CF card. It will usually be assigned as the following
1.
device:
/dev/cfa1
Mount the CF file system.
2.
#mount /dev/cfa1 /mnt/
Copy program file(s) to CF.
3.
#cp hello.txt /mnt/
Unmount CF file system.
4.
#umount /mnt/