home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!rock!concert!duke!trt
- From: trt@duke.cs.duke.edu (Tom Truscott)
- Newsgroups: comp.unix.aix
- Subject: Re: Renaming logical volumes under filesystems?
- Keywords: chlv chfs
- Message-ID: <713663519@romeo.cs.duke.edu>
- Date: 12 Aug 92 23:52:00 GMT
- References: <1252@curly.appmag.com>
- Organization: IBM RTP
- Lines: 11
-
- >Suppose I have a hypothetical file system, /usr/local/spare, on a
- >hypothetical logical volume /dev/lvloc86. I want to rename the logical
- >volume to /dev/lvloc99 without losing anything.
-
- You can do this with:
- chlv -n lvlov99 lvloc86
-
- Only gotcha is: the file system must be unmounted.
- That is a nuisance, report it as a bug if you want,
- but at least chlv issues a clear error message if the file system is mounted.
- Tom Truscott
-