allgemeine etws ausfuehrlichere einfuerung: http://www.debian.org/doc/manuals/reference/index.en.html bzw. http://www.debian.org/doc/manuals/reference/index.de.html synaptic paketverwaltung ist voll cool. einzelne pakete aus der unstable distribution intallieren: unstable quellen in die sources.list sihe auch: http://www.debian.org/doc/manuals/apt-howto/ch-basico.en.html#s-sources.list zb: shell oeffnen: attachment:Screenshot.png {{{ root werden: harald@packman:~$ su (admin passwort eingeben) root@packman:~# apt-get install dosfstools xchat }}} dann via Desktop - administration - disks partitionen, deaktivieren, formatieren, vfat ---- eher obsolet.... {{{ root@packman:~# gedit /etc/apt/sources.list zu folgenden zeilen: deb http://ftp.at.debian.org/debian/ etch main deb-src http://ftp.at.debian.org/debian/ etch main deb http://security.debian.org/ etch/updates main deb-src http://security.debian.org/ etch/updates main diese hinzufuegen: deb http://ftp.at.debian.org/debian/ unstable main }}} dann unbedingt: nach folgender anleitung in die apt.conf http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html#s-default-version {{{ root@packman:~# echo 'APT::Default-Release "stable";' >>/etc/apt/apt.conf root@packman:~# gedit /etc/apt/apt.conf schauen dass alles passt, sprich APT::Default-Release "stable"; drinnen steht. }}} ntfs-3g installieren {{{ root@packman:~# apt-get -t unstable install ntfs-3g }}}