OpenIndiana: Can't mount ext2 filesystem


 
Thread Tools Search this Thread
Operating Systems Solaris OpenIndiana: Can't mount ext2 filesystem
# 1  
Old 12-03-2012
OpenIndiana: Can't mount ext2 filesystem

I have oi_151a7 and installed from sfe fuse-ext, libfuse and e2fsprogs. Mount e.g.
# mount -F ext2fs /dev/dsk/c4t0d0p1 /mnt
returns
"mount: Operation not applicable to FSType ext2fs"
and
$ fuse-ext2 /dev/dsk/c4t0d0p1 ~/tmp/a/
does not output anything but the filesystem seems not to be mounted.
What packages and commands do I need to mount an ext2 filesystem?
(Or would it be easier to mount a OpenBSD ffs?)

Mike
# 2  
Old 12-03-2012
Try -t instead of -F

And make sure your system actually supports ext2. Not the same thing as ext3 these days. cat /proc/filesystems
# 3  
Old 12-04-2012
mount has no option t and in /proc there seems to be only process numbers, no "filesystems".

I'm using OpenIndiana, maybe there are some differences to current Oracle Solaris or older OpenSolaris.
# 4  
Old 12-04-2012
Quote:
Originally Posted by bsdx
mount has no option t and in /proc there seems to be only process numbers, no "filesystems".
Indeed, I guess Corona688 confused OpenIndiana with a Gnu/Linux distribution. /proc/filesystem and mount -t are both Linux specific.
Quote:
I'm using OpenIndiana, maybe there are some differences to current Oracle Solaris or older OpenSolaris.
If you properly installed these packages and they still don't, chances are they are no more compatible with the current illumos kernel. There is work in progress to include ext2 support on Illumos but it is not completed:
https://www.illumos.org/issues/1994
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. Solaris

Mount old zfs filesystem

Hey all, I have a machine with 16 drive slots. Two of the drives have a ZFS mirror of the operating system, the other 14 contain the storage raidz. So, after installing Opensolaris on the OS drives, how can I remount the storage raid? TIA (11 Replies)
Discussion started by: PatrickBaer
11 Replies

4. Solaris

Mount /usr as a separate filesystem

Hi All, I have mount /usr directory as a seperate filesystem.The /usr directory includedd in / root file system.I have to mount it as seperate. Please Help me, Thanks and Regards, (7 Replies)
Discussion started by: lbreddy
7 Replies

5. Linux

How to mount a filesystem of one pc in another pc that are connected in a network?

Hi, I have a software in one of the pcs connected in the network and I need to mount that file system in my PC. Both the pcs have Linux installed. Please let me know how can we achieve this. Any pointers would be of great help. Thanks & Regards, Venkatesh. (3 Replies)
Discussion started by: venkatesh_sasi
3 Replies

6. Shell Programming and Scripting

shell script to mount filesystem

Hi, Gurus: I need your help to finish a script that will mount two file systems automatically when saver is reboot or start. I am working on a new Sun Sparc machine with Solaris 9 on it. This box got two disk. disk one has been partitioned to hold Solaris OS. disk two has been partitioned as... (6 Replies)
Discussion started by: duke0001
6 Replies

7. Linux

how to mount ntfs filesystem

:) Hi frds ..i hope i can get some help for this.. I am unable to mount ntfs/hpfs file system which contain my XP o/s. As per the information collected on net i found tht my kernel i.e 2.4.xx does not support ntfs ..? Now I dont knwo where to get upgraded kernel and how to deploy it ..can anyone... (0 Replies)
Discussion started by: nicknihal
0 Replies

8. UNIX for Dummies Questions & Answers

Mount a Filesystem

I want help about mount a filesystem to use a cdrom to install a software that be in the cd cdrom.. you can send a mail ::removed emails:: (5 Replies)
Discussion started by: amauryrgrullon
5 Replies

9. UNIX for Dummies Questions & Answers

Mount nfs filesystem

I try to share a directory from a wortstation to a server. the share command was no problem. Solaris 8 on mars share -F nfs -o rw /dir/dir2 on the server mount mars:/dir/dir2 /mount_point RPC: Program not registered <--- What is the meaning of this ? Thanks for you help ! (2 Replies)
Discussion started by: joerg
2 Replies

10. UNIX for Advanced & Expert Users

Convert filesystem from reiserfs to ext2

Hi, My current linux server's filesystems is reiserfs. Unfortunately I need to enable quota for my users and as far as I know quota won't run on reiserfs. So, can I convert the filesystem types to ext2 from reiserfs without having to re-install my o/s? Or, is there any quota applications... (1 Reply)
Discussion started by: vancouver_joe
1 Replies
Login or Register to Ask a Question