| The Following User Says Thank You to jesper For This Useful Post: | ||
|
|
2016-04-24
, 13:25
|
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#22
|
|
|
2016-04-24
, 14:14
|
|
Posts: 1,290 |
Thanked: 4,319 times |
Joined on Oct 2014
|
#23
|
Would a fuse-udf driver be possible? I use UDF on my flash drives, and it would be great if the tablet could read them.
|
|
2016-04-24
, 14:49
|
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#24
|

[nemo@pootle ~]$ cat /proc/filesystems
nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev cgroup
nodev cpuset
nodev tmpfs
nodev devtmpfs
nodev binfmt_misc
nodev debugfs
nodev sockfs
nodev pipefs
nodev anon_inodefs
nodev configfs
nodev devpts
ext3
ext2
ext4
squashfs
nodev ramfs
vfat
msdos
nodev ecryptfs
nodev autofs
fuseblk
nodev fuse
nodev fusectl
btrfs
nodev pstore
nodev efivarfs
nodev mqueue
nodev functionfs
| The Following User Says Thank You to abranson For This Useful Post: | ||
|
|
2016-04-24
, 14:54
|
|
Posts: 1,290 |
Thanked: 4,319 times |
Joined on Oct 2014
|
#25
|
No
I've seen it compiled as a module though, so could it be added as that, or would it have to be fuse for removable media?Code:[nemo@pootle ~]$ cat /proc/filesystems nodev sysfs nodev rootfs nodev bdev nodev proc nodev cgroup nodev cpuset nodev tmpfs nodev devtmpfs nodev binfmt_misc nodev debugfs nodev sockfs nodev pipefs nodev anon_inodefs nodev configfs nodev devpts ext3 ext2 ext4 squashfs nodev ramfs vfat msdos nodev ecryptfs nodev autofs fuseblk nodev fuse nodev fusectl btrfs nodev pstore nodev efivarfs nodev mqueue nodev functionfs
|
|
2016-04-24
, 19:56
|
|
|
Posts: 1,478 |
Thanked: 9,871 times |
Joined on Dec 2008
@ Shanghai / London
|
#26
|
| The Following User Says Thank You to chenliangchen For This Useful Post: | ||
|
|
2016-04-25
, 10:34
|
|
Posts: 51 |
Thanked: 37 times |
Joined on Jul 2010
@ Stockholm
|
#28
|
Which command did you use?
I got the incorrect command perhaps, couldn't get the card mounted...
| The Following 2 Users Say Thank You to jesper For This Useful Post: | ||
|
|
2016-04-25
, 17:33
|
|
|
Posts: 1,478 |
Thanked: 9,871 times |
Joined on Dec 2008
@ Shanghai / London
|
#29
|
I cannot remember doing anything special so the process must have been rather straightforward for me.
Any particular problem or error message that you encounter?
Format the SDcard:
mkexfatfs /dev/mmcblk1p1
or
mkfs.exfat /dev/mmcblk1p1
Give the SDcard a label:
exfatlabel /dev/mmcblk1p1 myLabel
//j
|
|
2016-04-25
, 17:44
|
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#30
|
| The Following User Says Thank You to coderus For This Useful Post: | ||
Thanks.
Ran a quick test and it seems to work fine.
//j