PDA

View Full Version : [ubuntu] Is it possible to mount a cerain folder



Kedster
January 12th, 2010, 12:47 AM
Hey every one
alright

So i would like to know if there is a way to use fstab to mount a folder on another partition to a mount point. there is a folder on another partition called music and i want to mount as /Home/ketterer/Music

sisco311
January 12th, 2010, 12:52 AM
Add something like

/path/to/Music /home/ketterer/Music auto bind
to the fstab, then run:

sudo mount -a

Kedster
January 12th, 2010, 02:11 AM
Ok ill try that, Quick Question, Will this also work on mac osx there is an fstab for the same purpose