1. Create the new file system
# newfs -F vxfs -o largefiles /dev/vg01/rlvol01
↑ ↑
2GB 이상 파일 생성을 위한 옵션 반드시 raw (character)형 device file 지정
2. Create a mount point directory for the file system
# mkdir /myfs1
3. Mount the new file system
# mount /dev/vg01/lvol01 /myfs1 ← mount 후에는 bdf 또는 mount -p 로 확인
4. Add the file system to the /etc/fstab file
# vi /etc/fstab
↑
여기에 define해놔야 다음 booting할 때에도 자동으로 mount해줌
5. Unmounting the file system (/etc/mnttab 참조)
# umount /myfs1
'HP-UX' 카테고리의 다른 글
EMC Storage 관련 명령어 (0) | 2010.07.29 |
---|---|
특정 시점 이후에 만들어진 파일들을 찾아서 모두 지우는 방법 (0) | 2010.06.10 |
unmount 할 때에 Device busy 메시지가 뜨면서 안될 경우 (0) | 2009.12.23 |
웹(http) 파일 다운로드 (0) | 2009.03.12 |
LVM 및 File System 관리 (0) | 2008.12.05 |
LVM 관련 명령어 (VG 삭제) (0) | 2008.12.05 |
LVM 관련 명령어 (VG, PV, LV 생성) (0) | 2008.12.05 |
Device file 관련 명령어들 (0) | 2008.12.05 |
H/W Address 보기 (0) | 2008.12.05 |
HP-UX OS 확인 (0) | 2008.12.05 |