Mount hard drives to a static location
|
25th Mar, 2013, 01:48 AM
Post: #3
|
|||
|
|||
RE: Mount hard drives to a static location
I am having the same issue.. I executed sudo mount -a before I started. Nothing came out. So good to get started. I first checked UUIDs and drive names (sda..):
Code: xbian@xbian ~ $ sudo fdisk -l Now I edited fstab adding these two lines: Code: UUID=8E37-FB11 /media/SmallRyan exfat defaults 0 0 and wrote it to the file. But now sudo mount -a gives me this error: Code: xbian@xbian ~ $ sudo mount -a I followed the nwlinux.com guide.. but it didn't do the trick. What did I do wrong? EDIT: I think I solved it, mounting harddisk/partition to "media/SmallRyan" means I first have to create such a folder! So executed these two commands: Code: xbian@xbian ~ $ mkdir /media/SmallRyan So now it should work. I am not sure however if both Transmission, Flexget and XBMC have writing permissions.. EDIT: I thought this would do the trick but it doesnt: Code: xbian@xbian ~ $ sudo chmod -R 777 /media/SmallRyan |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Mount hard drives to a static location - coreflake - 5th Mar, 2013, 08:18 PM
RE: Mount hard drives to a static location - Koenkk - 5th Mar, 2013, 10:46 PM
RE: Mount hard drives to a static location - zilexa - 25th Mar, 2013 01:48 AM
RE: Mount hard drives to a static location - Trinket - 25th Mar, 2013, 09:22 AM
RE: Mount hard drives to a static location - zilexa - 25th Mar, 2013, 07:15 PM
RE: Mount hard drives to a static location - zilexa - 14th Apr, 2013, 01:46 AM
RE: Mount hard drives to a static location - Trinket - 14th Apr, 2013, 04:30 AM
|