I've just installed an ubuntu server (11.10) with two partitions, one is a ssd hard drive and the second one is a raid 1 drive. During installation process I chose to put the home directory inside the raid partition. Well everything should be ok, but I'm quite new in linux so I would like to know if there is a command that shows me if the home folder is in the right partition.

Thanks

link|improve this question
feedback

migrated from stackoverflow.com Jan 10 at 17:11

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

Type 'df /home' in a terminal window and that will tell you how your home partition is mounted.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.