Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mount_ext2fs(8) [netbsd man page]

MOUNT_EXT2FS(8) 					    BSD System Manager's Manual 					   MOUNT_EXT2FS(8)

NAME
mount_ext2fs -- Mount an ext2 file system SYNOPSIS
mount_ext2fs [-o options] special node DESCRIPTION
The mount_ext2fs command attaches an ext2 file system special device on to the file system tree at the point node. Both special and node are converted to absolute paths before use. This command is normally executed by mount(8) at boot time. The options are as follows: -o Options are specified with a -o flag followed by a comma-separated string of options. See the mount(8) man page for possible options and their meanings. SEE ALSO
mount(2), unmount(2), options(4), fstab(5), mount(8) HISTORY
The mount_ext2fs utility first appeared in FreeBSD 2.2. BUGS
Some ext2-specific options, features or file flags are not supported. BSD
February 22, 2010 BSD

Check Out this Related Man Page

MOUNT_V7FS(8)						    BSD System Manager's Manual 					     MOUNT_V7FS(8)

NAME
mount_v7fs -- mount a 7th Edition(V7) File System SYNOPSIS
mount_v7fs [-B byte-order] [-o options] special node DESCRIPTION
The mount_v7fs command attaches the 7th Edition(V7) File System on the special device on to the file system tree at point node. Both special and node are converted to absolute paths before use. This command is normally executed by mount(8) at boot time. The options are as follows: -B byte-order Specify the metadata byte order of the file system. Valid byte orders are 'be', 'le', and 'pdp'. If no byte order is speci- fied, the file system is mounted in host byte order. -o Options are specified with a -o flag followed by a comma separated string of options. See the mount(8) man page for possible options and their meanings. SEE ALSO
mount(2), unmount(2), fstab(5), mount(8) BUGS
The v7fs support is still experimental. BSD
April 29, 2011 BSD
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Get Options and Parameters

Hi there. Could someone explain how do i get the options separated from the arguments. My problem is that i have a lot of options and in all of those options i need to have the parameters available to use in that option and all the others. How can i take the arguments before i cycle throw the... (4 Replies)
Discussion started by: KitFisto
4 Replies

2. UNIX for Dummies Questions & Answers

can not mount fs

Hey guys, i have a computer (from a friend) with win xp home. now he can not boot the system and i want to try to fix it. I don't know what he did but windows says all the time "hal.dll is missing" and so on... I tried windows restore and helping cons but it's not working. Now I try to work... (2 Replies)
Discussion started by: puthy
2 Replies

3. Shell Programming and Scripting

Mount point usage

Hi Guys, I have Solaris 9 and RHEL 5 boxes I implemented script to send me an email when my mount point is > 90. Now the ouput id like these: /dev/dsk/emcpower20a 1589461168 1509087840 64478720 96% /data1 /dev/dsk/emcpower21a 474982909 451894234 18338846 97% /data2... (2 Replies)
Discussion started by: Phuti
2 Replies

4. Solaris

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... (3 Replies)
Discussion started by: bsdx
3 Replies

5. Shell Programming and Scripting

Problem with command mount

Hi, I have a problem with the command mount with a password with special character mount -t smbfs '//itransfert_cs:password@IP/itransfert/1-Arrivees/Vers_K2' /share the password contain a * and a @ I try to quote but don't work, replace the @ with %40 and try to escape with \ but... (8 Replies)
Discussion started by: protocomm
8 Replies