Date: Fri, 26 Oct 2007 10:11:32 +0100
From: Dogsbody <dan (at mark) dogsbody.org>
Subject: [coba-e:10963] Re: backup question
To: coba-e (at mark) bluequartz.org
Message-Id: <4721AF44.1050100 (at mark) dogsbody.org>
In-Reply-To: <4720CA18.6020207 (at mark) mixfans.org>
References: <00c101c815b4$8d4476b0$010210ac (at mark) DELLBOY> <004e01c815c7$aab0fc60$1e64a8c0 (at mark) nuonce.net> <4720CA18.6020207 (at mark) mixfans.org>
X-Mail-Count: 10963
> therefore I want to use a NAS device
> but HOW do I enable this kind of device?
> someone told me do this:
>
> //192.168.1.110/Volume_1 /mnt/NAS/vol1 cifs user=dennis,pwd=geheim 0 0
> //192.168.1.110/Volume_2 /mnt/NAS/vol2 cifs user=dennis,pwd=geheim 0 0
>
> but hell how?
> within Centos/BQ ?
These are the lines you would ad to /etc/fstab so that you can just type
`mount /mnt/NAS/vol1` to mount the drive. Read the man pages for mount
and fstab for hints.
Regards, Dan