Ana dizine yedek adında bir dizin oluşturun: mkdir yedek
daha sonra
mount -t ext3 /dev/sda2 /yedek
komutu ile mount edin. Yedek klasörünün içine gelecektir dosyalarınız.
mkdir yedek
[root@localhost ~]# mount -t ext3 /dev/sda2 /yedek
mount: mount point /yedek does not exist
bu hatayı verdi hocam