Kod: Zaznacz cały
/etc/udev/rules.d/70-persistent-cd.rules: line 8: ENV{ID_CDROM}==?*,: nie znaleziono polecenia
/etc/udev/rules.d/70-persistent-cd.rules: line 9: ENV{ID_CDROM}==?*,: nie znaleziono polecenia
/etc/udev/rules.d/70-persistent-cd.rules: line 10: ENV{ID_CDROM}==?*,: nie znaleziono polecenia
/etc/udev/rules.d/70-persistent-cd.rules: line 11: ENV{ID_CDROM}==?*,: nie znaleziono polecenia
Dodałem ten wpis do /etc/fstab ale nadal mam to samo po włożeniu płyty cd cd-r napędu, czyli komunikat:
Kod: Zaznacz cały
Nie można zamontować Tapety 2
DBus erroe org.gtk.Private.RemoteVolumeMonitor.Failed:
An operation is already pending
Mój plik /etc/fstab wygląda tak:
Kod: Zaznacz cały
# /etc/fstab: static file system information.
2 #
3 # Use 'vol_id --uuid' to print the universally unique identifier for a
4 # device; this may be used with UUID= as a more robust way to name devices
5 # that works even if disks are added and removed. See fstab(5).
6 #
7 # <file system> <mount point> <type> <options> <dump> <pass>
8
9 proc /proc proc defaults 0 0
10 UUID=82e8de77-2851-4e31-93f4-a8b627c07a9d / ext3 errors=remount-ro 0 1
11 UUID=ea72bd3e-3d26-47ab-902c-1ec1f9918fa9 none swap sw 0 0
12 /dev/hda /media/cdrom udf,iso9660 user,noauto 0 0
13 /dev/sdb1 /media/usb0 auto rw,user,noauto 0 0
14 /dev/sda1 /media/windows ntfs-3g default 0 0
15 /dev/sda5 /media/dane ntfs-3g default 0 0
16 /dev/scd0 /media/cdrom0 udt,iso9660 user,noauto 0 0