Keruskerfürst
Kaiser
Grunz!
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
DennisM schrieb:Welches FS kommt denn am besten da drauf?
Sagen wir mal vfat dann einfach mkfs.vfat /dev/$recorder
MFG
Dennis
Keruskerfürst schrieb:Was steht denn auf der DVD? Ich meine damit die Beschriftung auf der Oberseite.
mount /dev/dvd /mnt/dvd
/dev/sda2 none swap sw 0 0
/dev/sda3 / ext3 defaults 0 1
/dev/dvd /mnt/cdrom iso9660 users,auto,ro 0 0
/dev/dvdrecorder /mnt/cdrom1 iso9660 users,auto,ro 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
localhost ~ # mount /dev/dvd /mnt/dvd
mount: block device /dev/dvd is write-protected, mounting read-only
mount: you must specify the filesystem type
mount: wrong fs type, bad option, bad superblock on /dev/dvd,
missing codepage or other error
in some cases useful info is found in syslog - try
dmesg | tail or so
mount: special device /dev/dvdrecorder does not exist
ls -l /dev/dvdrecorder
mount /dev/dvd
localhost ~ # mount -t ms_dos /dev/cdrom /mnt/cdrom
mount: unknown filesystem type 'ms_dos'
localhost ~ # mkdir /mnt/cdrom
mkdir: cannot create directory `/mnt/cdrom': File exists
mach malJTK schrieb:Code:localhost ~ # mount -t ms_dos /dev/cdrom /mnt/cdrom mount: unknown filesystem type 'ms_dos' localhost ~ # mkdir /mnt/cdrom mkdir: cannot create directory `/mnt/cdrom': File exists
Immer noch ohne erfolg.
mount /dev/cdrom /mnt/cdrom
localhost ~ # mount /dev/cdrom /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting read-only
mount: you must specify the filesystem type
name schrieb:Was fuer nen FS isses denn jetzt?
File System!JTK schrieb:Ich habe kein plan was das ist.
name schrieb:File System!
mount: you must specify the filesystem type