Problem: Can't mount exFAT HDD
|
27th Mar, 2016, 12:04 AM
Post: #1
|
|||
|
|||
Can't mount exFAT HDD
Hi
Software XBian version: 1.0 (knockout) (kernel: Linux 4.4.6+) XBMC/Kodi version: 16.0 Git:2016-03-11-a3eb4fa Overclock settings: I didn't overclock it Hardware Device type and model: Raspberry Pi 3 Power supply rating: 1,8 Amp SD card size and make/type: 16 GB Network (Ethernet or wireless): Ethernet Connected devices (TV, USB, network storage, ...): Monitor, keyboard Log files Link to logfile(s): Problem description: I formatted my HDD to exFAT, since it seems to be the best system if you want compatibility and good performance torrenting in linux. I have installed too the AutoFS package. But when I plug in the USB, nothing happens (no sda in media using the "df" command, no files in Kodi). Although on my PC it works fine (not a problem with the cable). Any other needed information, let me know. How to reproduce: An exFAT pendrive is not mounted either. Same FAT32 formatted pendrive is mounted perfectly. |
|||
27th Mar, 2016, 12:52 AM
Post: #2
|
|||
|
|||
RE: Can't mount exFAT HDD
No too sure why you'd want exFAT but I guess you want compatibility between Windoze and Linux.
It's more than likely the drivers are not installed (They should be) Try Terminal sudo apt-get -s install exfat-utils exfat-fuse exfat-utils It should say something along the lines of already newest version. Now check "dmesg" and see if the drive is recognised ditto "lsusb". If so, Terminal # sudo mkdir /media/Tempdir sudo mount /dev/sdxx (Possibly sda1) -h exfat /media/Tempdir If that works, then it's not automounting (Not too sure if that's a bug or a limitation). For now, you'll need to enter it into fstab to be able to use it, or try another FS - NTFS or EXT4 Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
27th Mar, 2016, 03:21 AM
Post: #3
|
|||
|
|||
RE: Can't mount exFAT HDD
Seems exFAT also requirere fuse. So why not using NTFS?
Quote:It's more than likely the drivers are not installed (They should be) How many users are using exFAT? FAT sounds for me like a very very antiquated and STONE OLD file system, I never would use this FS. |
|||
27th Mar, 2016, 04:21 AM
Post: #4
|
|||
|
|||
RE: Can't mount exFAT HDD
(27th Mar, 2016 12:52 AM)IriDium Wrote: No too sure why you'd want exFAT but I guess you want compatibility between Windoze and Linux. I did this: Terminal sudo apt-get -s install exfat-utils exfat-fuse exfat-utils Not working, it seems: Terminal [ 84.797751] systemd-logind[2205]: New session c1 of user xbian. [ 127.514698] usb 1-1.4: USB disconnect, device number 7 [ 130.775494] usb 1-1.4: new high-speed USB device number 8 using dwc_otg [ 135.864931] usb 1-1.4: New USB device found, idVendor=0402, idProduct=5637 [ 135.864945] usb 1-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=2 [ 135.864953] usb 1-1.4: Product: USB 2.0 Storage Device [ 135.864960] usb 1-1.4: SerialNumber: 00000000000123456789 [ 135.865597] usb-storage 1-1.4:1.0: USB Mass Storage device detected [ 135.865898] scsi host1: usb-storage 1-1.4:1.0 [ 136.868727] scsi 1:0:0:0: Direct-Access USB 2.0 Storage Device 0100 PQ: 0 ANSI: 0 CCS [ 136.869376] sd 1:0:0:0: Attached scsi generic sg0 type 0 [ 136.871111] sd 1:0:0:0: [sda] 586072368 512-byte logical blocks: (300 GB/279 GiB) [ 136.883999] sd 1:0:0:0: [sda] Write Protect is off [ 136.884018] sd 1:0:0:0: [sda] Mode Sense: 08 00 00 00 [ 136.884758] sd 1:0:0:0: [sda] No Caching mode page found [ 136.884775] sd 1:0:0:0: [sda] Assuming drive cache: write through [ 136.904981] sda: sda1 [ 136.907303] sd 1:0:0:0: [sda] Attached SCSI disk Terminal xbian@xbian ~ $ lsusb Bus 001 Device 006: ID 045e:0714 Microsoft Corp. Bus 001 Device 005: ID 045e:0717 Microsoft Corp. Bus 001 Device 004: ID 045e:0707 Microsoft Corp. Wireless Laser Mouse 8000 Bus 001 Device 008: ID 0402:5637 ALi Corp. M5637 IDE Controller Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Terminal xbian@xbian ~ $ df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mmcblk0p2 14874624 713628 14076692 5% / none 4 0 4 0% /sys/fs/cgroup devtmpfs 371524 4 371520 1% /dev /dev/mmcblk0p2 14874624 713628 14076692 5% /home /dev/mmcblk0p2 14874624 713628 14076692 5% /lib/modules none 75176 380 74796 1% /run /dev/mmcblk0p1 69478 18816 50662 28% /boot /dev/mmcblk0p2 14874624 713628 14076692 5% /xbmc-backup Terminal $ sudo mount /dev/sda1 -h exfat /media/Tempdir Usage: mount [-lhV] (27th Mar, 2016 03:21 AM)Nachteule Wrote: Seems exFAT also requirere fuse. So why not using NTFS? FAT is obsolete, agree. It doesn't allow files over 4 GB. exFAT is newer than FAT and FAT32; it allows any size. exFAT is compatible between Windows, MAC and Linux (writable). Plus, it seems it is better for intensive writing than NTFS, e.g. using transmission (I am a heavy torrent user): Quote:[...] Quote:[...]Plus, I read this in other raspberry pi forums: Quote:i would use exfat, NTFS driver in linux is reverse engineered.. aka made of guess work i would not trust it.. read is fine but writing a lot like torrent would do is not recommended at least not by me! Quote:Ok, I did some tests using rsync between ext4, NTFS and exFAT. Main conclusion: Om y system (OE 3.0.3) NTFS is the slowest, and exFAT is on par with ext4 regarding speed (not data integrity, of course). |
|||
27th Mar, 2016, 07:24 PM
Post: #5
|
|||
|
|||
RE: Can't mount exFAT HDD
My Bad - typo. sudo mount /dev/sda1 -t exfat /media/Tempdir
Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
29th Mar, 2016, 12:57 AM
Post: #6
|
|||
|
|||
RE: Can't mount exFAT HDD
Terminal $ sudo mount /dev/sda1 /media/Tempdir Terminal FUSE exfat 1.1.0 fuse: device not found, try 'modprobe fuse' first My eyelashes are burning I write "modprobe fuse" and it works, but this error would do the "automount" very difficult, woudn't it? |
|||
29th Mar, 2016, 01:19 AM
Post: #7
|
|||
|
|||
RE: Can't mount exFAT HDD
Quote:I write "modprobe fuse" and it works, but this error would do the "automount" very difficult, woudn't it? No, please add one line to /etc/modules and put fuse there. So the file should look like this (don't forget <return> at and of the line) Code: # /etc/modules: kernel modules to load at boot time. |
|||
29th Mar, 2016, 02:16 AM
Post: #8
|
|||
|
|||
RE: Can't mount exFAT HDD | |||
29th Mar, 2016, 02:32 AM
Post: #9
|
|||
|
|||
RE: Can't mount exFAT HDD
Disk full or filesystem corrupted and was mounted read only
|
|||
29th Mar, 2016, 03:23 AM
Post: #10
|
|||
|
|||
RE: Can't mount exFAT HDD
I added "modprobe fuse" since the "fuse" command seems to not work. Anyway, it is not working either:
Terminal # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. uinput modprobe fuse Terminal xbian@xbian ~ $ sudo mount /dev/sda1 /media/Tempdir FUSE exfat 1.1.0 fuse: device not found, try 'modprobe fuse' first Anyway, I can't write through SAMBA on the exFAT partition, so I'll try to work out the "modeprobe fuse", the auto-mounting and the writing permissions problems in the next step. I added this Terminal UUID=xxxF-BBA5 /media/montaje-notfake /dev/sda1 /media/usbdrive exfat rw,async,umask=0 0 0 Still Terminal sudo mount -a FUSE exfat 1.1.0 fuse: device not found, try 'modprobe fuse' first I give up. I'll try ext4. |
|||
29th Mar, 2016, 04:07 AM
Post: #11
|
|||
|
|||
RE: Can't mount exFAT HDD
"modprobe fuse" in files modules is wrong, only "fuse"
Quote:I give up. I'll try ext4. good decision |
|||
29th Mar, 2016, 05:11 AM
Post: #12
|
|||
|
|||
RE: Can't mount exFAT HDD
(29th Mar, 2016 04:07 AM)Nachteule Wrote: "modprobe fuse" in files modules is wrong, only "fuse" Formatted into ext4. Now it is SAMBA denying the writing access (from the PC and I tested from the mobile too) With NTFS it worked the other day ¬¬ And... TRANSMISSION is haveing too access problems. It seems that when I downloaded the incompleted files to the SDCard there was not this problem. When I've tried to download everything to the HDD, problem arises: |
|||
29th Mar, 2016, 05:35 AM
(This post was last modified: 29th Mar, 2016 05:37 AM by Nachteule.)
Post: #13
|
|||
|
|||
RE: Can't mount exFAT HDD
Quick and dirty method:
Terminal sudo chmod 0777 /media/TVText4 after disk has been mounted |
|||
9th May, 2016, 04:53 AM
Post: #14
|
|||
|
|||
RE: Can't mount exFAT HDD
delete
|
|||
9th May, 2016, 05:27 AM
Post: #15
|
|||
|
|||
RE: Can't mount exFAT HDD | |||
« Next Oldest | Next Newest »
|