where do folders reside on partition
where do folders reside on partition
am 25.08.2005 07:54:29 von rekha vn
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
Re: where do folders reside on partition
am 25.08.2005 08:15:36 von pmanohar
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
Re: where do folders reside on partition
am 25.08.2005 08:17:23 von Jeff Woods
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
-
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
Re: where do folders reside on partition
am 26.08.2005 09:56:37 von Bryan
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