Unable to mount ext4 filesystem (created from Ubuntu) in Solaris 11


 
Thread Tools Search this Thread
Operating Systems Solaris Unable to mount ext4 filesystem (created from Ubuntu) in Solaris 11
# 1  
Old 05-23-2013
Unable to mount ext4 filesystem (created from Ubuntu) in Solaris 11

Hello everyone,

I am trying to mount an ext4 filesystem which I created from Ubuntu. But mount command fails saying:

Code:
prakhar@Solaris:~$ sudo mount /dev/dsk/c10t0d0p1 /mnt
Password: 
mount: /dev/dsk/c10t0d0p1 is not this fstype

And I also tried this:

Code:
prakhar@Solaris:~$ fstyp /dev/dsk/c10t0d0p1
unknown_fstyp (cannot open device)

Can anybody tell me how can I mount a ext4 filesystem in Solaris 11?
# 2  
Old 05-23-2013
Solaris doesn't have native ext4 support and a cursory google doesn't throw up any packages for Solaris that provide r/w support for ext4
This User Gave Thanks to Skrynesaver For This Post:
# 3  
Old 05-23-2013
One workaround is to use a small VirtualBox Linux VM NFS sharing the file system.
# 4  
Old 05-24-2013
Any open souce option

Thanks @Skrynesaver and @jlliagre for your fast replies.

I wanted to know if there are any packages from oracle/third-party/open source which let me access my ext4 filesystem?

Thanks and Regards,
Prakhar Mishra
# 5  
Old 05-24-2013
I have never come across such a package. Why not just NFS mount the filesystem?
# 6  
Old 05-24-2013
Quote:
Originally Posted by Prakhar Mishra
I wanted to know if there are any packages from oracle/third-party/open source which let me access my ext4 filesystem?
As already answered, there are no ext4 implementations for Solaris.
As I already answered and as fmurphy suggests too, just use a Linux OS to share the ext4 file system via NFS.
This User Gave Thanks to jlliagre For This Post:
# 7  
Old 05-25-2013
Thanks jlliagre,

Looks like I have no other options but to share some part of my RAM and CPU cycles with other OS.
Is there any minimal Linux distro which just fits my needs?

And one more thing, Any body please give me a link to the article describing how to share my ext4 filesystem within the linux distro (in my virtual box) and host a NFS server?

Last edited by Prakhar Mishra; 05-25-2013 at 03:07 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Shrink ext4 filesystem and reduce the size of a Logical Volume in Linux

Hello guys, I would like to ask you kindly if you don't know some quick and safe method how to shrink ext4 filesystem and reduce the size of a Logical Volume in Linux, please? Thank you very much. (2 Replies)
Discussion started by: los_bandidos
2 Replies

2. Filesystems, Disks and Memory

What is the difference between o_direct and DAX with ext4 filesystem?

I'm trying to understand the difference between o_direct flag of open system call and dax (direct access) with ext4 filesystem. According to my understanding both bypass page cache. But I'm still unclear about the crucial difference between these 2 techniques. If there is a huge difference... (1 Reply)
Discussion started by: BHASKAR JUPUDI
1 Replies

3. Solaris

Unable to mount in failsafe mode in Solaris 10

Hi, A server is running solaris 10. From the OK prompt, I have used the command 'boot -F failsafe' and here I am trying to mount a remote directory using the command: #mount 10.238.233.13:/export/home/ssuser /tmp/mnt but i dont get any response for sometime and then it shows the error... (4 Replies)
Discussion started by: Tayyab101
4 Replies

4. AIX

Problem with filesystem created after HACMP was shut down

There is a shared volume group connected to two AIX systems A and B on a shared storage. The shared volume group was regularly attached to the system A and in case of a system A crash, the system B should take over the shared volume group and resources on it. Resources on the shared storage:... (1 Reply)
Discussion started by: yamanu
1 Replies

5. UNIX for Dummies Questions & Answers

Can't mount filesystem

I have 2 Linux servers. rcwlo-ods10g and rcwlo-10gdev I can mount one filesystem from rcwlo-ods10g onto rcwlo-10gdev fine: RCWLO-10gDev:/ # mount -F rcwlo-ods10g:/SAN /backup but when I try another one I get: RCWLO-10gDev:/ # mount -F rcwlo-ods10g:/backup /backup mount:... (0 Replies)
Discussion started by: jamie_collins
0 Replies

6. AIX

Mount Filesystem in AIX Unable to read /etc/filesystem

Dear all, We are facing prolem when we are going to mount AIX filesystem, the system returned the following error 0506-307The AFopen call failed : A file or directory in the path name does not exist. But when we ls filesystems in the /etc/ directory it show -rw-r--r-- 0 root ... (2 Replies)
Discussion started by: m_raheelahmed
2 Replies

7. Ubuntu

[UBUNTU] mount.nfs fails in Ubuntu / Works on Red Hat!!!

Gurus, I want log in locally to my Lucid (10.04) workstation and have my code saved over the network on my samba account At work, all developers have samba user ids and when we were running Red Hat, we went thru the following procedure to get setup. * open a shell session to NFS server... (2 Replies)
Discussion started by: alan
2 Replies

8. Solaris

How do I export a zfs filesystem that I created?

I created a zpool and two ZFS volumes in OpenSolaris. I would like both ZFS volumes to be exportable. However, I don't know how to set that up. These are the steps I did: 1) Create the zpool using raidz1 across five disks. I have six disks and created a zpool across 5 of them. c4t0d0... (3 Replies)
Discussion started by: sqa777
3 Replies

9. Solaris

How can I mount a ufs filesystem on a solaris 10 sparc onto a Linux server

Hi there, I am trying to mount a SAN volume (which is mapped to solaris sparc) partitioned with ufs filesystem onto a linux (intel processor 64bit) server. *I have re-compiled the linux kernel t support ufs fstype with ro mount support. filesystem on solaris:... (3 Replies)
Discussion started by: ilan
3 Replies
Login or Register to Ask a Question