我对Ubuntu的一切都很陌生。到目前为止,我一直在尝试用一台未使用的alienware笔记本电脑在UbuntuServer16.04上构建一个Plex媒体服务器。问题是:笔记本电脑没有足够的磁盘空间来容纳大量的视频文件。因此,我试图安装我的500‘m的希捷(P/N: 9SD2A4-500),但没有任何工作为我。它被格式化为NTFS,在Windows 10中运行良好。
在插入硬盘驱动器之前,我尝试了ls /dev/:
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不走运。
我运行lsusb时没有看到任何变化:
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此外,在运行dmesg _ -n _
[ 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不兼容吗?我知道500 to是不够的,但我想测试一下,在购买新的外部硬盘驱动器之前,我的带有Ubuntu的笔记本电脑可以内置到Plex Media Server中。有人能帮帮我吗?
谢谢。
发布于 2018-01-05 06:22:08
如果这是一个SSD驱动器,16.04可能不支持它。我有戴尔个人电脑和SSD需要一个特殊的驱动程序和磁盘是不兼容的。所需的支持直到2017年初才出现在内核中。我想我的动力是M2型。驱动器不像我预期的那样显示为/dev/sdb。它完全不同,比如/dev/nvme*
我认为你需要告诉我们的驱动器类型和你是如何连接它。如果驱动器是内部的,并且是SATA,它很可能会显示为/dev/sdb,如果它是外部的,您将看到dmesg输出有关插入它。此外,检查bios以确保驱动器是启用的。
您的dmesg输出使我怀疑您是否有ntfs工作?如果您以前没有尝试过ntfs,请理解这是一个单独的问题,在担心硬盘类型和连接之前需要解决。格式化USB棒w并在此上进行练习。
https://askubuntu.com/questions/992482
复制相似问题