@nick2012 i think that your hdd is going to sleep after inactivity and thats why transmission is getting closed and all . Transmission writes data every 4 mb to the disk in default .
@varkey @dinjo
so i changed the partition to this
added this to fstab in my ubuntu -> /dev/sdd3 /home/roxy/Tdown ext2 rw,user,noauto,exec 0 2
and then tried to mount it ... it says "mount: wrong fs type" . if i change ext2 to auto its says " specify partition type" , Tried ext3 too.
even tried making the sdd3 partition as extended . getting the same problem in all
Btw did fsck -N /dev/sdd3 , it is a ext2 . but for some reason fs isnt getting through.
Edit : Solved it finally , had to use Gparted to format it as ext2 again . copied the pogo backup , fstab worked in pogo and its up and running. Thanks varkey,dinjo for this
@varkey @dinjo
so i changed the partition to this
Code:
Device Boot Start End Blocks Id System
/dev/sdd1 * 32 2047999 1023984 83 Linux
/dev/sdd2 30720000 31129599 204800 82 Linux swap / Solaris
/dev/sdd3 2048000 30719999 14336000 83 Linux
and then tried to mount it ... it says "mount: wrong fs type" . if i change ext2 to auto its says " specify partition type" , Tried ext3 too.
even tried making the sdd3 partition as extended . getting the same problem in all
Btw did fsck -N /dev/sdd3 , it is a ext2 . but for some reason fs isnt getting through.
Edit : Solved it finally , had to use Gparted to format it as ext2 again . copied the pogo backup , fstab worked in pogo and its up and running. Thanks varkey,dinjo for this
Last edited by a moderator: