SMO-F551 / RMO-S551 Installation Guide
3)Edit “disktab” file
-Edit or add /etc/disktab file as following.
###############################################
#Sony
###############################################
SONY_MO_8X_2048:¥
:No swap or boot:ns#39:nt#16:nc#3997:¥
:s0#2494170:b0#8192:f0#2048:¥ :se#2048:rm#3300:
SONY_MO_8X_1024:¥
:No swap or boot:ns#39:nt#16:nc#3671:¥
:s0#2290750:b0#8192:f0#1024:¥ :se#1024:rm#3300:
SONY_MO_8X_512:¥
:No swap or boot:ns#39:nt#16:nc#3131:¥
:s0#1954200:b0#8192:f0#1024:¥ :se#512:rm#3300:
4)Format Media
-Format the media using following command. You must execute this command only one time when you use the media first time.
#mediainit
5)Create a file system
-Create a file system using following command.
# newfs /dev/rdsk/c201d1s0 Media_type [Enter]
Media type : Please input proper sentence (refer disktab, ex SONY_MO_8X_512)
6)Mount the media
-Mount the media using following commands.
#mkdir /mo [Enter]
#mount /dev/dsk/c201d1s0 /mo [Enter]
16