Skip to main content

Questions tagged [io]

IO or I/O is a common shorthand for referring to Input and Output

3 votes
1 answer
14k views

Trying to write to /sys/class/gpio/export – write error: Invalid argument

I have an Intel aaeon upboard and I want to use its GPIO pins. To do that I'm trying the below code: echo 17 > /sys/class/gpio/export But when I run it, this is what I get: -bash: echo: write ...
Yunus Temurlenk's user avatar
4 votes
1 answer
2k views

Where do Docker containers and Kubernetes pods write to disk in absence of a volume?

General question about the internals of Docker and containers running in Kubernetes when using the Docker engine. Docker containers are ephemeral, meaning that if a container is destroyed, any data ...
John Stone's user avatar
0 votes
0 answers
2k views

Unable to mount DVD - unable to read superblock

I bought a Documentary DVD online, but when I inserted the DVD into a Windows machine, nothing happened. So, I tried with Ubuntu, and same thing happened. When I checked dmesg after I inserted the ...
azemda's user avatar
  • 1
0 votes
1 answer
308 views

Does 'Write cliff' phenomenon only happen to SSD disks?

First of all, I am new to disks, I just know the basics. I am trying to improve performance of a software with heavy I/O and I need to understand how my SAS disks work in terms of read and write speed....
Jorge's user avatar
  • 3
0 votes
1 answer
929 views

CPU Burst or I/O Burst

If a process that currently is being executed faces an I/O Burst, will the next available process gain the CPU burst or will the processor wait until the I/O Burst of the first process finishes to ...
MoveUK's user avatar
  • 11
0 votes
2 answers
277 views

What's the use of providing number of partitions when partitioning a hard disk?

I'm trying to partition my hard disk to make it usable. I'm following the steps given in this link to partition my hard disk. I'm doing this by providing the number of partitions as 1 and choosing the ...
Tom Taylor's user avatar
2 votes
0 answers
127 views

IOException - Leiningen REPL crashing while typing

I'm coding in Clojure and have been using Lein's REPL thoroughly. But recently it's been crashing while I'm typing, especially while opening or closing maps or parenthesis, with the following error ...
Yago Dórea's user avatar
0 votes
1 answer
43 views

How to save output of python-swiftclient to file when dowloading a directory?

When I download files from a cloud with python-swiftclient sometimes I get errors like this one: Error downloading object 'uploads/1/image.png': Object GET failed: https://orbit.brightbox.com/v1/...
Hirurg103's user avatar
  • 313
1 vote
0 answers
85 views

What prevents my RT thread from working?

I have some data acquisition application running under Linux 2.6.37 on DM8148 with TI Linux. I have two threads: thread named IDE, scheduled as SCHED_RR, prio 114 (75), which collects data from HW ...
leonp's user avatar
  • 111
3 votes
1 answer
853 views

The request could not be performed because of an I/O device error

A few weeks ago something bad happened to my OS (Windows 10). In my laptop I have SSD with OS and HDD for data (cd drive slot). I usually hibernate my PC instead of shutting it down. I also have a bad ...
Andrzej Gis's user avatar
0 votes
1 answer
2k views

iostat + how to solve latency on disks

we use iostat -x and check for the await column - per device it shows the total time spent waiting plus the actual handling of the request by the disk iostat -yzx 5 Device: rrqm/s wrqm/s ...
King David's user avatar
0 votes
1 answer
131 views

Can Operating Systems handle shift, ctrl and alt key signals separate from the keyboard?

The basic problem is this: I have a mini keyboard I'm using for a Raspberry Pi project, and since there is only one shift, ctrl and alt key apiece, that means combinations on the left side of the ...
Devsman's user avatar
  • 137
0 votes
1 answer
37 views

Disk write issue but no error detected

I'm using a 3TB western digital red disk on my desktop pc (windows 10) and smart info says it's been powered on for nearly 1000 days, I never had any issue with it before but now I'm having some ...
r4dius's user avatar
  • 1
0 votes
0 answers
61 views

Why firefox behaves so weirdly/annoying?

Occasionally FF starts very heavy activities, performing huge amounts of I/O (On my HDD) and considerable CPU usage for a long time (More than 10 minutes is really normal for it) that there is no ...
user40602's user avatar
  • 161
-1 votes
1 answer
200 views

Which filesystems reuse unchanged data blocks on write?

Let's say I open and read an existing file of N blocks where N > 1. Then I change data which resides within the boundaries of one - 1 - block. On writing back the actual data, presumably one of ...
lash's user avatar
  • 109

15 30 50 per page
1
3 4
5
6 7
18