Server :: Enable The "large_file" Using Tune2fs?

Dec 5, 2010

i want to enable the "large_file" option for a file system sda5. Though i got the option from "man tune2fs" , am unable to execute that.

Code:

#dumpe2fs -h /dev/sda5 | grep "Filesystem features"
dumpe2fs 1.32 (09-Nov-2002)
Filesystem features: has_journal filetype needs_recovery sparse_super

The following is not working , as i think am missing something here.

Code:

tune2fs -O[+]feature[,large_file] /dev/sda5

View 11 Replies


ADVERTISEMENT

Server :: Lowest Percentage To Set With Tune2fs -m On Ext3?

Jun 14, 2011

I need a little more space than tune2fs -m 1 /dev/sdb will allow... can I set a smaller number?

View 3 Replies View Related

Server :: Tune2fs: No Such Device Or Address While Trying To Open /dev/sda1?

Apr 3, 2011

Last night, OSSEC sent me some warning emails related to bad hard disk:Code:Apr 3 20:26:58 207 kernel: sd 0:0:0:0: SCSI error: return code = 0x06000000

Code:
Apr 3 21:57:52 207 kernel: EXT3-fs error (device sda1): ext3_get_inode_loc: unable to read inode block - inode=299533439, block=599064613

[code]....

View 1 Replies View Related

Ubuntu :: Tune2fs Not Working For 2TB HDD?

Oct 18, 2010

I have a Western Digital 2TB HDD on Ubuntu 9.10. This is my secondary HDD which is used only for Storage of media files. I mount it as & when needed only to stream my media content. I have tried many times to use tune2fs to free up the extra space which has been reserved automatically by linux yet although it accepts the commands & doesnt give back any errors, when I run the df- h or du- h commands, linux has still reserved 200GB & I only have 1.8TB to use. This extremely annoying as Im quickly filling it up with about 400GB currently available for me, that could easily be 500GB.

My primary drive is a seperate HDD of 320GB Storage is /dev/sdb1 for which I mount it to a folder called 'media-centre'. Then after mounting, I run the command: tune2fs -m 0 /dev/sdb1 media-centre I takes the command with no problems, I run df -h, & no joy. I have read my books at home as well as google searches & forums. Am I missing something simple here, does this command work only with certain types of HDD's?

I posted on another forum & followed a post that said I should convert from ext3 to ext2 as the journal is the cause, I ran a tune2fs -O ^has_journal etx2 /dev/sdb1 (something like that) & checked /etc/fstab which did not reference my storage HDD.

View 9 Replies View Related

General :: Not Clean Volume According To Tune2fs?

Jun 24, 2010

I did a tune2fs -l on some volumes of mine, and a few say "not clean" as the filesystem state. But how do I tell what's causing it to be not clean, or how severe it is, so i know how soon i need to schedule downtime to run a e2fsck on that volume?

View 10 Replies View Related

General :: Check JFS Disks (fsck.jfs) At Every Boots Using Tune2fs Like Tool?

May 15, 2010

Fstab has at the end some values: 0 1 for / or 0 2 for /home or others.

It is nice to set tune2fs -c 2 for disks that have to be reliable and increase the security of the data.

tune2fs is not working for JFS. How to make this check at every single boot of the Debian/ubuntu machine?

View 5 Replies View Related

General :: Tune2fs Says Couldn't Find Valid Filesystem Superblock

May 12, 2010

I'm logged into a server through the CLI and did a df -T and confirmed all my volumes are ext3. but when I do a tune2fs -l /dev/sde it tells me

tune2fs 1.39 (29-May-2006)
tune2fs: Permission denied while trying to open /dev/sde
Couldn't find valid filesystem superblock.

I don't have root access on the server, but is that why it's complaining, or is my syntax incorrect?

View 8 Replies View Related

Ubuntu :: /etc/mtab And /proc/mounts Do Not Show Tune2fs Mount Option

May 23, 2011

I just discovered that you can automount an ext4 filesystem with acl enabled by running "tune2fs -o acl". (I knew about tune2fs but did not dare to use it until now). However, the acl mount option does not show up in /etc/mtab and /proc/mounts. Can I ignore this, or is there a way of telling the system about the actual mount options?

Edit: I can do "tune2fs -l <device> | grep acl | awk '{print $4}'" and if that isn't empty I can update /etc/mtab with "mount -f -o remount,acl <device>", but like the udev rule I previously messed with this seems lumberingly unelegant to me.

View 2 Replies View Related

General :: Safe To Tune2fs Mounted Volume To Prevent Disk Checks At Reboot?

May 12, 2010

I have some large volumes that I don't want to automatically be e2fsck'd when I reboot the server. Is it safe to change maximum mount count to -1 and check interval to 0 while a volume is mounted, or will that cause problems to the file system?

View 2 Replies View Related

Ubuntu :: Deluge WebUI Enable / Re-enable Subsequently Unable To Re-enable It (doesn't Appear In The Side Panel Again)?

Feb 10, 2010

I recently installed Deluge 1.2.0 from the following PPA:[URL]I using this on two different Linux computers. One is running Linux Mint 8 and the other is running Ubuntu Netbook Remix 9.10. The first time on either computer when I enable WebUI in the Deluge GUI it works fine. However if I ever disable it in plugins section I am subsequently unable to re-enable it (doesn't appear in the side panel again). Rebooting or reinstalling Deluge seems to have no effect.Is this a bug or am I doing something wrong?

View 3 Replies View Related

Server :: Enable Rdp On M RH5 Through Ssh

Sep 21, 2010

How do i enable rdp on my RH5 through ssh

View 1 Replies View Related

Ubuntu :: Enable Sound In Server 10.04?

Jun 26, 2010

I am an almost noob to linux and have encountered what might be a minor problem I need to activate the sound in a server install and I have no X or any clue what I need to do.

View 4 Replies View Related

Debian :: How To Enable SSH On Server For Connections

Apr 12, 2010

I have installed Debian Lenny 5 and am trying to access the server via SSH port 22 but it keeps telling me : Connection refused .Any ideas how to enable this SSH on Debian server for connections ???

View 6 Replies View Related

Server :: Enable/disable PAE In RHEL 6?

Jan 12, 2011

Anyway, according to the release notes, RHEL 6 has a PAE enabled kernel by default. Great... But that leaves me wondering why uname report SMP. Further, I'm provisioning some systems for QA use, and they're asking that PAE is disabled. My thinking is that since RHEL 6 requires PAE capability to install, there may be no way to disable it and the googling I've done seems to support this. tl;dr Why does a default kernel with PAE enabled report SMP on RHEL 6?

View 7 Replies View Related

Server :: Enable Incoming Emails

Mar 3, 2011

I use php to send newsletter via sendmail.outgoing emails work as needed.I defined a .forward file to get responses in my regular email account.If I use mailx to send emails from root account to my own account, it gets forwarded as needed.If I try to send from outside the box to news@domain.com the email is not received in the box and the sender does not receive an error message.

I am sure I missed something.How do I enable incoming emails?

View 4 Replies View Related

Server :: How To Enable Quota On Centos

May 30, 2010

I want to enable quota on my centos 5.5, I've tried and it showed correctly quotacheck but when i rebooted the machine it showed me an error saying that fsck.ext3: no such file or direcotory while trying to open /dev/VolGroup00/LogVol00 below are my fdisk and fstab file. how can I enable quota based on below configuration. otherwise may be I have to reformat the machine..n it'll be really painfull for me.

[root@drikdhaka ~]# fdisk -l
Disk /dev/hda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[code]....

View 1 Replies View Related

Server :: How To Enable Masquerading In Sendmail

Feb 11, 2010

l have been trying to enable masquerading in sendmail. I've started from scratch. Here's what I did:
1.My Mail Server name is "ids.com" and local hostname is "server"
2. When I send the mail from my user to other user. The mail goes with user@server
All this allows me to send mail from all of my computers. Now, to get masquerading:

3. I have MASQUERADE_AS(`ids.com'), MASQUERADE_DOMAIN(`ids.com'), and FEATURE(`masquerade_entire_domain'). I also added "ids.com" to /etc/mail/local-host-names to be able to receive mail addressed to that domain.
This masquerades mail originating on the server, but still the mail from the other computers has a "From:" line of the form user@hostname.

View 2 Replies View Related

Server :: Php Gd Enable - Service Not Active

Sep 13, 2010

php gd function problem on RHEL5 php & http server is working ,php-gd is install but service is not active.

View 1 Replies View Related

Ubuntu Servers :: Enable Sound On Server (10.04 X64)

Aug 27, 2010

trying to enable sound in Ubuntu Server! I have 10.04 Server x64 on an atom (Dell A100) that I need to enable sound for a legacy device that is running in a Windows VM through a com port (all working fine bar sound)I have followed these instructions for sound issues guide, with no joy![URL]I actually have 2 identical machines, with Ubuntu Desktop on the 2nd the sound works fine, but I'd rather not install gnome etc to fix the sound! On the server:

Code:

user@server:~$ aplay -l
aplay: device_list:223 no soundcards found...

On the 2nd machine:

Code:

ubuntu@ubuntu:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]

[code]....

I presume the 'Kernel modules:snd-hda-intel' means the Intel driver is actually installed but I tried rebuilding the alsa driver from source anyway (selected hda-intel)it compiled successfully. But the server still says no soundcards found with the command: aplay -l I also tried adding snd-hda-intel to the bottom of /etc/modules but still no joy!

View 4 Replies View Related

Server :: Enable A Password Policy For Squirrelmail?

Jul 29, 2011

My organisation is running squirrelmail on a redhat server. When users are created , at that time the admin sets a password. Thereafter the user can login to his account using the password. But he can't change it as is the case with gmail or yahoo mail. Also the password for any account is known to the admin in addition to the user himself - a weak security arrangement !So what I wish to do is provide a way for users to change his password anytime he wants and also during the first login - as is normally done in banking sites, etc

View 14 Replies View Related

Server :: How To Enable Cube Atlantis In Ubuntu

Feb 20, 2010

I have nvidia Geforce 9200 M GS graphic processor with a memory of 512 mb and a RAM of 4GB.I install confuse fusion and try to install cube atlantis as instructed in http://www.tips5.com/install-compiz-...fect-on-ubuntuI could install confuse fusion successfully. But in the confuse fusion setting window ,there is no icon called cube atlantis and because of that i couldn't activate cube atlantis

View 1 Replies View Related

Server :: How To Enable / Disable SSH At Boot Time

Mar 1, 2011

I have just installed ssh-server in my Ubuntu 10.04, and really want to know how to enable/disable it and I also want to be sure if the changes will take effect after the next boot or not, and how to do that?

View 8 Replies View Related

Server :: Samba Shares Not Accessible / Enable It?

Oct 20, 2010

I have a samba server set up on my computer, and I can only access the shares over the network by loging in as my main user. This works for all shares, on any drive. When I log in using my fileshare guest account, I get the list of shares, but after selecting one to connect to, it gives an error that the server isn't available. Any share off the boot drive won't work. I don't know if it has to do with permissions, or it's a config problem.

View 5 Replies View Related

Software :: Enable Freenx-server With Pam / Ldap?

Aug 17, 2010

Currently I have successfully setup a server as remote freenx-server terminal and I may login to this system using local users.

As I want a central ldap based user management, I have setup a working ldaps configuration. I am able to login as a ldap user via ssh.

Now the strange issue I am facing is that the freenx-server won't let me login to my server anymore when I enable the following setting in /etc/ssh/sshd_config:

Code:
UsePAM yes
Naturally if I disable UsePAM, ldap based logins will fail because they are passed through PAM.
uname -a:
Code:
Linux srv01 2.6.26-2-openvz-amd64 #1 SMP Thu Feb 11 01:40:09 UTC 2010 i686 i686 i386 GNU/Linux
my sshd_config:

[Code].....

View 1 Replies View Related

Software :: Enable Mod_gzip An Mod_deflate On Server

Aug 10, 2010

How do I enable mod_gzip and mod_deflate on my server.I am using Apache 2.2.8 and php 5 on Fedora 7.

View 1 Replies View Related

CentOS 5 Server :: Enable Mod_charset_lite On Apache - 5.4

Mar 8, 2010

i'm running httpd 2.2.3-31 on a full update centos 5.4 , i need to enable mod_charset_lite on apache, how can do that?

View 3 Replies View Related

Fedora :: Enable Email Notificaion On Nagios Server?

Jan 24, 2011

Setting up email notification on Nagiso server in detail.

Os version : Feodra 10
Nagios Version: 3.0.5

And also do let me know if any more info required ?

View 1 Replies View Related

Debian :: Enable Web Interface To Access Openssh-server On My Vps?

Feb 10, 2011

Is there a way to enable a web interface to access openssh-server on my vps incase i'm on a network that does not permit outbound port tcp 22 or any other port of my choosing?

View 1 Replies View Related

Debian :: Enable A Web Interface To Access Openssh-server?

May 31, 2010

is there a way to enable a web interface to access openssh-server on my vps incase i'm on a network that does not permit outbound port tcp 22 or any other port of my choosing?

View 3 Replies View Related

Server :: Enable Buffered I/O For Increased Disk Throughput?

Sep 1, 2010

How do I enable buffered I/O for increased disk throughput on Linux ?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved