Ein Symlink von einer FAT Partition funktioniert nicht. Es muß NTFS sein, wenn du von Win nach Puppy verlinken willst.
Einen Ordner auf einer NTFS-Win-Partition kannst du aus ROX ganz einfach auf den Puppy Desktop ziehen. Dann steht er dir fortan im Direktzugriff zur Verfügung (vorausgesetzt die Partition ist gemountet).
Zum Mounten einer Partition beim Start gibt es mehrere Ansätze. Meiner geht so:
1. In /etc/fstab eintragen:
Code:
/dev/sda1 /mnt/sda1 auto
/dev/sda2 /mnt/sda2 auto
/dev/sdb1 /mnt/sdb1 auto
2. in/etc/rc.d/rc.local eintragen:
Code:
mount -t ntfs-3g /dev/sda1 /mnt/sda1
mount -t ntfs-3g /dev/sda2 /mnt/sda2
mount -t ntfs-3g /dev/sdb1 /mnt/sdb1
bzw. angepaßt an deine Plattengeometrie.
All das trifft auf alle Puppies seit mindestens 4.0 zu.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum