格式化 USB 记忆棒以使其可用于 Linux 和 Windows 10 的最佳方法是什么?
另外,格式化 USB 记忆棒的最佳做法是什么?是否最好仅将 USB 记忆棒格式化为 Linux 使用而不是 Linux 和 Windows 使用?
我是 Linux 新手,我使用的是 Ubuntu 20.04。
将不胜感激要遵循的确切步骤。
格式化 USB 记忆棒以使其可用于 Linux 和 Windows 10 的最佳方法是什么?
另外,格式化 USB 记忆棒的最佳做法是什么?是否最好仅将 USB 记忆棒格式化为 Linux 使用而不是 Linux 和 Windows 使用?
我是 Linux 新手,我使用的是 Ubuntu 20.04。
将不胜感激要遵循的确切步骤。
嗨,我已经查看了其他问题,但解决方案似乎不起作用
我已经进入命令终端并使用 sudo su 获得了 root 权限
然后我查看了我的 fdisk -l ,它显示了 /Dev/sda1 /sda2 和 /sda3 这是两个 Microsoft 基本数据和 Efi 系统。USB只有我用来下载Linux的操作系统。
我想清除 USB 驱动器,但它不会在我的 Mac 中查看,所以我将它放在我的 Linux 设备上并尝试使用 /dev/sda1 d 命令但权限被拒绝
尝试使用 sudo Infront 来但没有奏效。谁能帮我我需要那个USB
树莓派 4 发布了一个新的测试版引导加载程序(很快就会退出测试版),它本机支持 USB 引导,无需 SD 卡。近期是否有计划在 Ubuntu 上支持该功能?
多年来,我使用一堆 SD 卡和 USB 在不同的计算机上安装了几个 Ubuntu,现在我想恢复这些卡以将它们用于正常存储。我似乎无法在网上找到任何方法。
有人可以帮忙吗?
我有一个用 FAT32 格式化的稍微有点乱的 64GB USB 驱动器,我想在 Ubuntu 18.04 上修复它。
第一次尝试:
$ sudo fsck.vfat /dev/sdc1
fsck.fat 4.1 (2017-01-24)
FATs differ but appear to be intact. Use which FAT ?
1) Use first FAT
2) Use second FAT
? 1
Reclaimed 4221 unused clusters (138313728 bytes).
Free cluster summary wrong (1484695 vs. really 1488915)
1) Correct
2) Don't correct
? 1
Perform changes ? (y/n) y
/dev/sdc1: 20 files, 402763/1891678 clusters
$
但是,当我之后重新安装驱动器时,损坏的文件再次出现并拒绝任何删除它们的尝试。我可以根据需要多次重新运行命令,结果完全相同。
第二次尝试,基于如何修复损坏的 FAT32 文件系统:
$ sudo fsck.vfat -w -r -v -l -a -t /dev/sdc1
fsck.fat 4.1 (2017-01-24)
Checking we can access the last sector of the filesystem
Boot sector contents:
System ID "THREES "
Media byte 0xf8 (hard disk)
512 bytes per logical sector
32768 bytes per cluster
32 reserved sectors
First FAT starts at byte 16384 (sector 32)
2 FATs, 32 bit entries
7567872 bytes per FAT (= 14781 sectors)
Root directory start at cluster 2 (arbitrary size)
Data area starts at byte 15152128 (sector 29594)
1891678 data clusters (61986504704 bytes)
63 sectors/track, 32 heads
63 hidden sectors
121097025 sectors total
FATs differ but appear to be intact. Using first FAT.
Checking file /
[...]
Checking for bad clusters.
Reclaiming unconnected clusters.
Reclaimed 4221 unused clusters (138313728 bytes) in 1 chain.
Checking free cluster summary.
Free cluster summary wrong (1484695 vs. really 1484694)
Auto-correcting.
Performing changes.
/dev/sdc1: 21 files, 406984/1891678 clusters
结果相同:fsck 发现错误,就像修复它们一样,但文件系统之后似乎完全没有改变,所有损坏的文件仍然存在。
当然,文件系统在 fsck 之前已被卸载。我错过了什么?
如何为新插入的媒体配置 LXQt 下执行的内容?我希望pcmanfm-qt
LXQt 的文件管理器在任何情况下都启动。
因为当前的行为是无用的和奇怪的。请参阅下文,了解我的 Lubuntu 18.10 (LXQt) 系统现在发生了什么——我想了解导致当前奇怪行为的原因。
当前插入 USB 大容量存储设备或 SD 卡时:
对于 USB 大容量存储设备,而不是 SD 卡,PCManFM-Qt 文件管理器会弹出一个窗口,询问该怎么做。
对于所有设备,右下角还会出现一个小的黑色弹出窗口,显示文件系统标签和挂载图标。
单击黑色小弹出框时,会发生非常奇怪的事情:
音乐播放器Audacious将启动,扫描媒体并创建播放列表;这种行为是在我在 Lubuntu 桌面环境下使用过一次 Gnome 文件管理器 Nautilus 之后开始的
在摆脱 Audacious 之后,磁盘使用分析器 Baobab 将为每个新插入的介质启动
在摆脱 Baobab 之后,Gnome 文件管理器 Nautilus 将为每个新插入的媒体启动,即使这是 LXQt而不是标准的 Ubuntu / Gnome 桌面环境
我一直在尝试基准测试读取和写入 3.5 英寸软盘上 FAT 文件系统中的整个可用空间需要多长时间。读取不是什么大问题。只要之前没有读取过该文件到测试,我可以简单地运行time cp /media/user/disk/file .
。但是,事实证明,写作更麻烦。
如果我使用cp
as 来阅读,我得到的结果接近于零。命令完成,驱动器在接下来的 45 秒左右继续写入。我还尝试使用dd if=/dev/urandom of=/media/user/disk/file bs=1457664 count=1
动态生成随机数据以放在磁盘上,但结果相同。我尝试的最终解决方案是pv file > /media/user/disk/file
,同样的结果,只是呈现方式不同。至少我发现声称的 192MiB/s 写入速度很有趣。
我怀疑它与这样的东西有很大的不同,但我正在运行 Ubuntu 18.04 x64 MATE。该驱动器使用 USB 进行电源和数据传输。
我安装了 Ubuntu 18.04 LTS。
我将 USB 闪存插入我的笔记本电脑。它被自动挂载到/media/username/DISKLABEL并在 Nautilus 中打开。我可以读取和写入对象。
如何从作为 Snap 安装的应用程序访问它?
我尝试了以下应用程序的快照,例如gedit
, arduino-mhall119
, organize-my-files
. 如果我导航到/media文件夹,它们都会向我显示错误:
无法读取媒体的内容
打开“/media”目录时出错:权限被拒绝
活动 Snap接口的输出如下:
$ snap interfaces | grep -v ".*-$"
Slot Plug
:browser-support organize-my-files
:core-support core:core-support-plug
:cups-control gedit
:desktop gedit,organize-my-files
:desktop-legacy gedit,organize-my-files
:gsettings gedit,organize-my-files
:home arduino-mhall119,gedit,organize-my-files
:network arduino-mhall119,gedit,organize-my-files,pulsemixer
:opengl organize-my-files
:pulseaudio organize-my-files,pulsemixer
:unity7 arduino-mhall119,gedit,organize-my-files
:wayland gedit
:x11 arduino-mhall119,organize-my-files,pulsemixer
gnome-3-26-1604:gnome-3-26-1604 gedit
gtk-common-themes:gtk3-themes gedit
gtk-common-themes:icon-themes gedit
gtk-common-themes:sound-themes gedit
- arduino-mhall119:serial-port
- gedit:avahi-observe
- gedit:mount-observe
更新:
snap connect gedit:mount-observe
并没有帮助。removable-media
接口的特殊 Snap。以前,我能够读取和写入我的 128GB Micro SDXC 存储卡,它总是从我的计算机上正确删除(即使用“弹出”选项)......它也从我的手机中正确删除,因为我在取出存储卡之前,请关闭手机。
然而现在,当我尝试在 Ubuntu 中安装我的存储卡时,我被告知:
Unable to access "Phablet"
Error mounting /dev/sdc1 at /media/gregoryopera/Phablet: Command-line `mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1003,gid=1003,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077" "/dev/sdc1" "/media/gregoryopera/Phablet"' exited with non-zero exit status 32: mount: unknown filesystem type 'exfat'
我的存储卡上没有任何变化(即它一直是相同的格式)并且除了通常的日常更新之外,我的计算机上也没有任何变化......
任何帮助都会很棒。