Re: [LEDE-DEV] [LEDE-DEV, 3/3] fstools: fix lost mount point when first boot

2018-04-05 Thread rosys...@rosinson.com
but before the jffs2(FS_DEADCODE) get ready,      please use the "mount" command to check if the sda1 is mounted under UART console. 3. You will find that the sda1 is mounted at the begining but lost the mount point after jffs2 get ready (FS_READY). rosys...@rosinson.com   From: John Cr

[LEDE-DEV] [LEDE-DEV, 3/3] fstools: fix lost mount point when first boot

2018-03-29 Thread rosys...@rosinson.com
ong <rosys...@rosinson.com> ---  mount_root.c | 11 ++-  1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mount_root.c b/mount_root.c index dffb0a6..110e4fd 100644 --- a/mount_root.c +++ b/mount_root.c @@ -101,6 +101,7 @@ stop(int argc, char *argv[1])  static int  done(int a

[LEDE-DEV] [LEDE-DEV,1/3] fstools: add exfat filesystem support

2018-03-29 Thread rosys...@rosinson.com
Add exfat filesystem support for fstools so that the block can detect and show the information of stroage in exfat format. Signed-off-by: Rosy Song <rosys...@rosinson.com> ---  CMakeLists.txt                |   1 +  libblkid-tiny/blkidP.h        |  12  libblkid-tiny/exfat.c        

[LEDE-DEV] [LEDE-DEV,2/3] fstools: fix potential memory leak

2018-03-29 Thread rosys...@rosinson.com
Fix potential memory leak in fstools Signed-off-by: Rosy Song <rosys...@rosinson.com> ---  libblkid-tiny/libblkid-tiny.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libblkid-tiny/libblkid-tiny.c b/libblkid-tiny/libblkid-tiny.c index ccfaf63..12cab6f 100644 --- a/li