oh, dann hab ich mir die geschichte wohl ein wenig zu einfach gemacht.
ich hab jetzt mein terminal befragt (was in meinem fall eher ein orakel ist
da ich so gut wie keine befehle darauf kenne) und es hat mit folgendes gesagt:
x41@x41-laptop:~$ sudo fdisk -1
[sudo] password for x41:
fdisk: invalid option -- '1'
Usage:
fdisk [options] <disk> change partition table
fdisk [options] -l <disk> list partition table(s)
fdisk -s <partition> give partition size(s) in blocks
Options:
-b <size> sector size (512, 1024, 2048 or 4096)
-c switch off DOS-compatible mode
-h print help
-u <size> give sizes in sectors instead of cylinders
-v print version
-C <number> specify the number of cylinders
-H <number> specify the number of heads
-S <number> specify the number of sectors per track
x41@x41-laptop:~$ cat /etc/fstab
# /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/sda5 during installation
UUID=cd0d2441-3726-44b5-97d3-87710d8fcc43 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=d3f07338-7a0a-48f7-a172-9869240cf91c none swap sw 0 0
# swap was on /dev/sdb5 during installation
UUID=4c51ffe2-8382-444f-b9a6-4eb3287e11a8 none swap sw 0 0
x41@x41-laptop:~$ mount
/dev/sda5 on / type ext4 (rw,errors=remount-ro)
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)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/x41/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=x41)
/dev/sda1 on /media/Ormazd type vfat (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,flush)
x41@x41-laptop:~$