Ubuntu Türkiye

Ubuntu => Kurulum Öncesi ve Sonrası => Konuyu başlatan: immortal - 04 Eylül 2008 - 23:49:49

Başlık: [Çözüldü] ntfs-config mount edememe sorunu
Gönderen: immortal - 04 Eylül 2008 - 23:49:49
ntfs-config programı ile iki diskimi mount etmiştim. Windows'u açtığımda CHECKDISK yaptım daha sonra Ubuntu'ya geçtiğimde diskimin unmount olduğunu gördüm. Daha sonra ntfs-config ile tekrardan bağlamak istedim fakat çıkan hata penceresindeki şu yazı ile karşılaştım;

/media/Master bağlama başarısız.

$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': Operation not supported
Mount is denied because NTFS is marked to be in use. Choose one action:

Choice 1: If you have Windows then disconnect the external devices by
          clicking on the 'Safely Remove Hardware' icon in the Windows
          taskbar then shutdown Windows cleanly.

Choice 2: If you don't have Windows then you can use the 'force' option for
          your own responsibility. For example type on the command line:

            mount -t ntfs-3g /dev/sda1 /media/Master -o force

    Or add the option to the relevant row in the /etc/fstab file:

            /dev/sda1 /media/Master ntfs-3g force 0 0

Bu sorunu gidermenin yolu nedir?
Başlık: Ynt: ntfs-config mount edememe sorunu
Gönderen: immortal - 05 Eylül 2008 - 00:02:48
Gündemi meşgul ettiğim için özür dilerim. En nefret ettiğim şeylerden biri bir sorun ile karşılaşıp hemen bir konu açıyorum ve akabinde bunu kendim çözüyorum. Lanet olsun, hevesim kursağımda kaldı :( Ehehe

mount -t ntfs-3g /dev/sda1 /media/Master -o force

Komutunu "root" hakları ile kullandım ve diskim bağlandı.
Başlık: Ynt: ntfs-config mount edememe sorunu
Gönderen: Sypro - 05 Eylül 2008 - 00:04:32
Cevap yazıyordum tam.. neyse.. Etiketleyip kilitliyorum o zaman. Kısaca,
sudo mount -t ntfs-3g /dev/sda1 /media/Master -o force[/sudo]