Wed Apr 10, 2013 11:49 am
Sorry for the delay, fell asleep.
Results fdisk
pi@raspberrypi ~ $ sudo fdisk -l
Disk /dev/mmcblk0: 3963 MB, 3963617280 bytes
4 heads, 16 sectors/track, 120960 cylinders, total 7741440 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: 0x567ad727
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 * 2048 106495 52224 c W95 FAT32 (LBA)
/dev/mmcblk0p2 106496 6143999 3018752 83 Linux
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 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: 0x000cffe0
Device Boot Start End Blocks Id System
/dev/sda1 4096 234440703 117218304 83 Linux
//////////////////////////
OK , I had put this line in my .etc/fstab file: /dev/sda1 /home/shares/public/disk1 auto noatime 0 0
I thought that would mount it automatically, but I can see from the fdisk and df results it isn't.
How can I force it to mount to disk1 when it boots?
I manually mounted it there and df -h shows it , but it doesn't get any larger in Wndows7, still the size of /root on the pi. Tried re-mapping the drive in Windows, still small.
Any suggestions?
Thank you all for the help so far, at least I know what my problem is.
TomJ
edit:
From reading other posts, could the problem be that the disk is formatted as ext4 instead of NTFS?
I was trying to use ext4 because of a lot of posts saying it was faster.
TomJ
Einstein once said you don't really understand anything until you can explain it to your Grandmother