edit
habe es geschafft.
_____
Hallo,
Habe debian Server mit 2 x 120 GB Festplatte.
Hatte auf Zweite Platte meine Backup hingelegt, dann musste ich in Rescue System Debian neu installieren.
Wie kann ich jetzt auf zweite Festplatte (dev/hdb1 ?) mounten, damit ich meine 6.5 GB Backup (hoffe ist nicht verloren gegangen) holen kann?
fstab
Code:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda5 none swap sw 0 0
/dev/hdc /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
Muss ich hier was eintragen?
Und was muss ich auf Shell Konsole eingeben?
_____
edit
Habe gemounted. Denke ich?
#mount
gibt mir das hier raus:
Code:
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hdb1 on /mnt type ext3 (rw)
#df -h
Gibt das hier raus:
Code:
Dateisystem Größe Benut Verf Ben% Eingehängt auf
/dev/hda1 109G 1,1G 102G 1% /
tmpfs 729M 12K 729M 1% /dev/shm
/dev/hdb1 111G 6,5G 98G 7% /mnt
Da sehe ich auch, dass meine 6.5 GB Daten (in *.tar.gz format) da sind.
Nur wie greife ich dazu? Damit ich es entpacken und einspielen kann?