Partition Magic for linux?

Dotan Cohen dotancohen at gmail.com
Fri Mar 3 18:20:11 UTC 2006


On 3/3/06, Giovanni Lentini <giolentini at gmail.com> wrote:
>
>
> Dotan Cohen wrote:
> > I need to remove two vfat partitions and make one large ext3
> > partition. Is there a GUI program for linux that does this? If not,
> > would someone be willing to explain to me how it is done with the
> > command line tools? I have backed everything up and I know the device
> > names in /dev.
> >
> > Thank you.
> >
> > Dotan Cohen
> > http://technology-sleuth.com/question/how_much_memory_will_i_need_for_my_digital_camera.html
> >
> Gparted
>
>

Thanks. Giovanni. I just installed gparted and converted a vfat
partition to ext3. I updated fstab like this:
/dev/hdb6 /mnt/windows vfat
umask=0111,dmask=0,codepage=862,iocharset=utf8,uid=0,gid=0,auto,rw,users
0 0

became:
/dev/hdb6 /mnt/new_pictures ext3 defaults,atime,auto,rw,dev,exec,suid,nouser 0 2

I just copied what I have for my /home partition:
/dev/hda8 /home ext3 defaults,atime,auto,rw,dev,exec,suid,nouser 0 2

However, my regular user account does not have write access to this
disk. How can I enable write access for the regular (non-root) users?

Thanks.

Dotan Cohen
http://technology-sleuth.com


More information about the kubuntu-users mailing list