1833786 Members
2521 Online
110063 Solutions
New Discussion

rename file system

 
Flavio Lacks
Frequent Advisor

rename file system

i need renamed file system, what command ?
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: rename file system

It's trivially simple.

1) umount /oldname
2) Edit /etc/fstab and change the mountpoint for /oldname to /newname and save the file.
3) mv /oldname /newname
4) mount /newname
5) Declare victory.
If it ain't broke, I can fix that.
Geoff Wild
Honored Contributor

Re: rename file system

This was answered in your other posts:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1174893

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1171273

Be sure to assign points (so others can judge which answers were the most relevant)and close threads.

Thanks...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.