As you can see below I now get a bunch of permission denied errors when I run the below commands. At the moment I have two 500GB drives in the system. So that I can mess with it. Neither drives have anything I care much about on them.

[root@alarm ~]# cd /sys/class/gpio
[root@alarm gpio]# echo 47 < export
-bash: export: Permission denied
[root@alarm gpio]# cd gpio47
-bash: cd: gpio47: No such file or directory
[root@alarm gpio]# echo 1 > value
-bash: value: No such file or directory
[root@alarm gpio]# echo 'out' > direction
-bash: direction: No such file or directory
[root@alarm gpio]# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes, 976773168 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 label type: dos
Disk identifier: 0xb3ba7c72
Device Boot Start End Blocks Id System
/dev/sda1 2048 34815 16384 83 Linux
/dev/sda2 34816 976773167 488369176 83 Linux
[root@alarm gpio]#