Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while mounting exFAT SSD #245

Closed
Blackspell01 opened this issue Jul 24, 2024 · 5 comments
Closed

Error while mounting exFAT SSD #245

Blackspell01 opened this issue Jul 24, 2024 · 5 comments

Comments

@Blackspell01
Copy link

Addon

SambaNAS

Your request

I was trying to expose an SSD to the local network using sambanas. It is formatted in exFAT, which is supported as experimental according to the documentation. When I start the add-on, it doesn't work though:


[19:55:48] INFO: Mounting disks:

EFI
SSD

[19:55:49] WARNING: Your EFI is vfat. Permissions and ACL don't works and this is an EXPERIMENTAL support
[19:55:49] INFO: Mount EFI[vfat] Success!
[19:55:49] WARNING: Your SSD is exfat. Permissions and ACL don't works and this is an EXPERIMENTAL support
mount: /mnt/SSD: unknown filesystem type 'exfat'.
dmesg(1) may have more information after failed mount system call.
[19:55:49] WARNING: Fail to mount SSD nosuid,relatime,noexec !

Can someone help me to get the SSD working in HASSOS?

@dianlight
Copy link
Owner

Please add the full addon startup log.
Probably you are on architecture ( x86 ) where xfat is not included in the Linux kernel.

@Blackspell01
Copy link
Author

Yes it's true, I'm on x86. Does this mean that exFAT is not possible? I'm sorry if I'm asking stupid questions. I guess the logs won't help you, but if you would want to take a look I can provide them though.

@dianlight
Copy link
Owner

On x86 hassos don't include ntfs and exfat kernel driver. I don't know why and sincerely is not in my interest to know.
I think there is already an issue about that on hassos repository.

At start up this addon check the available fs types and inform you in the log.

I always suggest user to change the fs and use ext4 or similar. The use with samba of native windows fs also raise slowness and permission problems on some unattended configuration.

L.

@Blackspell01
Copy link
Author

Ok, thats unfortunate. It says:
supported fs: ext3 | ext2 | ext4 | squashfs | vfat | msdos | iso9660 | btrfs

I think non of them are compatible with macOS... My goal was to be able to plug the SSD into HomeassistantOS and into macOS..

Thank you anyway

@dianlight
Copy link
Owner

Starting from hassos 13.1 also x86 systems has exfat on kernel.
You can try if it solve your issue.

@dianlight dianlight closed this as not planned Won't fix, can't repro, duplicate, stale Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants