This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!



I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!

Support for EXT4

Post/Debate your Suggestions & Requests of XigmaNAS here. This ONLY pertains to XigmaNAS.
Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
herauthon
NewUser
NewUser
Posts: 1
Joined: 29 Sep 2013 09:36
Status: Offline

Support for EXT4

Post by herauthon »

To make transitions from old/different storage systems possible
i wonder if EXT4 is a good idea to have also supported in Nas4Free.

Ofcourse i got the EXT4 partitions and it took me 4Days to
move data from one onto another storage unit to get rid of
less pretty formats or the long waits at journal checking (JFS)
or the GPT (why use it if one has only one partition.. or two?)

So now they are all in EXT4 format - but i like Nas4Free
very much. It would be nice to implement N4F w/o
the big move. :idea:

User avatar
alexey123
Moderator
Moderator
Posts: 1469
Joined: 19 Aug 2012 08:22
Location: Israel, Karmiel
Contact:
Status: Offline

Re: Support for EXT4

Post by alexey123 »

Just now I mount over jail read only flash, divided to 2 volumes.
procedure:
1. install jail
2. over System|Advanced|loader.conf add values
geom_linux_lvm_load YES
fuse_load YES
Reboot server
enter into jail
jexec <jailname> csh
3. Start jail and install fusefs-ext4fuse . I used

Code: Select all

pkg_add -r fusefs-ext4fuse
.
Add to jail's rc.conf fusefs_enable="YES"

Code: Select all

echo 'fusefs_enable="YES"' > /etc/rc.conf
4. create folders to mount volumes

Code: Select all

mkdir /mnt/flash1
mkdir /mnt/flash2
exit from jail

Code: Select all

exit
5 Restart jail and chroot into his folder

Code: Select all

chroot /mnt/disk/app/thebrig/test
Mount volumes

Code: Select all

ext4fuse /dev/da0s1 /mnt/flash1
ext4fuse /dev/da0s2 /mnt/flash2
It work. Read only
Home12.1.0.4 - Ingva (revision 7091)/ x64-embedded on AMD A8-7600 Radeon R7 A88XM-PLUS/ 16G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600

Post Reply

Return to “Suggestions & Requests”