Serverdakiler istemeyerek kaybettikten sonra DC bize Rescue şifresi verdi.
SSH ie root@rescuecd64 ile bağlandıktan sonra yapmam gerekenler nelerdir.
cd / ile ls yaptığımda,
bin/ emul/ lib/ live/ opt/ sbin/ sys/ var/
boot/ etc/ lib32@ media/ proc/ selinux/ tmp/ vmlinuz@
dev/ home/ lib64@ mnt/ root/ srv/ usr/
klasörilerini görebiliyorum.
Bu arada ssh eski şifremde çalışmıyor. yani rescue harici servera bağlanamıyorum. yeni şifreyidemi rescue modda iken oluşturacağım.
SSH ile Rescue
13
●1.829
- 10-03-2010, 10:14:41
- 10-03-2010, 19:53:44
root@rescuecd64 ~ # df -h Filesystem Size Used Avail Use% Mounted on tmpfs 10M 72K 10M 1% /dev rootfs 3,8G 4,1M 3,8G 1% / /dev/shm 183M 178M 4,6M 98% /live/image tmpfs 3,8G 4,1M 3,8G 1% /live/cow aufs 3,8G 4,1M 3,8G 1% / tmpfs 3,8G 0 3,8G 0% /lib/init/rw /dev/shm 183M 178M 4,6M 98% /live/image tmpfs 3,8G 4,0K 3,8G 1% /dev/shm
çıktı bu şekilde osman bey. ne gibi bir yol izlemek lazım - 10-03-2010, 20:34:26
root@rescuecd64 ~ # fdisk -l Disk /dev/sda: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x000eca1d Device Boot Start End Blocks Id System /dev/sda1 1 58600 470704468+ 83 Linux /dev/sda2 58601 60801 17679532+ 82 Linux swap / Solaris Disk /dev/sdb: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x00000000 Disk /dev/sdb doesn't contain a valid partition table root@rescuecd64 ~ #
- 10-03-2010, 20:40:54
root@rescuecd64 ~ # mkdir /mnt/disk2 root@rescuecd64 ~ # mount /dev/sda1 /mnt/disk2 root@rescuecd64 ~ # df -h Filesystem Size Used Avail Use% Mounted on tmpfs 10M 72K 10M 1% /dev rootfs 3,8G 4,1M 3,8G 1% / /dev/shm 183M 178M 4,6M 98% /live/image tmpfs 3,8G 4,1M 3,8G 1% /live/cow aufs 3,8G 4,1M 3,8G 1% / tmpfs 3,8G 0 3,8G 0% /lib/init/rw /dev/shm 183M 178M 4,6M 98% /live/image tmpfs 3,8G 4,0K 3,8G 1% /dev/shm /dev/sda1 446G 17G 407G 4% /mnt/disk2 root@rescuecd64 ~ #
- 10-03-2010, 20:45:03sunucu directadmin üstad.
bu dosyaları geri nasıl alacağım çalışır duruma
