[LINUX:23894] Re: Filesystem modulunun yuklenmesi ile ilgili

---------

New Message Reply About this list Date view Thread view Subject view Author view

From: Murat Koc (muratkoc@muratkoc.com)
Date: Thu 11 Jan 2001 - 21:18:04 EET


> Merhaba

Selam,

> En asagida makinemin dmesg ciktisindan bir kesit goruyorsunuz. NTFS 5' i
> makinemde mount ediyor ve gayet de guzel okuyorum. (yazilamiyor)

> NTFS version 000607
> ---DIKKAT--->>>>
> Warning! NTFS volume version is Win2k+: Mounting read-only
> <<<<------------

linux-2.4.0

/usr/src/linux/fs/ntfs/super.c

------------------------------------------
/* ntfs_get_version will determine the NTFS version of the
   volume and will return the version in a BCD format, with
   the MSB being the major version number and the LSB the
   minor one. Otherwise return <0 on error.
   Example: version 3.1 will be returned as 0x0301.
   This has the obvious limitation of not coping with version
   numbers above 0x80 but that shouldn't be a problem... */
int ntfs_get_version(ntfs_inode* volume)
{
--------------------------------------------
 /* Check for NTFS version and if Win2k version (ie. 3.0+)
           do not allow write access since the driver write support
           is broken, especially for Win2k. */
        ntfs_debug(DEBUG_BSD,"Going to load VOLUME\n");
        error = ntfs_init_inode(&volume,vol,FILE_VOLUME);
        if (error) return error;
        if ((error = ntfs_get_version(&volume)) >= 0x0300) {
                NTFS_SB(vol)->s_flags |= MS_RDONLY;
                ntfs_error("Warning! NTFS volume version is Win2k+: Mounting
re
        }

-------------------------------------------------------

yani version 3.1 olsa da ayni uyariyi alacaksin:)))

> Tesekkurlerimi bekliyorum :)

Yine de tesekkur ederim ama NTFS5 icin support yok maalesef:)))

IYI CALISMALAR

                                                                MURAT KOC

 
 Listeden cikmak icin:
          unsub linux
 mesajini listeci@bilkent.edu.tr adresine gonderiniz.
   Lutfen Listeci icin MIME / HTML / Turkce Aksan kullanmayin.
 Listeci arayuzu: http://listweb.bilkent.edu.tr/yardim/bilkent/linux.html
 Liste arsivinin adresi: http://listweb.bilkent.edu.tr/


New Message Reply About this list Date view Thread view Subject view Author view

---------

Bu arsiv hypermail 2b29 tarafindan uretilmistir.