我曾经可以使用不同的软件查看和管理我的 iPod:Amarok、Rhythmbox、GTKPod。该设备是纳米 1 代 4GB。
目前它定期安装并且可以从文件系统访问,但我在dmesg
:
[ 1547.617891] scsi 11:0:0:0: Direct-Access Apple iPod 1.62 PQ: 0 ANSI: 0
[ 1547.619103] sd 11:0:0:0: Attached scsi generic sg2 type 0
[ 1547.620478] sd 11:0:0:0: [sdb] Adjusting the sector count from its reported value: 7999488
[ 1547.620494] sd 11:0:0:0: [sdb] 7999487 512-byte hardware sectors: (4.09 GB/3.81 GiB)
[ 1547.621718] sd 11:0:0:0: [sdb] Write Protect is off
[ 1547.621726] sd 11:0:0:0: [sdb] Mode Sense: 68 00 00 08
[ 1547.621732] sd 11:0:0:0: [sdb] Assuming drive cache: write through
[ 1547.623591] sd 11:0:0:0: [sdb] Adjusting the sector count from its reported value: 7999488
[ 1547.624993] sd 11:0:0:0: [sdb] Assuming drive cache: write through
[ 1547.625003] sdb: sdb1 sdb2
[ 1547.629686] sd 11:0:0:0: [sdb] Attached SCSI removable disk
[ 1548.084026] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 1548.369502] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 1548.504358] FAT: invalid media value (0x2f)
[ 1548.504363] VFS: Can't find a valid FAT filesystem on dev sdb1.
[ 1548.945173] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 1548.945179] FAT: invalid media value (0x2f)
[ 1548.945182] VFS: Can't find a valid FAT filesystem on dev sdb1.
[ 1610.092886] usb 2-6: USB disconnect, address 9
Run Code Online (Sandbox Code Playgroud)
唯一可以(部分)访问它的应用程序是 Rhythmbox。我之所以这么说,部分是因为我可以将文件传输到 iPod,但不能删除或修改它们。还有一次传输没有完成,16 首歌曲中只有 9 首传送到了设备。我尝试过的所有其他软件(GTKPod、Amarok、Songbird)甚至都没有检测到它。
我能做些什么来解决这个问题?
编辑:
# fdisk -l /dev/sdb
Disk /dev/sdb: 4095 MB, 4095737344 bytes
241 heads, 62 sectors/track, 535 cylinders
Units = cylinders of 14942 * 512 = 7650304 bytes
Disk identifier: 0x20202020
Device Boot Start End Blocks Id System
/dev/sdb1 1 11 80293+ 0 Empty
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(0, 1, 1) logical=(0, 1, 2)
Partition 1 has different physical/logical endings:
phys=(9, 254, 63) logical=(10, 181, 8)
Partition 1 does not end on cylinder boundary.
/dev/sdb2 11 536 3919415+ b W95 FAT32
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(10, 0, 7) logical=(10, 181, 15)
Partition 2 has different physical/logical endings:
phys=(497, 240, 62) logical=(535, 88, 61)
Run Code Online (Sandbox Code Playgroud)
编辑2:
“之前”的状态很难说,之前有很多更新。有一段时间没有使用我的 iPod,所以我不能说它什么时候停止工作。我确定 Amarok 仍然是 1.X 版,但不记得是什么时候了。我目前的系统是 debian testing 完全更新。
注意:刚刚注意到,如果我手动安装设备而不是让 nautilus 自动安装它,我可以在 GTKPod 上再次看到它,但在 Banshee 上仍然看不到,并且它从 Rhythmbox 中消失了......
您在 /dev/sdb1 上看到的消息完全正常,因为上面没有 FAT 文件系统。
当您将 fdisk -l 插入 PC 时,您可以发布 fdisk -l 的输出吗?
如果有更多 dmesg 输出提到 /dev/sdb2,也将其发布。
编辑:我刚刚注意到你在原来的问题中说它实际上可以正常安装 - 在这种情况下,你在 dmesg 中获得的输出完全无关;)
接下来要做的事情是在文件系统上运行 fsck,因为您描述的问题也可能归因于文件系统损坏。为此,您需要将其插入并手动卸载它:
卸载/dev/sdb2
进而
fsck -av /dev/sdb2
完成后,断开连接,然后重新连接,然后交叉手指:)
归档时间: |
|
查看次数: |
1991 次 |
最近记录: |