Re: mounting a second disk

2001-04-02 Thread Michael Burger
What you would need to do is to create 2 partitions. /dev/hdb1 and /dev/hdb2, and mount each partition at the mount point you want to use. On Mon, 2 Apr 2001 09:46:31 +0300, Spyros Ioakim wrote: >i want to expand the capacity of two directories by adding a second >hard disk. > >i want to add ca

Re: mounting a second disk

2001-04-02 Thread Chris Watt
At 09:46 AM 4/2/01 +0300, Spyros Ioakim wrote: >i want to expand the capacity of two directories by adding a second >hard disk. > >i want to add capacity to the following directories >/home/atlas/ftp/ >/samba/public/ > >is it possible to mount the disk under two directories? Yes. >mount /dev/hdb

mounting a second disk

2001-04-01 Thread Spyros Ioakim
i want to expand the capacity of two directories by adding a second hard disk. i want to add capacity to the following directories /home/atlas/ftp/ /samba/public/ is it possible to mount the disk under two directories? mount /dev/hdb1 /samba/public would mount the disk under /samba/public but th