我愚蠢地将我的新SD卡文件系统更改为NTFS,用于使用我的笔记本电脑和我的Android平板电脑。现在我意识到我的平板电脑不想在我把它进入时看到卡。现在我买了2个USB,并注意他们有FAT32文件系统。
哪些文件系统适用于每个存储,并将与我所有的设备兼容?
我愚蠢地将我的新SD卡文件系统更改为NTFS,用于使用我的笔记本电脑和我的Android平板电脑。现在我意识到我的平板电脑不想在我把它进入时看到卡。现在我买了2个USB,并注意他们有FAT32文件系统。
哪些文件系统适用于每个存储,并将与我所有的设备兼容?
I stupidly changed my new SD cards file system to NTFS for using with my laptops and my Android tablet. Now I realize my tablet doesn't want to see the card when I put it in. And now I bought 2 USB's and notice they have FAT32 file system on them.
Which file system will work for each storage and will be compatible with all my devices?
在Android上我将使用exfat,它具有更少的限制,并支持大多数平台的读写,包括Linux,Android,OSX和显然是Windows。您可能需要在Linux上需要几行命令,而不是一个大问题。
用于Linux用户:
apt(or yum) install fuse exfat-utils
默认情况下,某些桌面环境可能会有exfat支持。
On Android I would use exFAT, it has fewer limits and is supported to read and write by most platforms including Linux, Android, Osx and obviously Windows. You might need a couple of lines of commands on linux, not a big deal.
For Linux users:
apt(or yum) install fuse exfat-utils
Some desktop environments might have exFAT support by default though.
FAT32和FAT64用于MicroSDHC和MicroSDXC卡,这通常是在移动设备中使用的手机或片剂。因此FAT32或FAT64将为您的平板电脑工作。 FAT32也适用于USB,也是
Fat32 and Fat64 are used for microSDHC and MicroSDXC cards, which are normally the ones used in mobile devices such as phones or tablets. So either fat32 or fat64 will work for your tablet. Fat32 is fine for the usb as well
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有