我对与 Ubuntu 相关的一切都很陌生。到目前为止,我一直在尝试使用一台未使用的外星人笔记本电脑构建一个在 Ubuntu Server 16.04 上运行的 Plex 媒体服务器,效果不错。问题是:笔记本电脑没有足够的磁盘空间来存储大量视频文件。因此,我尝试安装我的 500Gb Seagate(P/N:9SD2A4-500),但没有任何效果。它已格式化为 NTFS,在 Windows 10 中运行良好。
我试过ls /dev/|grep sd在我插入硬盘之前:
sda
sda1
sda2
sda5
插上电源后:
sda
sda1
sda2
sda5
一样。
我试过fsdisk -l:
/dev/sda1 * 2048 999423 997376 487M 83 Linux
/dev/sda2 1001470 976771071 975769602 465.3G 5 Extended
/dev/sda5 1001472 976771071 975769600 465.3G 8e Linux LVM
Disk /dev/mapper/ubuntuserv--vg-root: 461.5 GiB, 495565406208 bytes, 967901184 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/ubuntuserv--vg-swap_1: 3.8 GiB, 4026531840 bytes, 7864320 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
没有运气。
运行时我没有看到任何变化系统盘:
Bus 002 Device 003: ID 0c45:63e9 Microdia
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 187c:0512 Alienware Corporation
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 004: ID 413c:8158 Dell Computer Corp. Integrated Touchpad / Trackstick
Bus 003 Device 003: ID 413c:8157 Dell Computer Corp. Integrated Keyboard
Bus 003 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
运行时也没有变化消息 |尾部-n 20:
[ 32.911289] audit: type=1400 audit(1515126458.296:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=896 comm="apparmor_parser"
[ 32.911318] audit: type=1400 audit(1515126458.296:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=901 comm="apparmor_parser"
[ 32.911525] audit: type=1400 audit(1515126458.296:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=895 comm="apparmor_parser"
[ 32.911534] audit: type=1400 audit(1515126458.296:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-cgns" pid=895 comm="apparmor_parser"
[ 32.911540] audit: type=1400 audit(1515126458.296:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=895 comm="apparmor_parser"
[ 33.387616] cgroup: new mount options do not match the existing superblock, will be ignored
[ 34.659373] FS-Cache: Loaded
[ 35.288776] FS-Cache: Netfs 'cifs' registered for caching
[ 35.288867] Key type cifs.spnego registered
[ 35.288877] Key type cifs.idmap registered
[ 41.288178] CIFS VFS: Error connecting to socket. Aborting operation.
[ 41.288210] CIFS VFS: Error connecting to socket. Aborting operation.
[ 41.288219] CIFS VFS: Error connecting to socket. Aborting operation.
[ 41.288678] CIFS VFS: Error connecting to socket. Aborting operation.
[ 41.288861] CIFS VFS: Error connecting to socket. Aborting operation.
[ 41.288924] CIFS VFS: cifs_mount failed w/return code = -113
[ 41.289446] CIFS VFS: cifs_mount failed w/return code = -113
[ 41.293798] CIFS VFS: cifs_mount failed w/return code = -113
[ 41.293829] CIFS VFS: cifs_mount failed w/return code = -113
[ 41.294053] CIFS VFS: cifs_mount failed w/return code = -113
我的硬盘可能与 Ubuntu 不兼容吗?我知道 500Gb 不够,但我想在购买新的外置硬盘之前测试一下我的装有 Ubuntu Server 的笔记本电脑是否可以内置到 Plex Media Server 中。有人能帮我吗?
谢谢。
答案1
如果那是 SSD 驱动器,16.04 可能不支持它。我有一台戴尔 PC,SSD 需要特殊的驱动程序,而 fdisk 与之不兼容。所需的支持直到 2017 年初才出现在内核中。我相信我的驱动器类型是 M-2。驱动器没有像我预期的那样显示为 /dev/sdb。它完全不同,就像 /dev/nvme*
我认为您需要告诉我们驱动器的类型以及您如何连接它。如果驱动器是内置的,并且是 SATA,则可能会显示为 /dev/sdb,如果是外置的,您会看到有关插入它的 dmesg 输出。另外,检查 bios 以确保驱动器已启用。
您的 dmesg 输出让我怀疑您的 ntfs 是否正常工作?如果您之前没有尝试过 ntfs,请理解这是一个单独的问题,需要在担心硬盘类型和连接之前先解决它。使用 ntfs 格式化 USB 棒并进行练习。