You are not logged in.
I have this error
error: /dev/sdc: No medium found
But I don't have it in fstab, I don'have it in syslinux.cfg...
??
Offline
We need a lot more information to be able to do anything with this.
When or where does that error show up? Does this come up during the boot process? If so, at what stage? Does it come up when you try to mount other media? Does this prevent booting?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Sorry... it's during the boot process at the beginning before the message about boot drive.
This is the output of journalctl:
journalctl | grep sdc
nov 26 09:27:45 archlinux kernel: sd 3:0:0:0: [sdc] Attached SCSI removable disk
nov 26 09:27:46 archlinux systemd-udevd[163]: error: /dev/sdc: No medium found
nov 26 18:22:43 archlinux kernel: sd 3:0:0:0: [sdc] Attached SCSI removable disk
nov 26 18:22:44 archlinux systemd-udevd[173]: error: /dev/sdc: No medium foundThis is the output of fdisk:
fdisk -l
Disk /dev/sda: 931,5 GiB, 1000204886016 bytes, 1953525168 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
Disklabel type: dos
Disk identifier: 0x62543092
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 20699135 20697088 9,9G 27 Hidden NTFS WinRE
/dev/sda2 20699136 20903935 204800 100M 7 HPFS/NTFS/exFAT
/dev/sda3 * 20903936 328103935 307200000 146,5G 7 HPFS/NTFS/exFAT
/dev/sda4 328103936 1953521663 1625417728 775,1G 83 Linux
Disk /dev/sdb: 111,8 GiB, 120034123776 bytes, 234441648 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
Disklabel type: dos
Disk identifier: 0xa3fccb3d
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 4096 234440703 234436608 111,8G 83 Linux
Disk /dev/zram0: 495,3 MiB, 519364608 bytes, 126798 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytesIn the past days I was trying to make work the SD card reader but the card inside was not recognized, so I had to remove it.
Offline
Ah, it's from systemd-udevd, that should give some good leads. I'm not as familiar with udev stuff as I should be - but what were you doing when you tried to get the SD card reader working? Did you create any udev rules, or did you create/enable a service that is trying to do something with an sd card reader? Does `systemctl list-units` have anything related to systemd-udevd and/or sdc and/or any failed units?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I did copy a udev rule but now is deleted.
No failed unit, but I have this:
sys-devices-pci0000:00-0000:00:1d.7-usb4-4\x2d3-4\x2d3:1.3-host3-target3:0:0-3:0:0:0-block-sdc.device loaded active plugged Officejet_6500_E
...
sys-devices-pci0000:00-0000:00:1d.7-usb4-4\x2d3-4\x2d3:1.3-host3-target3:0:0-3:0:0:0-block-sdc.device loaded active plugged Officejet_6500_ELast edited by hifi25nl (2014-11-26 18:19:27)
Offline
Also
dmesg | grep 3:0:0:0
[ 13.970459] scsi 3:0:0:0: Direct-Access HP Officejet 6500 E 1.00 PQ: 0 ANSI: 5
[ 13.971952] sd 3:0:0:0: [sdc] Attached SCSI removable disk
[ 15.617103] sd 3:0:0:0: Attached scsi generic sg3 type 0Offline
i have the same error:
# journalctl -b|grep medium
nov 26 18:07:13 linux systemd-udevd[160]: error: /dev/sdd: No medium found
nov 26 18:07:13 linux systemd-udevd[160]: error: /dev/sde: No medium found
nov 26 18:07:13 linux systemd-udevd[160]: error: /dev/sdf: No medium found
nov 26 18:07:13 linux systemd-udevd[160]: error: /dev/sdc: No medium foundit's for internal card reader:
https://bbs.archlinux.org/viewtopic.php?id=190229
sorry for my bad english
Offline