You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted from "Y0Gi"
Ext3 ist letztlich nur ein Ext3 mit Journal,...
![]() |
Source code |
1 2 |
## splash screen splashimage=(hd0,0)/boot/grub/cbg2.xpm.gz |
Quoted from "Y0Gi"
Der Captive-NTFS-Treiber kann meines Wissens auch schreiben, allerdings nur begrenzt, so z.B. nur Dateien überschreiben, aber nicht neu anlegen. Der neue Treiber soll alles können und sogar schneller als viele Unix-Dateisysteme sein. Abwarten.
![]() |
Source code |
1 2 3 4 5 6 7 8 |
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hda3 / ext3 defaults,errors=remount-ro 0 1 /dev/hda6 none swap sw 0 0 /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0 |
Quoted
127.0.0.1 localhost.localdomain localhost zwiebelkuchen
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
-