SDカードをノートブックに接続し、それをホームパーティションとして使用しています。コンピューターの電源を入れると、ホームフォルダーとサブディレクトリに問題なくアクセスできますが、一時停止して再開すると、システムはSDカードを読み取りません。そのため、フリーズする可能性があり、マシンを再起動してすべてを再び機能させる必要があります。
役に立つ情報は次のとおりです。
- MacBook Air 2016
- macOS SierraおよびUbuntu 17.04デュアルブート
- (16.10でも同じ問題が発生しました)
詳細情報:
$ sudo LC_MESSAGES=POSIX lshw -c storage
*-usb
description: Mass storage device
product: Card Reader
vendor: Apple
physical id: 3
bus info: usb@2:3
logical name: scsi1
version: 8.20
serial: 000000000820
capabilities: usb-3.00 scsi emulated scsi-host
configuration: driver=usb-storage maxpower=896mA speed=5000Mbit/s
$ lsusb -vd 05ac:8406 is:
Bus 002 Device 002: ID 05ac:8406 Apple, Inc.
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 3.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 9
idVendor 0x05ac Apple, Inc.
idProduct 0x8406
bcdDevice 8.20
iManufacturer 3
iProduct 4
iSerial 5
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 44
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 224mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 80 Bulk-Only
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0400 1x 1024 bytes
bInterval 0
bMaxBurst 4
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0400 1x 1024 bytes
bInterval 0
bMaxBurst 4
また、主な違いは、サスペンドの前lsblk
にsdb1
デバイス(としてマウントされたSDカード/home
)が表示されることです。ウェイクアップ後lsblk
、SDカードが表示されず、/home
フォルダー上のファイルにアクセスできません。また、SDカードを再接続できません。認識されません。
syslog –最新の一時停止は、45263行目の「5月9日22:56:01」から発生します。
興味深い部分は次のとおりです。
May 9 22:56:25 MacBookAir kernel: [ 5883.035573] PM: Finishing wakeup. May 9 22:56:25 MacBookAir kernel: [ 5883.035575] Restarting tasks ... May 9 22:56:25 MacBookAir kernel: [ 5883.035795] usb 2-3: USB disconnect, device number 2 [...snip...] May 9 22:56:26 MacBookAir kernel: [ 5884.869838] usb usb2-port3: cannot disable (err = -32) May 9 22:56:26 MacBookAir kernel: [ 5884.869942] xhci_hcd 0000:00:14.0: Cannot set link state. May 9 22:56:26 MacBookAir kernel: [ 5884.869969] usb usb2-port3: cannot disable (err = -32)
プライバシーが必要な場合は、ハードディスクに/ homeディレクトリを作成して暗号化することをお勧めします。
—
user258532
@ user258532プライバシーに問題はありません。SDメモリを使用しているのは、128 GBのメモリがあり、その60〜70%がmacOSに属しているm.2 sata ssdがあるためです。
—
エゲスキュ
サスペンド/ウェイクの前後でlsusbの出力に何か変化がありますか?
—
blvdeer
あなたはまだ相互作用ウェイクアップ後のあなたのシステムに、あなたはの内容も含めてください可能性があり得るので
—
デビッドフォースター
/var/log/pm-suspend.log
と/var/log/syslog
あなたの質問では?質問に当てはまらない場合は、ペーストサービスを使用できます。
pm-suspend.logというログファイルはありませんでした。ただし、syslogファイルをpastebinとしてコピーしました。
—
エゲスキュ