You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "oreh-a (via GitHub)" <gi...@apache.org> on 2023/01/29 16:11:57 UTC

[GitHub] [nuttx] oreh-a opened a new pull request, #8341: Add smartfs loop driver registration

oreh-a opened a new pull request, #8341:
URL: https://github.com/apache/nuttx/pull/8341

   ## Summary
   To have possibility to create loop device with SmartFS its driver should be first registered
   
   ## Impact
   No impact
   
   ## Testing
   PRE: File /home/user/SmartFS.dat exists and has correct size
   nsh> mount -t hostfs -o fs=/home/user /host
   nsh> losmart -s 1024 -e 4096 -m 0 -o 0 /host/SmartFS.dat
   nsh> mksmartfs /dev/smart0
   nsh> mount -t smartfs /dev/smart0 /mnt
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 merged pull request #8341: Add smartfs loop driver registration

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #8341:
URL: https://github.com/apache/nuttx/pull/8341


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org