This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001073] New: ROM FS do not allow to use FIS names as devicename in mount.


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001073

           Summary: ROM FS do not allow to use FIS names as device name in
                    mount.
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: low
         Component: ROM filesystem
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: aaganichev@gmail.com
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


The most samples show that this behaviour is valid for JFFS2, but ROM FS only
allows to specify exact address as device name which is ugly. The patch
attached allows to mount ROM FS image as follows:

mount("/dev/flash/fis/romfs", "/rom", "romfs");

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]