Dec 10, 2008

linux usb and mount aix nfs

1. use usb
$ fdisk /dev/sdd
$ mkfs -t vfat /dev/sdd1
$ mkdir /usb
$ mount /dev/sdd1 /usb
2. mount AIX NFS
At AIX:
# use smitty to export file system
# add linux ip to /etc/hosts

At linux:
# add AIX ip to /etc/hosts
# mount AIX_HOST_NAME:/export_file_system /LINUX_mount_dir

0 意見: