This is a discussion on aix 4.3.3 remove file system within the AIX Operating System forums, part of the Unix Operating Systems category; --> i have a file system (say /fs) how do i completely remove it using smit. aix 4.3.3 r6000 f50 ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| gerardm@schurmans.com (gerard) wrote in message news:<97c6f92f.0311071119.4fc9a113@posting.google. com>... > i have a file system (say /fs) > how do i completely remove it using smit. > > aix 4.3.3 > r6000 f50 > > thanks You don't need to use smit to remove it, just do: umount /fs rmfs /fs Steve |