hey, ich bin ja mittlerweile schon vor einer weile auf ubuntu umgestiegen. zunächst musste ich alle anderen partitionen immer per doppelklick mounten. nachdem ich mich dann doch einmal ein bisschen belesen habe, binde ich sie statisch ein.
jetzt kann ich auf meine ehemalige windows datenpartition (daten) nur als su zugreifen. ich check nich so richtig was ich falsch gemacht habe. vielleicht sieht jm von euch das?:
cat /etc/fstab/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # /etc/fstab: static file system information. # # Use 'blkid -o value -s UUID' to print the universally unique identifier # for a device; this may be used with UUID= as a more robust way to name # devices that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sdb5 during installation UUID=01928c24-de33-4ad1-a098-324cd9877316 / reiserfs notail 0 1 # swap was on /dev/sdb8 during installation UUID=d7ed7508-3786-4895-a7fe-166ea7477804 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 # # ab hier hab ick alles ganz alleine gemacht UUID=4473-123A /media/daten vfat defaults 0 0 UUID=74AC6F35AC6EF152 /media/mukke ntfs defaults 0 0 UUID=8680F93680F92D75 /media/tor ntfs defaults 0 0 UUID=2CEC8014EC7FD714 /media/rest ntfs defaults 0 0 UUID=144404014403E3F8 /media/platz ntfs defaults 0 0 |
mount -l
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | /dev/sdb5 on / type reiserfs (rw,notail) proc on /proc type proc (rw,noexec,nosuid,nodev) none on /sys type sysfs (rw,noexec,nosuid,nodev) none on /sys/fs/fuse/connections type fusectl (rw) none on /sys/kernel/debug type debugfs (rw) none on /sys/kernel/security type securityfs (rw) none on /dev type devtmpfs (rw,mode=0755) none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) none on /dev/shm type tmpfs (rw,nosuid,nodev) none on /var/run type tmpfs (rw,nosuid,mode=0755) none on /var/lock type tmpfs (rw,noexec,nosuid,nodev) none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) /dev/sdb2 on /media/daten type vfat (rw) [DATEN] /dev/sda5 on /media/mukke type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096) [mukke] /dev/sdb6 on /media/tor type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096) [tor] /dev/sdb7 on /media/rest type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096) [rest] /dev/sda2 on /media/platz type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096) [platz] binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev) gvfs-fuse-daemon on /home/mo/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=mo) |
viele grüße, moritz