Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Habe /dev/df0 gelöscht! :-((

Empfohlene Antworten

Morgen!

Wie kann ich die Gerätedatei wiederherstellen? Gilt es was zu beachten oder einefach eine Datei namens df0 erstellen?

Und wenn wir gerade schon beim Thema df0 sind: Wie kann ich eine Bootdiskette bei RedHat 7.0 erstellen?

Vielen Dunk!

Devices werden in dev per "mknod" angelegt. Siehe manpage/infopage. Da du von Bootdisks sprichst, geh ich mal davon aus du meinst /dev/fd0, nicht /dev/df0...

/dev/fd0 ist bei mir (SuSE) ein blockdevice mit major 2, minor 0 (bzw. 1 für fd1).

Check deine /dev/fd1 mal und lege ein äquivalentes /dev/fd0 an, mit der minor number 0. Das sollte es tun.


$ ls -ld /dev/fd?

brw-rw-rw-   1 root     disk       2,   0 Nov  8  1999 /dev/fd0

brw-rw-rw-   1 root     disk       2,   1 Nov  8  1999 /dev/fd1

$ rm -f /dev/fd0

$ mknod --mode=0666 /dev/fd0 b 2 0

$ ls -l /dev/fd0

brw-rw-rw-   1 root     root       2,   0 Oct 23 09:20 fd0

$

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.