Rahim
Married!
Bought 300 GB IDE and created 3 Partitions:
/dev/sdb1 ext3
/dev/sdb2 ext3
/dev/sdb3 vfat
Here is my fstab file
But whenever i try to copy to sdb1/2/3 it sayd "You DOnt Have The Permission to write to the destination".
So how can i edit the parameters to anble me to create/delete(read/write) in the 2nd Hard Disk?
/dev/sdb1 ext3
/dev/sdb2 ext3
/dev/sdb3 vfat
Here is my fstab file
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda1 /media/WinXP ntfs-3g defaults,locale=en_IN 0 0
/dev/sda5 /media/Songs ntfs-3g defaults,locale=en_IN 0 0
/dev/sda6 / ext3 errors=remount-ro 0 1
/dev/sda7 /home ext3 defaults 0 2
/dev/sda8 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sdb1 /media/Linux ext3 auto,user,exec,rw 0 0
/dev/sdb2 /media/Dump ext3 auto,user,exec,rw 0 0
/dev/sdb3 /media/Multi vfat auto,user,exec,rw 0 0
But whenever i try to copy to sdb1/2/3 it sayd "You DOnt Have The Permission to write to the destination".
So how can i edit the parameters to anble me to create/delete(read/write) in the 2nd Hard Disk?