why path is long numbers? OPENSUSE 11.4 KDE 4.6

HELLO

after installed opensuse 11.4 is works as perfect! but i have 3 partition: 1: swap, 2: /, 3 data.
but partition DATA is long path numbers see:
" /media/2e8a8a9c-2238-48e4-b776-19be5c260f3b " i did changed
from
/media/2e8a8a9c-2238-48e4-b776-19be5c260f3b
to
/media/disk

but reboot it’s return long path…why??
i wanted like a block name path for my data…how do it to block path?

On 2011-05-05 11:36, manuel songokuh wrote:
> but reboot it’s return long path…why??
> i wanted like a block name path for my data…how do it to block path?

Create entry in fstab.


Cheers / Saludos,

Carlos E. R.
(from 11.2 x86_64 “Emerald” at Telcontar)

ok but what is correct code for add in fstab?

On 2011-05-05 17:06, manuel songokuh wrote:
>
> ok but what is correct code for add in fstab?

Look at what you have for “/”, and do the same for /data, changing the uuid.

You can learn the uuid from here:

ls -l /dev/disk/by-uuid/

Or use “id” or “label” or “path”. It is up to you :slight_smile:


Cheers / Saludos,

Carlos E. R.
(from 11.2 x86_64 “Emerald” at Telcontar)

ok but what is correct code for add in fstab? 

have you Goggled “fstab” ???
or looked at the man( manual) page ???


man fstab 

the instructions are all over the place