mount / devices operation
Thursday, December 20, 2007
to mount a device, 1st make sure the device is in /etc/vfstab
# mount /rpt_data02
or
# mount /dev/vx/dsk/rptdg/rpt_data02 /rpt_data02
to kill all process / users using a specific devices, usefull when you could not umount the file system or devices that you are sure no users is accessing it
# fuser -ck /the/directory
# mount /rpt_data02
or
# mount /dev/vx/dsk/rptdg/rpt_data02 /rpt_data02
to kill all process / users using a specific devices, usefull when you could not umount the file system or devices that you are sure no users is accessing it
# fuser -ck /the/directory
