Permission

Allen Meyers texas.chef94 at gmail.com
Wed May 13 15:20:43 UTC 2009


On Wed, May 13, 2009 at 8:44 AM, Nils Kassube <kassube at gmx.net> wrote:
> allen meyers wrote:
>> allen at allen-desktop:~$ mount
>
>> /dev/sdb1 on /media/disk type ext4 (rw,nosuid,nodev,uhelper=hal)
>> /dev/sdb2 on /media/data_ type ext4 (rw,nosuid,nodev,uhelper=hal)
>
>> /dev/sdb2 on /media type ext4 (rw)
>
> That doesn't look right. /dev/sdb2 is mounted at "/media/data_" and also
> at "/media". That hides everything else mounted at "/media/*". Did you
> mount it manually there? Anyway, I would suggest you use the command
>
> sudo umount /media
>
> to make it a single mount. Maybe you that was the real problem and you
> can then access both partitions already. Otherwise I would assume you
> can't write to any of the partitions. As you have ext4 partitions the
> commands to make directories for you would be something like this:
>
> sudo mkdir /media/disk/$USER
> sudo mkdir /media/data_/$USER
> sudo chown $USER: /media/disk/$USER
> sudo chown $USER: /media/data_/$USER
>
>
> Nils
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Theses screen shots might help

http://s577.photobucket.com/albums/ss219/worthamtx/




More information about the ubuntu-users mailing list