hello…
I’ve windows and I openSuse 11.2
I want to install Ubuntu 9.10
but When I did I found in boot leader Windows & Ubuntu & openSuse
the problem is when I try to access to OpenSuse
this message show :
That’s great. Now, which partition is openSUSE / . Please post the output of:
**mount
df -hl
**
Although you can use two or more swap partitions, you can share the same swap partition for openSUSE and Ubuntu. I would say that the second swap partition in your case is a waist of HD space (but it doesn’t bother if you don’t care).
rami@rami-laptop:~$ mount
/dev/sda10 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw)
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)
udev on /dev type tmpfs (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/rami/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=rami)
/dev/sda5 on /media/General type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sda1 on /media/12841A82841A690D type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
rami@rami-laptop:~$ df -hl
Filesystem Size Used Avail Use% Mounted on
/dev/sda10 23G 2.6G 19G 12% /
udev 990M 316K 990M 1% /dev
none 990M 1.1M 989M 1% /dev/shm
none 990M 88K 990M 1% /var/run
none 990M 0 990M 0% /var/lock
none 990M 0 990M 0% /lib/init/rw
/dev/sda5 110G 78G 32G 71% /media/General
/dev/sda1 81G 16G 65G 20% /media/12841A82841A690D
rami@rami-laptop:~$