Merhaba,

09 Mart 2011 16:08 tarihinde Fırat ÖNGÜL <[email protected]> yazdı:

> Merhaba,
> 2009.2 de bir kalıp dosyasını ,
> mount -o loop /kalıp_dosyasının_yeri_ve_adı /bağlanılacak_dizin şeklinde
> konsoldan bağlayabiliyordum.
>
> aynı kalıba şu an 2011 de ihtiyacım oldu bağlamaya çalıştım ve " mount:
> dosya sistemi türünü belirtmelisiniz " uyarısı alıyorum.
> ne yapmalıyım ?
>

en son bağlamakta sorun yaşamamıştım. yukarıda yazdığınız gibi olmuştu.

isterseniz -t parametresi ile deneyin. netten şöyle bir örnek buldum:

*Mounting an ISO Image to a File System*

 The next step is to mount the ISO image file. Let's create a directory
under /mnt to place the mounted file.

  # *cd /mnt*
  # *mkdir iso*
  # *cd iso*
  # *mkdir mndrk71*

Now mount the ISO image file to this newly created directory

  # *mount -o loop -t iso9660 -r /home/image/mndrk71.iso /mnt/iso/mndrk71*

*NOTE:* The "-o loop" means use the option that mounts a file as a block
device. The "-t iso9660" means that the file is in the iso9660 CD-ROM
format. The "-r" means to mount read-only.

isterseniz -F parametresiyle de deneyebilirsiniz:

mount -F iso9660 /path/to/iso.iso /mount_folder
_______________________________________________
Pardus-kullanicilari e-posta listesi
Listeden çıkmak için 
http://liste.pardus.org.tr/mailman/listinfo/pardus-kullanicilari adresini 
kullanın.
Listeye iletmek istediğiniz soruları  [email protected] 
e-posta adresine gönderin.
Liste mesajlarında arama yapmak için http://liste.pardus.org.tr/arama web 
sayfasına gidin.

Cevap