On Thu, Jan 15, 2009 at 04:30:09PM +0100, Jon Sj?stedt wrote: > I have an issue with mount. The problem is that i would like to create a > directory with subdirs. On the subdirs I would mount directories of not > yet mounted disks. Example > > mount /stuff/data1 /wd0d/dataa > mount /stuff/data2 /wd0d/datab > mount /stuff/data3 /wd1d > mount /stuff/data4 /wd2d/datad > mount /stuff/data5 /wd2d/datae
I'd use fstab to mount disks, I'm not sure if I understand your question correctly though. > I want to do this because datax are all growing fast (it is my music and > photos). Eventually dataa and datab will need their own disks. A combination of ccd and growfs may do the trick there. If you use the serially concatenated option, you may be able to add subsequent disks (not sure though, never tried it). > Can this be done in a neat way? I only want to mount disks on the root > partition Symlinks often work, although they may fail if your filesystem is exported with nfs or samba and the link points to an area outside the exported area. Ariane

