Volume mounted twice

boertje

Registered
Once I changed my rc to move the swapfiles to another volume. When I rebooted I realized that the swap-partition was mounted twice. So I copied back my original rc to put everything back in order. It is now, only that the swap-partition is always mounted twice when I reboot the machine. I had a look at the fstab (there are 3) but this doesn´t look similar to a linux one so I dunno what to change. When I look into my /Volumes-Folder it looks ike that:

[localhost:/Volumes] root# ls -l
total 0
drwxrwxrwx 6 boertje unknown 264 Nov 29 10:33 OSX - Redo
drwxrwxrwx 6 boertje unknown 230 Nov 29 12:16 classic
drwxr-xr-x 3 boertje wheel 264 Nov 29 13:07 home
drwxr-xr-x 3 root wheel 58 Nov 29 15:44 swap
drwxrwxrwx 7 boertje unknown 194 Nov 29 15:51 swap 1

Which means that the one of the mounts is mounted by me one by root.
The df-command gives me this:

Filesystem 512-blocks Used Avail Capacity Mounted on
/dev/disk0s10 34030360 9379744 24650616 27% /
devfs 70 70 0 100% /dev
fdesc 2 2 0 100% /dev
<volfs> 1024 1024 0 100% /.vol
/dev/disk0s9 2096880 25296 2071584 1% /Volumes/swap 1
/dev/disk0s11 2937504 20624 2916880 0% /Volumes/classic
automount -fstab [266] 0 0 0 100% /Network/Servers
automount -static [266] 0 0 0 100% /automount

How to stop the system from mounting this volume twice?
 
Back
Top