Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: new HDD for vdr



-----BEGIN PGP SIGNED MESSAGE-----

On Monday 02 September 2002 13:04, Gerhard Steiner wrote:
> What should I do with yast2 (format? first search for new
> HDD?).

If you want to do so... Personally I hate yast2 in text mode.
It just sucks and is not worth working with, because you're
*way* faster doing things on command line. But thats just my 
opinion ;)

> port? I will connect it as slave on IDE channel 1, since my
> first HDD is master on channel 1, DVD is on channel 2

*** 

PRECAUTION: Make sure you enter the "/dev/hdX" correctly because 
            your system will assume that you know what you are 
            doing and NOT ask you when overwriting existing data 
            or partitions !

***


Ok, so you have to create a partition on /dev/hdb
Use 

	fdisk /dev/hdb 

and create one primary partition. Set the type to Linux. 

Then you have to choose a filesystem for that partition.
I am using reiserfs but you could also try ext3 or XFS.

For reiserfs you'd have to do (always as root)

	mkreiserfs /dev/hdb1

Then you have to create a mountpoint on your VDR:

	mkdir /video/video1

and mount the new harddisk into your VDRs filesystem:

mount -t reiserfs /dev/hdb1 /video/video1

That's it :)

You should (of course) add something like:

/dev/hdb1	/video/video1	reiserfs	defaults 0 1

to your /etc/fstab, so your harddisk will be mounted on every 
system bootup.


*** 

POSTCAUTION: Make sure you enter the "/dev/hdX" correctly because 
             your system will assume that you know what you are 
             doing and NOT ask you when overwriting existing data 
             or partitions !
***
So double check the port, your new drive is connected to:

Master Port 1:	/dev/hda
Slave  Port 1:	/dev/hdb

Master Port 2:	/dev/hdc
Slave  Port 2:	/dev/hdd

Have fun :)

- -- 
with best regards
- ---
Karsten Mueller
Softwaredevelopment / Keyaccount Manager
RATIO Entwicklungen GmbH
Admiralitaetstr. 59
20459 Hamburg
Email: mailto:kmu@ratio.de


>
> Maybe it is easy to get it running with suse and yast2, but
> what changes do I have to make within VDR (config files,
> parameters?).
>
> Gerhard
>
> On Mon, 2 Sep 2002 12:49:40 +0200
>
>  Karsten Müller <kmu@ratio.de> wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> >
> > Since you're using SuSE, you should use their yast2 which
> > is designed
> > for newbies but actually is a pain in the *ss in text
> > mode.
> >
> > So:
> >
> > Where did you connect your drive ? Master, Slave, what
> > port ?
> >
> > On Monday 02 September 2002 12:46, Gerhard Steiner wrote:
> > > Hello,
> > >
> > > since my first HDD is now full with recordings, I just
> > > bought a new one.
> > > IBM 82,5GB.
> > >
> > > Unfortunatly I don't know, how to get it working with
> >
> > linux
> >
> > > and vdr.
> > >
> > > I know how to connect to cables, but nothing more.
> > >
> > > Please, could someone describe me (step by setp), how
> >
> > to do
> >
> > > this?
> > >
> > > I set up my machine as described in Hubertus Sandmann's
> > > manual and I am using suse 8.0 without any desktop.
> > >
> > > Thanks for any help
> > > Gerhard
> > > ----------------------------------------------
> > > Das ist ein Service von austria.com
> >
> > - --
> > with best regards
> > - ---
> > Karsten Mueller
> > Softwaredevelopment / Keyaccount Manager
> > RATIO Entwicklungen GmbH
> > Admiralitaetstr. 59
> > 20459 Hamburg
> > Email: mailto:kmu@ratio.de
> >
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.0.6 (GNU/Linux)
> > Comment: For info see http://www.gnupg.org
> >
> > iQEVAwUBPXNCRPa/7v6IZOEZAQE7tAf+MkFnu/Zslh7ASkKDDQR0jOyDJsevLFZh
> > v3UO/DDB32CQCs45NasNrP9ylY39pKzerqZa9wp7qrbzqKt3AWvTJ0LF7zOgd/Xe
> > KuWdWpNWaeLtCIK+3TDCNuPYYhOmM4b6m8OA1OEZg6WFI+QD7UO0wpqi6c4goYJq
> > hOV1+jnpyxeDae3+RZMKWbxzpTL8PkufItwLAIFho6zcDztIOQl6u/SRWMt9UJAU
> > nzOCDlFx6lDZ2Xh9yIDoh9xPEWzQWeWT55W/aTGQvvbrsmYfXVcqPDlp5jnjAH9m
> > j3Y1nuDwoCSOfFaK/orPM1WOQYmdcnHQUYjMAeP2lyRBxhyiZM2oPQ==
> > =eAic
> > -----END PGP SIGNATURE-----
>
> ----------------------------------------------
> Das ist ein Service von austria.com

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iQEVAwUBPXNMVva/7v6IZOEZAQFVDQf/e18bdE1i1jjo1q0Jky+HcJH8mUH4YFX1
NFa+iU00ZMCIUvJgumdDmvS4fhS1azadba6P3upIzzaoKnt7B1mDtiql3ILgASnd
qNXdtcDxkgzuNnypPxF3mqC68AjdDXR3TsVwckpGQZI4/hHZnKrfCj+vJUx6+FfW
jMkJkU2DY46m8OeZE28US/xeiE2yEYsmmayLGazQ7h60Hmzp5Tyq6quWqKc/f5Xi
FHrJ/ewq8HCjp757scw8QMqqpl1+bQH1BuPzB0W+GNWwTAIgIXgd6c2MR/BDPMcu
g2weuy3xdluKCLZLx2HNkAnqiGVWJ+zKQMqdYMYAbX7+jCGFBcXABA==
=AOUU
-----END PGP SIGNATURE-----





Home | Main Index | Thread Index