- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- file system differences
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 03:56 AM
03-09-2005 03:56 AM
System I'm mirroring:
Filesystem
root_domain#root
/proc
usr_domain#usr
usr_domain#var
system I'm building:
Filesystem
/dev/vol/rootdg/rootvol
/proc
/dev/vol/rootdg/usrvol
are the differences just a difference because they are different versions of tru64, or are they actual different file systems?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 05:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 05:16 AM
03-09-2005 05:16 AM
Re: file system differences
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 05:16 AM
03-09-2005 05:16 AM
Re: file system differences
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 05:40 AM
03-09-2005 05:40 AM
Re: file system differences
There is no UFS to AdvFS convert command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 05:46 AM
03-09-2005 05:46 AM
Re: file system differences
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 05:47 AM
03-09-2005 05:47 AM
Re: file system differences
you could unhook the system disks from lsm with volunroot before copying.
Can you post /etc/fstab to make sure you have ufs file systems?
thanks,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 05:49 AM
03-09-2005 05:49 AM
Re: file system differences
Do I see all the space that's on that disk when I do a df? What I mean is: is that just assigned partition information and I could have 400 Gb unassigned on the disk and not see it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 05:55 AM
03-09-2005 05:55 AM
Re: file system differences
orig:
# cat etc/fstab
root_domain#root / advfs rw 0 1
/proc /proc procfs rw 0 0
usr_domain#usr /usr advfs rw 0 2
usr_domain#var /var advfs rw 0 2
New:
# cat etc/fstab
/dev/vol/rootdg/rootvol / ufs rw 1 1
/proc /proc procfs rw 0 0
/dev/vol/rootdg/usrvol /usr ufs rw 1 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 06:18 AM
03-09-2005 06:18 AM
Re: file system differences
If you have a simple system and don't need LSM to mirror or stripe the disks, it's probably better to re-install and get rid of it alltogether. Makes things a lot simpler to manage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 06:27 AM
03-09-2005 06:27 AM
Re: file system differences
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 12:54 PM
03-10-2005 12:54 PM