RSS

Mounting in Solaris

Mounting merupakan cara untuk menambahkan suatu drive baru kedalam system kita. Didalm solaris berbeda dengan linux. Solaris hanya mendeteksi filesystem ini saja
UFS UNIX file system (based on the BSD Fat Fast File system that was provided in the 4.3 Tahoe release). UFS is the default disk-based file system for the Oracle Solaris OS. Before you can create a UFS file system on a disk, you must format the disk and divide it into slices. For information on formatting disks and dividing disks into slices, see Chapter 10, Managing Disks (Overview).
ZFS The ZFS file system is available in the Solaris 10 6/06 release. For more information, see the Oracle Solaris ZFS Administration Guide.
HSFS High Sierra, Rock Ridge, and ISO 9660 file system. High Sierra is the first CD-ROM file system. ISO 9660 is the official standard version of the High Sierra file system. The HSFS file system is used on CD-ROMs, and is a read-only file system. Solaris HSFS supports Rock Ridge extensions to ISO 9660. When present on a CD-ROM, these extensions provide all UFS file system features and file types, except for writability and hard links.
PCFS PC file system, which allows read- and write- access to data and programs on DOS-formatted disks that are written for DOS-based personal computers.
UDFS The Universal Disk Format (UDFS) file system, the industry-standard format for storing information on the optical media technology called DVD (Digital Versatile Disc or Digital Video Disc).
reference: http://docs.oracle.com/cd/E19253-01/817-5093/fsoverview-20860/index.html
untuk melakukan pendeteksian dari type removable disk yang kita colokan kedalam server kita
# rmformat
Looking for devices…
1. Logical Node: /dev/rdsk/c0t1d0p0
Physical Node: /pci@0,0/pci-ide@1f,1/ide@0/sd@1,0
Connected Device: HL-DT-ST DVDRAM GSA-H42N RL00
Device Type: DVD Reader/Writer
2. Logical Node: /dev/rdsk/c4t0d0p0
Physical Node: /pci@0,0/pci8086,d605@1d,7/storage@3/disk@0,0
Connected Device: C2931006 Flash Disk 5.00
Device Type: Removable
- untuk melakukan mounting usb
#mount -F pcfs /dev/dsk/c4t0d0p0:c /mnt/usb
- untuk melakukn mount dvd
#mount -r -F udfs /dev/dsk/c0t1d0p0 /cdrom
-untuk melakukan mount cd-rom
#mount -r -f hsfa /dev/dsk/format_cdrom /cdrom

0 comments:

Posting Komentar

Please copy and share it, if it helps you
 
Copyright 2009 My Note All rights reserved.
Free Blogger Templates by DeluxeTemplates.net
Wordpress Theme by EZwpthemes
Blogger Templates