where do folders reside on partition

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 [at] 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
rekha vn [ Do, 25 August 2005 07:54 ] [ ID #937406 ]

Re: where do folders reside on partition

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 [at] 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 [at] 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
pmanohar [ Do, 25 August 2005 08:15 ] [ ID #937407 ]

Re: where do folders reside on partition

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 [at] cesmail.net>

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo [at] 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
Jeff Woods [ Do, 25 August 2005 08:17 ] [ ID #937408 ]

Re: where do folders reside on partition

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 [at] 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 [at] 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
Bryan [ Fr, 26 August 2005 09:56 ] [ ID #938986 ]
Linux » gmane.linux.newbie » where do folders reside on partition

Vorheriges Thema: human readable format?
Nächstes Thema: associate an application/viewer