Unix File System?
Posted: Thu May 07, 2009 4:42 am
by MightyMouth
Can a basic Amahi install read the Unix File System as used in Freenas. I ask because I want to move my Media Server from Freenas to Amahi and all my files are stored on UFS so need to know if I should copy the files off and reformat the drive then copy back or can I use it as is?
Re: Unix File System?
Posted: Thu May 07, 2009 7:51 am
by moredruid
exerpt from man mount:
Code: Select all
-t vfstype
The argument following the -t is used to indicate the file sys-
tem type. The file system types which are currently supported
include: adfs, affs, autofs, cifs, coda, coherent, cramfs,
debugfs, devpts, efs, ext, ext2, ext3, hfs, hfsplus, hpfs,
iso9660, jfs, minix, msdos, ncpfs, nfs, nfs4, ntfs, proc, qnx4,
ramfs, reiserfs, romfs, smbfs, sysv, tmpfs, udf, ufs, umsdos,
usbfs, vfat, xenix, xfs, xiafs. Note that coherent, sysv and
xenix are equivalent and that xenix and coherent will be removed
at some point in the future รข use sysv instead. Since kernel
version 2.1.21 the types ext and xiafs do not exist anymore.
Earlier, usbfs was known as usbdevfs. Note, the real list of
all supported filesystems depends on your kernel.
so yes it's supported
Re: Unix File System?
Posted: Thu May 07, 2009 10:31 am
by MightyMouth
Great thanks.