Hi Guys,
I just installed Openelec and it doesn't automatically mount my 1st Hard Drive. Here's my config:
I've tried:
That fails :/
Please help if you have had this problem before. Also, I read somewhere that I need to create an autostart.sh file but I can't seem to get that right either :/
I just installed Openelec and it doesn't automatically mount my 1st Hard Drive. Here's my config:
Code:
root ~ # parted -l
Model: ATA ST2000DL003-9VT1 (scsi)
Disk /dev/sda: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 2000GB 2000GB primary ntfs
Model: WDC WD20 EARS-00MVWB0 (scsi)
Disk /dev/sdb: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 2000GB 2000GB primary ntfs boot
Model: SanDisk Cruzer Blade (scsi)
Disk /dev/sdc: 4005MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 255MB 254MB primary ext4 boot
2 255MB 3988MB 3733MB primary ext4
root ~ # df -h
Filesystem Size Used Available Use% Mounted on
none 1009.6M 292.0K 1009.3M 0% /dev
/dev/sdc1 234.4M 168.2M 66.2M 72% /flash
/dev/sdc2 3.4G 150.3M 3.3G 4% /storage
/dev/loop0 157.6M 157.6M 0 100% /
none 1011.3M 0 1011.3M 0% /dev/shm
/dev/sdb1 1.8T 1.5T 325.4G 83% /var/media/Hydra
I've tried:
Code:
mkdir /var/media/Viper && mount /dev/sda1 /var/media/Viper
Please help if you have had this problem before. Also, I read somewhere that I need to create an autostart.sh file but I can't seem to get that right either :/