public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* where do folders reside on partition
@ 2005-08-25  5:54 rekha vn
  2005-08-25  6:15 ` P.Manohar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rekha vn @ 2005-08-25  5:54 UTC (permalink / raw)
  To: linux-newbie

how can i know the hard disk partition in which the
various folders reside? 
the "find" command is giving only the path and not the
partition on which the folder resides.


		
__________________________________ 
Yahoo! Mail for Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: where do folders reside on partition
  2005-08-25  5:54 where do folders reside on partition rekha vn
@ 2005-08-25  6:15 ` P.Manohar
  2005-08-25  6:17 ` Jeff Woods
  2005-08-26  7:56 ` Bryan
  2 siblings, 0 replies; 4+ messages in thread
From: P.Manohar @ 2005-08-25  6:15 UTC (permalink / raw)
  To: rekha vn; +Cc: linux-newbie

with the command df -h
you will get the partition , with ur " find" output you can get the 
partition.

On Wed, 24 Aug 2005, rekha vn wrote:

> how can i know the hard disk partition in which the
> various folders reside?
> the "find" command is giving only the path and not the
> partition on which the folder resides.
>
>
>
> __________________________________
> Yahoo! Mail for Mobile
> Take Yahoo! Mail with you! Check email on your mobile phone.
> http://mobile.yahoo.com/learn/mail
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
>
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: where do folders reside on partition
  2005-08-25  5:54 where do folders reside on partition rekha vn
  2005-08-25  6:15 ` P.Manohar
@ 2005-08-25  6:17 ` Jeff Woods
  2005-08-26  7:56 ` Bryan
  2 siblings, 0 replies; 4+ messages in thread
From: Jeff Woods @ 2005-08-25  6:17 UTC (permalink / raw)
  To: rekha vn; +Cc: linux-newbie

At 8/24/2005 22:54 -0700, rekha vn wrote:
>how can i know the hard disk partition in which the various folders 
>reside? the "find" command is giving only the path and not the 
>partition on which the folder resides.

Use the "df" (as in: disc free-space) command. Try:

$ df path/to/file
$ man df
$ info df

--
Jeff Woods <kazrak+kernel@cesmail.net> 

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: where do folders reside on partition
  2005-08-25  5:54 where do folders reside on partition rekha vn
  2005-08-25  6:15 ` P.Manohar
  2005-08-25  6:17 ` Jeff Woods
@ 2005-08-26  7:56 ` Bryan
  2 siblings, 0 replies; 4+ messages in thread
From: Bryan @ 2005-08-26  7:56 UTC (permalink / raw)
  To: rekha vn; +Cc: linux-newbie

rekha vn wrote:

>how can i know the hard disk partition in which the
>various folders reside? 
>the "find" command is giving only the path and not the
>partition on which the folder resides.
>
>
>		
>__________________________________ 
>Yahoo! Mail for Mobile 
>Take Yahoo! Mail with you! Check email on your mobile phone. 
>http://mobile.yahoo.com/learn/mail 
>-
>To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.linux-learn.org/faqs
>
>  
>
You may also want to try the mount command, although df gives nicer output.

apollo:~
12 $ mount
/dev/hda6 on / type ext2 (rw)
none on /proc type proc (rw)
/dev/hda1 on /boot type ext2 (rw)
/dev/hdc5 on /home type ext2 (rw)
/dev/hda5 on /usr type ext2 (rw)
/dev/hda7 on /var type ext2 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)

Bryan
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-26  7:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-25  5:54 where do folders reside on partition rekha vn
2005-08-25  6:15 ` P.Manohar
2005-08-25  6:17 ` Jeff Woods
2005-08-26  7:56 ` Bryan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox