View Single Post

   
  #2 (permalink)  
Old 04-08-2008, 06:16 PM
Michael Peppler
 
Posts: n/a
Default Re: Retrieve mounted file system name for a directory

On Mon, 30 Jan 2006 04:46:27 -0800, Deepak wrote:

> How do i get the mounted file system name for a directory. Is there any
> shell command ( in solaris). I don't want to use functions like ustat,...


df .

will give you the filesystem name.

Michael
--
Michael Peppler [TeamSybase] mpeppler@peppler.org - http://www.peppler.org/
Sybase DBA/Developer
Sybase on Linux FAQ: http://www.peppler.org/FAQ/linux.html


Reply With Quote