Hi Trev,
After pulling my hair out of my head, i tried reinstalling RaspBMC from scratch with an sd-card booting, and USB-pen running Rasp.
My Fdisk -l is now
Code: Select all
Disk /dev/mmcblk0: 7948 MB, 7948206080 bytes
4 heads, 32 sectors/track, 121280 cylinders, total 15523840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0002c475
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 4096 147455 71680 c W95 FAT32 (LBA)
Disk /dev/sda: 8004 MB, 8004304896 bytes
35 heads, 21 sectors/track, 21269 cylinders, total 15633408 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0008704c
Device Boot Start End Blocks Id System
/dev/sda1 1 15633407 7816703+ 83 Linux
Note: sector size is 4096 (not 512)
Disk /dev/sdb: 3000.6 GB, 3000592982016 bytes
255 heads, 63 sectors/track, 45600 cylinders, total 732566646 sectors
Units = sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x8ee9f2ab
Device Boot Start End Blocks Id System
/dev/sdb1 256 728722943 2914890752 83 Linux
/dev/sdb2 728723200 732563967 15363072 83 Linux
i now edited fy fstab to this
Code: Select all
proc /proc proc defaults 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620 0 0
/dev/mmcblk0p1 /boot vfat defaults,noatime 0 0
/dev/sda1 / ext4 defaults,noatime 0 0
/dev/sdb1 /mnt/downloads auto defaults,uid=107,gid=112 0 0
i only have sdb1 mounted at /mnt/downloads. I have no problem mounting it manually, but this is something i have to do, every time my pi restarts.
Cant really seem to find a solution