Vikrant Kumar Choudhary
2007-Feb-26 06:46 UTC
[zfs-discuss] How do i know which file system I am using?
I am using Solaris 10 and i am not a super user. How do i know which filesytem ,i am using. and can i use ZFS filesystem locally. I mean in case my admin is not using that can i test it locally. Thanks, Vikrant This message posted from opensolaris.org
dudekula mastan
2007-Feb-26 06:50 UTC
[zfs-discuss] How do i know which file system I am using?
>>I am using Solaris 10 and i am not a super user. How do i know which filesytem ,i am using.>>>>>>> To know FS type of a device use "fstyp" command. For more information about this command refer man page. >>and can i use ZFS filesystem locally. I mean in case my admin is not using that can i test it locally. >>>>>> Yes, you can... -Masthan --------------------------------- Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. Check it out. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20070225/970049b4/attachment.html>
Frank Cusack
2007-Feb-26 07:24 UTC
[zfs-discuss] How do i know which file system I am using?
On February 25, 2007 10:46:38 PM -0800 Vikrant Kumar Choudhary <vikrantchoudhary at gmail.com> wrote:> I am using Solaris 10 and i am not a super user. How do i know which > filesytem ,i am using. and can i use ZFS filesystem locally. I mean in > case my admin is not using that can i test it locally.That''s interesting. If you are not super-user, why do you care? If you''re not the super-user there''s no way you can use it "locally" (as a non-superuser) that I can think of. -frank
Nicolas Williams
2007-Feb-26 07:32 UTC
[zfs-discuss] How do i know which file system I am using?
On Sun, Feb 25, 2007 at 10:46:38PM -0800, Vikrant Kumar Choudhary wrote:> I am using Solaris 10 and i am not a super user. How do i know which > filesytem ,i am using. and can i use ZFS filesystem locally. I mean in > case my admin is not using that can i test it locally.df(1M) and mount(1M) show the types of mounted filesystems (e.g., "df -n ." shows the type of filesystem that contains the shell''s current directory.) As Dudekula points out, fstyp(1M) shows the type of filesystem contained in a device (or file), sortof like a file(1) command specifically geared to know only about filesystem types (and to look in devices). As Frank points out, unless the administrator delegates some power to you you won''t be able to play with ZFS. Nico --