So I recently found something to use my Pi for and installed OwnCloud on to it. Everything went okay and the installation was successful.
I decided to add a bit of extra storage to OwnCloud by using one of my old USB drives that I don't use anymore. It's only 2gb, but I'm not uploading several movies and songs - just a few documents, and maybe I might use it to backup a few photos. I plugged the drive in(I formatted it beforehand on my PC) and found a tutorial on how to mount it. I did sudo fdisk -l to find the drive, and I came across this strange error(it is towards the end):
Code: Select all
pi@raspberrypi ~ $ sudo fdisk -l
Disk /dev/mmcblk0: 7948 MB, 7948206080 bytes
4 heads, 16 sectors/track, 242560 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: 0x00090806
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 8192 122879 57344 c W95 FAT32 (LBA)
/dev/mmcblk0p2 122880 15523839 7700480 83 Linux
Disk /dev/sda: 2101 MB, 2101346304 bytes
65 heads, 62 sectors/track, 1018 cylinders, total 4104192 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: 0x6f20736b
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sda1 ? 778135908 1919645538 570754815+ 72 Unknown
/dev/sda2 ? 168689522 2104717761 968014120 65 Novell Netware 386
/dev/sda3 ? 1869881465 3805909656 968014096 79 Unknown
/dev/sda4 ? 0 3637226495 1818613248 d Unknown
Partition table entries are not in disk order
I have not plugged the drive into a powered hub, as I doubt this was the issue, but I have a hub lying around somewhere and will find it if I need to. I also did a Google search on this and all the results I found were either unrelated or the solution mentioned didn't work. So if anyone knows what the issue is and/or how to fix it then I will be very grateful, and very happy. I can also post any extra logs if needed.
There might be something quite obvious I'm missing here, I'm quite new to Linux and the command line. Please also bear with me if I'm being noobish.
Thanks in advance,
omon23.