/dev/sda1 of 10gb in ext3 where i got xubuntu
/dev/sda2 of 1gb in swap
/dev/sda3 of 15gb in ext3 where i got opensuse 11.1
/dev/sda4 of 90gb extended
/dev/sda5 of 90gb unformatted and can be formatted only to hfs filesystem, which is kinda pointless since max is 2gb, there’s a sign with exclamation mark next to it
thanks, it worked! although i’m a little worried about this exclamation mark. anyway, i mounted it as /media/sda5 but it requires root privilages to make directories and stuff. anything can be done about it? and automounting on start?
thanks, but it didn’t work.
still says permission denied when i want to copy sth to sda5,
and i want to make it available to other user on the computer so mounting it in /media/sda5 would be ok right?
editing with partitioner was easier but the problem persist,
not the mounting but permissions,
and i didn’t check any box in the partitioner,
just set different mount point, i did reboot.
The line in fstab should look like this, replace MOUNTPOINT by a choice of your own, but do that every time:
/dev/disk/by-id/ata-ST3120026AS_5LJ0EDFM-part5 /MOUNTPOINT ext3 defaults 1 2
This means acc. to defaults that root is owner, group is root, and perms are 755 (drwxr-xr-x). Therefore anybody else but root cannot create files in there.
Once you added the extra line in fstab, you create a folder /MOUNTPOINT:
su -c ‘mkdir /MOUNTPOINT’ (enter rootpassword)
su -c ‘chgrp users /MOUNTPOINT’
su -c ‘chmod 775 /MOUNTPOINT’
Now reboot, and anybody belonging to the group users (default user group) can create files and folders, change them and remove them.
thanks, i’ll try that tomorrow,
i did change permissions while logged in on root account though.
now i wonder why it says sda5 is 90gb in the partitioner,
and in folder browser it says theres 80 gb free,
i deleted all hidden and not hidden files there, so where’s 10gb gone?
As you can see in the fdisk -l output, the blocks of the logical partition /dev/sda5 does not go to the end of the extended partition /dev/sda4 where it’s residing in. No idea why. And then there is the 1000 or 1024 factor. My 250GB disk realy are only 232GB.
I wouldn’t mind about it too much. The price of storage per GB is simply not worth it.
Or it must be that you suspect the filesystem to be corrupt, but it’s brand new so…
about 80gb, i suspect sth may be corrupted, before reinstallation it showed that physical and logical size of partition is not the same (sth like that, can’t recall exactly). but now i’m just happy it works at all.