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
ADVERTISEMENT
Jun 23, 2010
Found a raw device for my card when reading through the /proc/partition list but got a "no device" message when mounting the card - mount -t vfat /dev/sda1 /var/card though there is sda in the list.How to know if sda1 exists?
View 1 Replies
View Related
Jun 29, 2010
Error occurred while booting from QEMU. I am building a minimalistic linux kernel using virtual hard disk. GRUB was loaded successfully. But while booting kernel, I got the following errors :
"can't open /dev/tty2 : No such device or address "
"can't open /dev/tty3 : No such device or address "
"can't open /dev/tty4 : No such device or address "
I, then created these files using mknod. Still the same errors occur.
View 2 Replies
View Related
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
Mar 10, 2011
I had found the following error messages one of my Linux server. the file system using for this partition is EFI GPT. Is this cause because of RAID controller incompatibility or Driver mismatch? PHP Code:
[Code]..
View 2 Replies
View Related
Mar 25, 2010
When, from the live cd I try to execute
Code:
e2fsck -y /dev/sda1
All i get is:[code].......
View 3 Replies
View Related
Dec 31, 2008
I have two large HDD's in my windows based system. Of course I partitioned them and such (by the way the OS is XP Home) I decided that i would like to try Ubuntu so set up a live CD of version 8.10. now I used the install directions on the disk and installed onto a external 500 gig HDD.Now I can't boot to XP and I get GRUB errors. Some times iit's error 17 sometimes it's 21 . I try using the command terminal ...sudo ms-sys /dev sda1 (my boot-able NTFS disk) but I get "Unable to open -m/dev/sda1, No such file or directory"
View 5 Replies
View Related
Oct 22, 2009
after a yum update on my CentOS 5.3 I got this error when shutting down eth0 on reboot...
Shutting down interace eth0: Device eth0 has MAC address XXX instead of configured address XXX ignoring [FAILED]
View 2 Replies
View Related
Mar 18, 2010
Trying to configure perfctr-2.6.40 on CentOS 5.4 x86_64Followed the instructions given herethen thisbut when run ./examples/self/self get below errorvperfctr_open: No such devicetried to run perfex with -i option gives below errorerfex: open perfctrs: No such deviceoutput of file /dev/perfctr is below/dev/perfctr: character special (10/182)
View 1 Replies
View Related
Jan 22, 2010
An old machine in our office, running Ubuntu 6.06 all of a sudden will not boot up. I get the following info during boot:
Uncompressing Linux... Ok Booting the kernel
mount: Mounting /root/sda1 /root failed: No such device
mount: Mounting /root/dev on /dev/.static/dev failed: No such file or directory
[code]....
I haven't changed anything on the system as far as I'm aware, and I ran some HD diagnostics and everything seems fine. however when I try to mount the drive with the following command:
sudo mount -t ext3 -o rw /dev/hda1 /mnt
I get the following error:
mount: wrong fs type, bad option, bad
superblock on /dev/sda1, missing code
page or helper program, or other error
In some cases useful info is found in
syslog - try dmesg | tail or so
I ran fdisk -l and it says the partition type is Linux. The output after running dmesg | tail :
[12207.483801] init_special_inode: bogus i_mode (101)
[12207.483809] EXT2-fs: corrupt root inode, run e2fsck
[12260.427078] init_special_inode: bogus i_mode (101)
[code]...
Update: After running e2fsck -p /dev/sda1, I get the following info:
/dev/sda1: clean, 142449 / 9584640 files, 5402711 / 19161520 blocks
View 1 Replies
View Related
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
View Related
Apr 13, 2010
All my music editing software programs say, "unable to open device /dev/dsp.Device or resource busy." How can I fix this?
View 3 Replies
View Related
Jun 11, 2011
I rebooted my server and out of nowhere the RAID5 array won't assemble. I've tried everything I could think of to reassemble the thing. I fear that the array is ruined, but I can't imagine how. Here are various bits of information: The simplest failure (with and without partition numbers, which have not been needed in the past):
Code:
richard@nas:~$ sudo mdadm --assemble --verbose /dev/md0 /dev/sd[bcd]
mdadm: looking for devices for /dev/md0
mdadm: cannot open device /dev/sdb: Device or resource busy
[code]...
View 5 Replies
View Related
Sep 4, 2009
I hv Cent OS 5.3 installed as server. I hv a network of approx 100 desktops and laptops. For a security purpose i want to block certain laptops from gaining a the network access using dhcp. Can we block the ip address leasing if a specific MAC address request for a ip lease?
View 7 Replies
View Related
Aug 4, 2011
If I give "ifconfig" in my laptop I get eth0,lo,wlan0.In that where do I find my Ip address in Ubuntu in 10.04. In eth0 I dont find inet address.Where can I find it?
View 2 Replies
View Related
Nov 20, 2010
How to set the ip address to particular device(ethernet device)
View 2 Replies
View Related
Mar 15, 2011
i am pretty much brand new to ubuntu i have messed around with it a little and have gotten my apache2 server up and running what i have some questions on is
1. How can i give my server a actual address and not my ip address?
2. Is there any way i can put like forum software on part of it? if so how?
3. What is the best way to write web pages i know some html so thats how i was able to write what i have now just wondering what best way is
View 1 Replies
View Related
Jun 3, 2009
I want to know how to bind Ip addresses to its mac addresses in Squid Proxy
View 5 Replies
View Related
Nov 24, 2010
Im trying to setup dhcpd to put certain systems witch have mac address starting with 08:00:* in a certain ip class. How can this be done?So any system with mac address starting with 08:00 to get an ip from this range 192.168.12.2-192.168.12.99.
View 11 Replies
View Related
Nov 20, 2010
How to set the ip address to particular device(ethernet device)
View 4 Replies
View Related
Sep 1, 2010
what would be the simplest way to find out device IP address? I don't know its factory set address, so my plan is to connect laptop directly to it with ethernet. it should respond to ping.
View 7 Replies
View Related
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
Mar 14, 2010
I am trying to use the printer port. But, I get this
Code:
Broadcom EJTAG Debrick Utility v1.6r-hugebird
Failed to lock /dev/parport0: No such device or address
johnh@tux:~/Ubuntu One/hh$
run from johnh I permission denied sudo-ing I get above.
View 6 Replies
View Related
Mar 24, 2011
I have a 2nd ethernet card in my system that I use to share my internet connection. eth0 is connected to the internet, and eth1 is used for my 2nd computer to connect into. Whenever the 2nd computer is turned off, eth1 forgets its ip address, then when then 2nd computer is turned on, it can't access the internet until I reset the ip address on eth1 ("ifconfig eth1 up 192.168.1.1). I only see this behavior under ubuntu 10.04, not the previous distro that ran on this box, slackware 12. How do I keep eth2 from forgetting the ip address when no computer is attached?
View 6 Replies
View Related
Feb 10, 2011
[root@servers guest]# /bin/mount -o -uid=root,gid=root,username=userid,password=user1passwd //172.16.1.212/backup/user1backup /mnt/tmp
retrying with upper case share name
mount error 6 = No such device or address
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
[root@servers guest]#
I also tried:
[root@servers guest]# /bin/mount -t cifs -o -uid=root,gid=root,username=user1,password=user1pass //172.16.1.212/backup/user1backup /mnt/tmp
but no luck!
View 4 Replies
View Related
Mar 16, 2011
Ubuntu was a good choice for free server O/S. I am currently downloading it. My ISP wants to bind my static IP to a MAC address of the device that will be making my connection for me. Should my server be behind my router or in front of it? I kinda wanted it to be the access point and be able to monitor the usage from all the terminals in my house. We have 4 other PC's, a laptop and a PS3. My server is a Acer Altos G530 with 3.2 Xeon Processor, 4 gb of ECC DDR,
View 7 Replies
View Related
Jul 29, 2011
I am trying to perform VM cloning using KVM in a centos 5.6 machines. I copy the memory contents of a running vm to an external state file and try to use that to start another VM in a different machine. While starting the cloned VM I provide a different mac address but once it resumes it has the old one . I tried changing the mac address in ifcfg-eth0 but I get the error: Device eth0 has a mac address xx:xx instead of configured xx:xx.Ignoring .
Is there some way to change the ip/mac of the cloned vm without the need to restart the VM ( Then the purpose of cloning will be defeated). Thanks a lot for the info.
View 1 Replies
View Related
Nov 1, 2010
Slackware 10.2. My usb ports work fine when used directly. When I insert a USB hub to duplicate a port I get the message USB device not accepting new address=2 error=-71
View 1 Replies
View Related
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
Oct 26, 2010
I dont know for what reason, I started having this message whenever I try to start httpd.
I commented "Listen 443", restarted httpd started correctly.
I issued "lsof -iTCP:443", I get
Quote:
I can not understand where this come from and why. It seems that it is IPV6 protocol which is in fact not enabled on the network card.
Also, I can not find or dont know where 443 is configured apart from ssl.conf or httpd.conf
Today, I have added xrdp applications in order to be able to connect using RDP.
View 3 Replies
View Related