unix 솔라리스 mount options

2013.10.06 13:51

엘카 조회 수:15318

마운트 명령은 옵션이- o 플래그 로 시작 해야합니다


mount -o option,option,... device_name mount_point


  1. onerror
  • panic - 강제로 시스템 종료
  • lock - lock to the file system
  • umount 
ro읽기전용.nosuid# mount -o ro,nosuid /dev/dsk/c0t0d0s7 /export/home보안위해 suid, guid 금지함.noatime퍼포먼스 위해 마지막 액세스를 기록안함.nolargefiles파일 시스템이 현재큰 파일을 포함하고루트 사용자가이 옵션 으로 장착 해야하는 경우 다음큰 파일 이 있으며 이동하거나 파일 시스템에서 제거해야합니다.logging 


http://www.softpanorama.org/Solaris/Disks_and_filesystems/mount_options.shtml