Solved: Can't access ext4 USB HDD
|
19th Jan, 2014, 04:25 AM
Post: #4
|
|||
|
|||
RE: Can't access ext4 USB HDD
it's most likely a permission problem. I just plugged a fresh ext4 drive in my Raspi just to test this and it looks like the default user xbian has no write permissions by default. probably easiest fix for this is to ssh into the Pi.. then do the following:
Terminal cd /media ls ###you should see a list of drives which is basically row of numbers and characters. for example my drive has the name 6a7bd302-7014-cf01-6079-d3027014cf01 ###when you have found the correct name do this: sudo chown -R xbian:staff 6a7bd302-7014-cf01-6079-d3027014cf01 #(change the name of the drive to your own). now you should be able to copy files to the drive it seems like this worked at least for me. hopefully it helps in your case too |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Can't access ext4 USB HDD - pix3l - 19th Jan, 2014, 03:50 AM
RE: Can't access ext4 USB HDD - IriDium - 19th Jan, 2014, 03:55 AM
RE: Can't access ext4 USB HDD - pix3l - 19th Jan, 2014, 04:09 AM
RE: Can't access ext4 USB HDD - freem@n - 19th Jan, 2014 04:25 AM
RE: Can't access ext4 USB HDD - IriDium - 19th Jan, 2014, 04:31 AM
RE: Can't access ext4 USB HDD - pix3l - 19th Jan, 2014, 04:58 AM
RE: Can't access ext4 USB HDD - freem@n - 19th Jan, 2014, 05:18 AM
RE: Can't access ext4 USB HDD - IriDium - 19th Jan, 2014, 05:25 AM
RE: Can't access ext4 USB HDD - pix3l - 19th Jan, 2014, 06:05 AM
RE: Can't access ext4 USB HDD - pix3l - 20th Jan, 2014, 05:08 AM
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Permissions EXT4 drive, XBMC cannot access folders | zilexa | 5 | 14,337 |
14th Nov, 2013 08:04 PM Last Post: zilexa |