home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / aix / 8755 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  774 b 

  1. Path: sparky!uunet!stanford.edu!rock!concert!duke!trt
  2. From: trt@duke.cs.duke.edu (Tom Truscott)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Renaming logical volumes under filesystems?
  5. Keywords: chlv chfs
  6. Message-ID: <713663519@romeo.cs.duke.edu>
  7. Date: 12 Aug 92 23:52:00 GMT
  8. References: <1252@curly.appmag.com>
  9. Organization: IBM RTP
  10. Lines: 11
  11.  
  12. >Suppose I have a hypothetical file system, /usr/local/spare, on a
  13. >hypothetical logical volume /dev/lvloc86.  I want to rename the logical
  14. >volume to /dev/lvloc99 without losing anything.
  15.  
  16. You can do this with:
  17.     chlv  -n lvlov99  lvloc86
  18.  
  19. Only gotcha is: the file system must be unmounted.
  20. That is a nuisance, report it as a bug if you want,
  21. but at least chlv issues a clear error message if the file system is mounted.
  22.     Tom Truscott
  23.