<p dir="ltr">Yes, I refer to ext4 partitions </p>
<div class="gmail_quote">Op 21 mei 2016 11:05 schreef "Nils Kassube" <<a href="mailto:kassube@gmx.net">kassube@gmx.net</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Bas Roufs wrote:<br>
> But another problem popped up. The 'ownership' of my external HD's<br>
> have changed from #normal-user-name to #root.<br>
><br>
> Normally, I do manage to change the ownership of a whole external<br>
> drive via kdesudo dolphin > properties. However, this does not work<br>
> now. Is there any commandline option to change back the ownership<br>
> everything at /dev/sdb/ from #root to, in my case, #bas?<br>
<br>
Provided you are talking about ext2/3/4 partitions, you can mount the<br>
individual partitions of sdb to e.g. /mnt and then use the command<br>
<br>
sudo chown -R $USER: /mnt<br>
<br>
in a terminal (konsole) - replace /mnt accordingly if you use a<br>
different location.<br>
<br>
<br>
Nils<br>
<br>
<br>
--<br>
kubuntu-users mailing list<br>
<a href="mailto:kubuntu-users@lists.ubuntu.com">kubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/kubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/kubuntu-users</a><br>
</blockquote></div>