This post is more than 5 years old
11 Legend
•
20.4K Posts
•
87.4K Points
0
985
July 17th, 2008 09:00
How to determine fs name from disk name ?
Guys,
i wanted to know how to find out what file system(s) resize on particular disk. I just deleted a file system and was expecting my disk pool available space to go up. It did not so i wanted to see what else resides on those particular disks. I tried every combination of nas_disk -info and nas_volume -info ..yet it still will not show my file system(s) names that reside on those disks. Any idea ?
Thanks
i wanted to know how to find out what file system(s) resize on particular disk. I just deleted a file system and was expecting my disk pool available space to go up. It did not so i wanted to see what else resides on those particular disks. I tried every combination of nas_disk -info and nas_volume -info ..yet it still will not show my file system(s) names that reside on those disks. Any idea ?
Thanks
No Events found!


McK
12 Posts
0
July 17th, 2008 10:00
nandas
6 Operator
•
1.5K Posts
1
July 17th, 2008 09:00
However, since you have deleted the file system, the respective storage pool should increase by the amount of the file system. It should not be depended on any other file system on same set of disks.
Are you checking the pool size in CLI or in GUI? If GUI, you may need to refresh it - but I assume you are checking it in CLI - which should show you the correct size.
My 2 cents,
Sandip
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
July 17th, 2008 10:00
McK
12 Posts
0
July 17th, 2008 10:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
July 17th, 2008 10:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
July 17th, 2008 10:00
nandas
6 Operator
•
1.5K Posts
0
July 17th, 2008 10:00
Another option will be using GUI - go to Storage -> Systems -> Volumes
Select the property page of the disk volume and it will show all the file systems residing on aginst the Eventually used by : field.
Thanks,
Sandip
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
July 17th, 2008 11:00
were right in saying that it is not part of any
storage pool.
i did not
nandas
6 Operator
•
1.5K Posts
0
July 17th, 2008 11:00
Nice to know that you used nas_fs command as well - but the .whereisfs tool is a no doubt a good one.
However, did you get the space back? I guess, you were right in saying that it is not part of any storage pool.
Cheers,
Sandip
Peter_EMC
674 Posts
0
July 18th, 2008 02:00
Have you used
nas_pool -size pool_name -slice yes
I think the "-slice yes" is important for your example
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
July 18th, 2008 05:00
i did not use -slice since i was querying clarata_archive pool and -slice is used by default for clariion pools. Am i right ?
Thanks