Skip to main content
deleted 164 characters in body
Source Link

On Linux, I'm used to accessing e.g. HDD data through lsblk. However, sharing my WD HDD external drive with Linux on my chromebook (appears under /mnt/chromeos/externals/) lsblk or lshw will not yield any results. Why is that? How does ChromeOS provide access to these external hard drives for the linux environment?

Background:

The 1 TB WD HDD is most likely SATA, however, when trying to analyse it through smartctl (smartmontools), I get an "inappropriate ioctl" error when specifying -d ata, and prior an "unable to detect device type" error when not manually specifying a type. I suspect this has to do with how chromeOS mounts the shared folders (from the chromeOS filesystem) to be accessible to linux.

This has been asked as a separate question: https://unix.stackexchange.com/questions/743791/chromeos-to-linux-shared-hdd-not-recognized-device-type-for-smartctl

In sum, please be so kind and help me understand the chromeOS Linux integration better. Thank you so much! :-)

Update:

findmnt yields this as only detail regarding the mounts where the "shared files" (chromeOS to linux) are mounted:

+-/mnt/chromeos                 9p
+-/mnt/external                 tmpfs

On Linux, I'm used to accessing e.g. HDD data through lsblk. However, sharing my WD HDD external drive with Linux on my chromebook (appears under /mnt/chromeos/externals/) lsblk or lshw will not yield any results. Why is that? How does ChromeOS provide access to these external hard drives for the linux environment?

Background:

The 1 TB WD HDD is most likely SATA, however, when trying to analyse it through smartctl (smartmontools), I get an "inappropriate ioctl" error when specifying -d ata, and prior an "unable to detect device type" error when not manually specifying a type. I suspect this has to do with how chromeOS mounts the shared folders (from the chromeOS filesystem) to be accessible to linux.

This has been asked as a separate question: https://unix.stackexchange.com/questions/743791/chromeos-to-linux-shared-hdd-not-recognized-device-type-for-smartctl

In sum, please be so kind and help me understand the chromeOS Linux integration better. Thank you so much! :-)

Update:

findmnt yields this as only detail regarding the mounts where the "shared files" (chromeOS to linux) are mounted:

+-/mnt/chromeos                 9p
+-/mnt/external                 tmpfs

On Linux, I'm used to accessing e.g. HDD data through lsblk. However, sharing my WD HDD external drive with Linux on my chromebook (appears under /mnt/chromeos/externals/) lsblk or lshw will not yield any results. Why is that? How does ChromeOS provide access to these external hard drives for the linux environment?

Background:

The 1 TB WD HDD is most likely SATA, however, when trying to analyse it through smartctl (smartmontools), I get an "inappropriate ioctl" error when specifying -d ata, and prior an "unable to detect device type" error when not manually specifying a type. I suspect this has to do with how chromeOS mounts the shared folders (from the chromeOS filesystem) to be accessible to linux.

In sum, please be so kind and help me understand the chromeOS Linux integration better. Thank you so much! :-)

Update:

findmnt yields this as only detail regarding the mounts where the "shared files" (chromeOS to linux) are mounted:

+-/mnt/chromeos                 9p
+-/mnt/external                 tmpfs
Minor formatting, replace screenshot with code-formatted text, remove duplicating tag
Source Link
AdminBee
  • 23.6k
  • 25
  • 55
  • 77

On linuxLinux, I'm used to accessing e.g. HDD data through lsblklsblk. However, sharing my WD HDD external drive with linuxLinux on my chromebook (appears under /mnt/chromeos/externals//mnt/chromeos/externals/) lsblklsblk or lshwlshw will not yield any results. Why is that? How does ChromeOS provide access to these external hard drives for the linux environment?

Background:Background:

The 1 TB WD HDD is most likely SATA, however, when trying to analyse it through smartctl smartctl (smartmontoolssmartmontools), I get an "inappropriate ioctl" error when specifying "-d ata"-d ata, and prior an "unable to detect device type" error when not manually specifying a type. I suspect this has to do with how chromeOS mounts the shared folders (from the chromeOS filesystem) to be accessible to linux. 

This has been asked as a separate question separately here: https://unix.stackexchange.com/questions/743791/chromeos-to-linux-shared-hdd-not-recognized-device-type-for-smartctl

In sum, please be so kind and help me understand the chromeOS linuxLinux integration better. Thank you so much! :-)

PS. FindmntUpdate:

findmnt yields this as only detail regarding the mounts where the "shared files" (chromeOS to linux) are mounted: enter image description here

+-/mnt/chromeos                 9p
+-/mnt/external                 tmpfs

On linux, I'm used to accessing e.g. HDD data through lsblk. However, sharing my WD HDD external drive with linux on my chromebook (appears under /mnt/chromeos/externals/) lsblk or lshw will not yield any results. Why is that? How does ChromeOS provide access to these external hard drives for the linux environment?

Background: The 1 TB WD HDD is most likely SATA, however, when trying to analyse it through smartctl (smartmontools), I get an "inappropriate ioctl" error when specifying "-d ata", and prior an "unable to detect device type" error when not manually specifying a type. I suspect this has to do with how chromeOS mounts the shared folders (from the chromeOS filesystem) to be accessible to linux. This question separately here: https://unix.stackexchange.com/questions/743791/chromeos-to-linux-shared-hdd-not-recognized-device-type-for-smartctl

In sum, please be so kind and help me understand the chromeOS linux integration better. Thank you so much! :-)

PS. Findmnt yields this as only detail regarding the mounts where the "shared files" (chromeOS to linux) are mounted: enter image description here

On Linux, I'm used to accessing e.g. HDD data through lsblk. However, sharing my WD HDD external drive with Linux on my chromebook (appears under /mnt/chromeos/externals/) lsblk or lshw will not yield any results. Why is that? How does ChromeOS provide access to these external hard drives for the linux environment?

Background:

The 1 TB WD HDD is most likely SATA, however, when trying to analyse it through smartctl (smartmontools), I get an "inappropriate ioctl" error when specifying -d ata, and prior an "unable to detect device type" error when not manually specifying a type. I suspect this has to do with how chromeOS mounts the shared folders (from the chromeOS filesystem) to be accessible to linux. 

This has been asked as a separate question: https://unix.stackexchange.com/questions/743791/chromeos-to-linux-shared-hdd-not-recognized-device-type-for-smartctl

In sum, please be so kind and help me understand the chromeOS Linux integration better. Thank you so much! :-)

Update:

findmnt yields this as only detail regarding the mounts where the "shared files" (chromeOS to linux) are mounted:

+-/mnt/chromeos                 9p
+-/mnt/external                 tmpfs
added 208 characters in body
Source Link

On linux, I'm used to accessing e.g. HDD data through lsblk. However, sharing my WD HDD external drive with linux on my chromebook (appears under /mnt/chromeos/externals/) lsblk or lshw will not yield any results. Why is that? How does ChromeOS provide access to these external hard drives for the linux environment?

Background: The 1 TB WD HDD is most likely SATA, however, when trying to analyse it through smartctl (smartmontools), I get an "inappropriate ioctl" error when specifying "-d ata", and prior an "unable to detect device type" error when not manually specifying a type. I suspect this has to do with how chromeOS mounts the shared folders (from the chromeOS filesystem) to be accessible to linux. This question separately here: https://unix.stackexchange.com/questions/743791/chromeos-to-linux-shared-hdd-not-recognized-device-type-for-smartctl

In sum, please be so kind and help me understand the chromeOS linux integration better. Thank you so much! :-)

PS. Findmnt yields this as only detail regarding the mounts where the "shared files" (chromeOS to linux) are mounted: enter image description here

On linux, I'm used to accessing e.g. HDD data through lsblk. However, sharing my WD HDD external drive with linux on my chromebook (appears under /mnt/chromeos/externals/) lsblk or lshw will not yield any results. Why is that? How does ChromeOS provide access to these external hard drives for the linux environment?

Background: The 1 TB WD HDD is most likely SATA, however, when trying to analyse it through smartctl (smartmontools), I get an "inappropriate ioctl" error when specifying "-d ata", and prior an "unable to detect device type" error when not manually specifying a type. I suspect this has to do with how chromeOS mounts the shared folders (from the chromeOS filesystem) to be accessible to linux. This question separately here: https://unix.stackexchange.com/questions/743791/chromeos-to-linux-shared-hdd-not-recognized-device-type-for-smartctl

In sum, please be so kind and help me understand the chromeOS linux integration better. Thank you so much! :-)

On linux, I'm used to accessing e.g. HDD data through lsblk. However, sharing my WD HDD external drive with linux on my chromebook (appears under /mnt/chromeos/externals/) lsblk or lshw will not yield any results. Why is that? How does ChromeOS provide access to these external hard drives for the linux environment?

Background: The 1 TB WD HDD is most likely SATA, however, when trying to analyse it through smartctl (smartmontools), I get an "inappropriate ioctl" error when specifying "-d ata", and prior an "unable to detect device type" error when not manually specifying a type. I suspect this has to do with how chromeOS mounts the shared folders (from the chromeOS filesystem) to be accessible to linux. This question separately here: https://unix.stackexchange.com/questions/743791/chromeos-to-linux-shared-hdd-not-recognized-device-type-for-smartctl

In sum, please be so kind and help me understand the chromeOS linux integration better. Thank you so much! :-)

PS. Findmnt yields this as only detail regarding the mounts where the "shared files" (chromeOS to linux) are mounted: enter image description here

added 84 characters in body
Source Link
Loading
edited title
Link
Loading
added 27 characters in body
Source Link
Loading
edited tags; edited title
Link
Loading
added 5 characters in body
Source Link
Loading
Source Link
Loading