Sponsored Content
Full Discussion: Mounting fs ext3
Top Forums UNIX for Dummies Questions & Answers Mounting fs ext3 Post 302327037 by redoubtable on Friday 19th of June 2009 11:29:21 AM
Old 06-19-2009
Code:
mount /dev/sda1 /mnt/usb -o noexec

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Anyone else see a performance hit from ext3

I reinstalled my Linux box with RedHat 7.2 and used the ext3 journaling file system. This thing is a pig now. There isn't much running on the box, and performance is sad. (1 Reply)
Discussion started by: 98_1LE
1 Replies

2. Filesystems, Disks and Memory

ext3 filesystem

what do you think about the ext3 journal filesystem?? (3 Replies)
Discussion started by: comadreja
3 Replies

3. UNIX for Dummies Questions & Answers

Deleting an Ext3 partition...

I'm trying to delete my red hat partitions so I can restructure my computer's hard drive. I want to delete the Boot, /, and Swapspace partitions so I can rearrange my drive and install some other systems. In partition magic when I attempt to delete the Ext3 partitions, it reads as not being able to... (4 Replies)
Discussion started by: djtrippin
4 Replies

4. Filesystems, Disks and Memory

ReiserFS vs ext3 vs anything else?

As i'm sure you all know, ext2 (and then ext3) is the most widely used linux fs... but some distros (SUSE & Debian) are now chosing to either use by default, or at least give the option of using ReiserFS. What is it about ReiserFS that's so great exactly? I understand that it has a limitless... (6 Replies)
Discussion started by: fishsponge
6 Replies

5. UNIX for Dummies Questions & Answers

/ext2 and /ext3

Hi all, I was installing linux, so i want to know the basic difference between /ext2 and /ext3 filetype.. what is the significance of using /ext2 and /ext3 pls clarify Thanks Vasikaran (2 Replies)
Discussion started by: vasikaran
2 Replies

6. Solaris

Mounting Ext2 and Ext3

Is it possible to mount linux file systems in sun solaris ? and if its possible what -f name i should use ? (3 Replies)
Discussion started by: XP_2600
3 Replies

7. BSD

Mounting ext3 & NTFS on PC-BSD!!

I'm having problem mounting ext3 & ntfs partitions on my PC-BSD OS. Can anyone please help me out here. What are the changes required to be done in fstab?? Are there any patches to be installed?? (1 Reply)
Discussion started by: void_man()
1 Replies

8. SuSE

lvextend on ext3 resizing

Hi all IM very curious about one thing Im currently playing with a test server SLES x64 SP2, and I got to a serious issue which is really sorry for the word pissing me off. :mad: I created an pv, then vg and finaly some lv's which is fine. I mounted then and everything worked fine... (0 Replies)
Discussion started by: kl1ngac1k
0 Replies

9. Red Hat

Convert ext4 to ext3

Is there any way to conver ext4 to ext3 filesystem without formatting the partition/disk .. Had ext3 filesystem and had converted it to ext4 by issuing following command # tune2fs -O extents,uninit_bg,dir_index /dev/sda1 # fsck -pf /dev/sda1 # blkid /dev/sda1 /dev/sda1:... (1 Reply)
Discussion started by: Shirishlnx
1 Replies

10. UNIX for Dummies Questions & Answers

Question regarding mkfs ext3

Hi i am looking for some help with a question relating to the creation of the ext3 file system. "Why is it good practice not to have a file system mounted whilst you try to create it?" I have searched google but not had any luck in finding out what the actual dangers are of creating a file... (1 Reply)
Discussion started by: allan1986
1 Replies
Config::Model::models::Fstab::FsLine(3pm)		User Contributed Perl Documentation		 Config::Model::models::Fstab::FsLine(3pm)

NAME
Config::Model::models::Fstab::FsLine - Configuration class Fstab::FsLine VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model data of one /etc/fstab line Elements fs_spec block special device or remote filesystem to be mounted. Mandatory. Type uniline. fs_file mount point for the filesystem. Mandatory. Type uniline. fs_vfstype file system type. Mandatory. Type enum. choice: 'auto', 'davfs', 'ext2', 'ext3', 'ext4', 'swap', 'proc', 'iso9660', 'vfat', 'usbfs', 'ignore', 'nfs', 'nfs4', 'none', 'ignore', 'debugfs'. Here are some explanations on the possible values: 'auto' file system type is probed by the kernel when mounting the device 'davfs' WebDav access 'ext2' Common Linux file system. 'ext3' Common Linux file system with journaling 'ignore' unused disk partition 'iso9660' CD-ROM or DVD file system 'proc' Kernel info through a special file system 'usbfs' USB pseudo file system. Gives a file system view of kernel data related to usb 'vfat' Older Windows file system often used on removable media fs_mntopts mount options associated with the filesystem. Optional. Type warped_node. fs_freq Specifies if the file system needs to be dumped. Optional. Type enum. choice: '0', '1'. default: '0'. fs_passno - fsck pass number used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time. Optional. Type integer. default: '0'. SEE ALSO
o cme AUTHOR
Dominique Dumont COPYRIGHT
2010,2011 Dominique Dumont LICENSE
LGPL2 perl v5.14.2 2012-11-09 Config::Model::models::Fstab::FsLine(3pm)
All times are GMT -4. The time now is 05:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy