LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Specify partition (https://www.linuxquestions.org/questions/linux-newbie-8/specify-partition-26978/)

bkmesenbrink 08-01-2002 12:25 PM

Specify partition
 
When creating a new directory can you specify what partition you want the directory created on??? If so how????

trickykid 08-01-2002 01:06 PM

When you create it, you can specify what partition it mounts on by editing the /etc/fstab file.

bkmesenbrink 08-01-2002 01:47 PM

Thanks. How do I apply the change without rebooting??? I did search before posting but didn't find what I wanted.

trickykid 08-01-2002 02:54 PM

mount -a

Will mount all filesystems in the fstab file. Unless you have the noauto option specified.

bkmesenbrink 08-01-2002 03:01 PM

That worked. Thanks!!!


All times are GMT -5. The time now is 05:42 AM.