i have 2 hard disks installed on my computer , 1 Tb is the one on which i am running Ubuntu. another one which is 80 GB and it is blank. the blank Hard disk does not allow me to create any folder on it. someone may help why is that so ?
How have you mounted the partition? What is the error message? You probably have to mount the partition with read/write access and give the user the right to write in the disk. Code: sudo mount -o remount,rw /partition/identifier /mount/point
Replace "/partition/identifier" with the partition identifier (see your gparted output: /dev/sdb1) and "/mount/point" with your desired mount point. (see your gparted output: /media/moeezh... )
Thanks it worked now i can access my secondary drive ( thanks to you ) if you know some thing about virtual box and Kali Linux then i can further ping you up otherwise million thanks