תגובה: מדריך התקנת ווינדוס בשרת לינוקס
אני נתקע בשלב התקנת הדרייברים:
@יעקב-ישראל אמר במדריך התקנת ווינדוס בשרת לינוקס:
ח. התחברו כעת עם PuTTY רו כל קליינט לSSH עם הכתובת והסיסמה של ההצלה הנ"ל
ט. כעת הפעילו את הפקודות הבאות:
mkdir /mnt/ntfs
mount -t ntfs /dev/sda2 /mnt/ntfs
cd /mnt/ntfs
wget https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso
י. הקלידו reboot
ולחצו אנטר
כשאני מריץ את הפקודה השניה:
mount -t ntfs /dev/sda2 /mnt/ntfs
אני מקבל שגיאה:
root@debian:~# mkdir /mnt/ntfs
root@debian:~# mount -t ntfs /dev/sda2 /mnt/ntfs
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
Could not mount read-write, trying read-only
root@debian:~#