Re: How to set a new mountpoint ?

2002-02-10 Thread Liam Black
1) Be sure to create a directory(ies) to which you will mount the partition(s) (i.e. mkdir /mnt/newdrive) and to permission it (chmod 755 /mnt/newdrive) appropriately. 2) Partition your new drive (/dev/hdb1, /dev/hdb2, /dev/hdb5 or whatever) to your liking, and then edit /etc/fstab. You will see

Re: How to set a new mountpoint ?

2002-02-10 Thread Al Nikolov
On Mon, Feb 11, 2002 at 12:14:09AM +0100, [EMAIL PROTECTED] wrote: > I´ve put a new HDD in my debian-machine. > After the boot I`ve written a new partition-table with fdisk: > > looks like this now: > > /dev/hda1 Linux(boot) > /dev/hda2 Extended > /dev/hda5

How to set a new mountpoint ?

2002-02-10 Thread maniatronic
Hi. I´ve put a new HDD in my debian-machine. After the boot I`ve written a new partition-table with fdisk: looks like this now: /dev/hda1 Linux(boot) /dev/hda2 Extended /dev/hda5 Linuxswap /dev/hda6 Linux ( my root partition) /d