Hey all, I just installed the latest kubuntu all went very. I have 4 drives in this system, 1 of course is the main disk that I installed kubuntu and then I have 3 NTFS drives. Upon going into /media I found 2 of the 3 drives mounted and I can access the drives. the third one did not show up, so I ran a dmesg and made sure the drive is recognized by the system and it is. I cheated and installed Webmin to try and mount the drive which it did, however I cannot access it, it seems to be a permission thing. I would first wonder why the system only mounted the two drives and not the third. And How can I change the permission of that drive to be like the ones there were automatically mounted.
steve@appzattak:~$ fdisk -l && cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hde1
UUID=d71d6d4f-cf98-41b1-a95f-ef01c8d634e4 / ext3 defaults,errors=remount-ro 0 1
# /dev/hdf1
UUID=3A00F03E00F00325 /media/hdf1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hdg1
UUID=128C613E8C611D8B /media/hdg1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hde5
UUID=d9ca0c4c-1efc-4bcc-8c16-aa44b73ff85e none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0/dev/hdh1 /media/hdh1 ntfs user,suid,dev,exec 0 0
/dev/hdh1 /media/hdh1 ntfs suid,uid=0,dev,gid=46,exec 0 0
steve@appzattak:~$ fdisk -l && cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hde1
UUID=d71d6d4f-cf98-41b1-a95f-ef01c8d634e4 / ext3 defaults,errors=remount-ro 0 1
# /dev/hdf1
UUID=3A00F03E00F00325 /media/hdf1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hdg1
UUID=128C613E8C611D8B /media/hdg1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hde5
UUID=d9ca0c4c-1efc-4bcc-8c16-aa44b73ff85e none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0/dev/hdh1 /media/hdh1 ntfs user,suid,dev,exec 0 0
/dev/hdh1 /media/hdh1 ntfs suid,uid=0,dev,gid=46,exec 0 0
Comment