Error creating file system: Command-line ‘mkfs.exfat -n ‘External Storage’ '/ dev/sda1" exited with non-zero exit status 249:
stdout: °
exFAT format fail!
stderr: ‘input string is too long
*(udisks-error-quark, 0)
How do you suggest I split my 500 gb disk? 350-150? ext4-exfat
your using the partition-manager ? you deleted the existing partition and tried to create a new exfat-partition ? may you tell us in detail what you were doing. the error message without knowing from what application it rised isn’t helpful.
attention: if you never used a partition manager in the past then please get some infos about it before using it. there are a lot of helpful basic videos at youtube for example.
gparted should be the choice at gnome
Well, that’s up to you… How many more multimedia files are you looking to store, and just how much space do you want to share with Mickeysoft Windblows?
Edit: Don’t forget to create the mountpoints. I would propose /srv/mmedia for the multimedia stuff and perhaps /home/hydra/Exfat for the Wintendo stuff.
sudo mkdir /srv/mmedia && mkdir /home/hydra/Exfat
Then, be sure that the exfat partition gets mounted with the proper ownership and permissions. And make sure that you add the nofail mount option in /etc/fstab for both of them, given that they’re on an external and thus removable storage medium. This mount option will prevent the system from stalling if the drive is not plugged in at boot time.
Again, once both partitions have been created and formatted, you should add these two lines to /etc/fstab — or adapt the lines if gparted added them itself — whereby you use the UUIDs that you glean from…
Be sure to use the ntfs-3g designation and not ntfs or ntfs3, because the latter two will ruin your filesystem.
Another thing to watch out for is that Fast Boot and Hybrid Sleep must be disabled in Windows, because with those enabled, Windows will not fully shut down its filesystems, leading the Linux kernel to believe that they are damaged and thus mounting them in read-only mode so as to prevent further damage.
Ok im glad to say this worked amazingly. No hassles. Thanks a lot @Olli and @Aragorn . You all have been of immense help. Keep helping and supporting the community!