Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mounting Solaris partition
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Fri Aug 21, 2009 6:14 am    Post subject: Mounting Solaris partition Reply with quote

Hi, ALL,
I just installed zfs-fuse.
However, trying to mount zfs filesystem gives:

Code:

IgorsGentoo igor # mount -t zfs /dev/hdd2 /mnt/solaris
mount: unknown filesystem type 'zfs'
IgorsGentoo igor #


What needs to be done in order to mount ZFS from OpenSolaris?

Thank you.
Back to top
View user's profile Send private message
Kobboi
l33t
l33t


Joined: 29 Jul 2005
Posts: 672
Location: Belgium

PostPosted: Fri Aug 21, 2009 8:20 am    Post subject: Reply with quote

Maybe read the instructions you get after installing the package? The main command is zfs (like explained in the PDF) and it needs the zfs-fuse daemon running, for example via the provided init-script.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Fri Aug 21, 2009 4:55 pm    Post subject: Reply with quote

Kobboi,
What PDF file you are referring to? I ran zfs and it gave me a lot of options, but I need more on each one of them.
And there is no "man" page on it...

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Fri Aug 21, 2009 10:20 pm    Post subject: Reply with quote

This is what I tried so far:

Code:

IgorsGentoo igor # zfs mount -a -v /dev/hdd2 /mnt/solaris
too many arguments
usage:
        mount
        mount [-vO] [-o opts] <-a | filesystem>

For the property list, run: zfs set|get

For the delegated permission list, run: zfs allow|unallow
IgorsGentoo igor # zfs mount -v /dev/hdd2 /mnt/solaris
too many arguments
usage:
        mount
        mount [-vO] [-o opts] <-a | filesystem>

For the property list, run: zfs set|get

For the delegated permission list, run: zfs allow|unallow
IgorsGentoo igor # zfs mount -v /dev/hdd2
cannot open '/dev/hdd2': invalid dataset name
IgorsGentoo igor # mount -t zfs /dev/hdd2 /mnt/solaris
mount: unknown filesystem type 'zfs'


Since the last command does not work, I can't put the new line in /etc/fstab...

Thank you.
Back to top
View user's profile Send private message
Kobboi
l33t
l33t


Joined: 29 Jul 2005
Posts: 672
Location: Belgium

PostPosted: Sat Aug 22, 2009 8:17 am    Post subject: Reply with quote

Like I said, read the instructions after the installation.

Quote:
* To debug and play with ZFS-FUSE make sure you have a recent 2.6.xx
* series kernel with the FUSE module compiled in OR built as a
* kernel module.
*
* You can start the ZFS-FUSE daemon by running
*
* /etc/init.d/zfs-fuse start
*
* as root from the command line.
*
* And don't forget to add it permanently, if you want to:
*
* rc-update add zfs-fuse boot
*
* For additional ZFS related commands I recommend the ZFS admin
* guide. http://opensolaris.org/os/community/zfs/docs/zfsadmin.pdf
*
* Don't forget this is an beta-quality release. Testing has been
* very limited so please make sure you backup any important data.
*
* If you have any problems with zfs-fuse please visit the ZFS-FUSE.
* website at http://developer.berlios.de/projects/zfs-fuse/


I have no experience with ZFS, I can only point you to the PDF,
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum