Ubuntu Servers :: 10.04 Not Recognizing USB Drives Suddenly

Sep 17, 2010

We do server backups to USB HDD's. Neither of our known good backup drives are being recognized by our 10.04 server, fully updated. Additionally, I plugged in my SanDisk 4GB USB mem stick, and it is not recognized either. I am used to seeing the kernel do some PnP messages in either /var/log/messages or /var/log/syslog and I am not seeing any blips there what so ever of the USB drives being plugged in. Did something happen to USB PnP with some latest update? USB HDD's were being recognized recently, like six weeks ago...

View 9 Replies


ADVERTISEMENT

Ubuntu Servers :: 9.10 Server/Raid 10 Setup - HDD - Not Recognizing The Full Capacity Of The Drives

Mar 12, 2010

I have a total of 4 hdd's, 500gb 7.2rpm that I would like mirrored using raid 10. As you can see from the image, ubuntu 9.10 server isn't recognizing the full 2tb's. In fact, I'm not even sure about the configuration as I was thinking the HDD's would come up as four 500gb hdds. Instead I have the configuration above set and ready for Ubuntu to be installed on.

1. Is this typical of a server pre-configured from Dell(perc6 raid controller.

2.Why is ubuntu not recognizing the full capacity of the drives especially when it's a server install?

View 5 Replies View Related

Ubuntu Installation :: Not Recognizing Hard Drives?

May 1, 2011

Alright so i'm trying to install ubuntu 11.04 except it's not recognizing my hard drives. I have two 80gigs plugged in via sata. And neither of them are being recognized by ubuntu. I have tried plugging them in together, and separately, still nothing. I'm getting pretty frustrated. Ubuntu 11.04 just doesn't seem to be working for me. I can run from the liveCD, but i get no unity desktop environment

View 3 Replies View Related

Ubuntu :: Dell Vostro 3550 Not Recognizing Drives

Aug 2, 2011

I recently acquired a Dell Vostro 3550 (new model) and today I installed Ubuntu 10.10 (32 bits). I am not able to see the available wireless connections (although the bluetooth is working just fine)... Apparently it is also not recognizing its drivers, since on "Additional Drivers" I have no items.

View 2 Replies View Related

Ubuntu :: Suddenly Flash Drives Think They Belong To Root

May 5, 2011

One day recently, when I plug in a flash drive, Xubuntu won't let me write to it unless I open my file manager as root (gksudo thunar). This happened a few weeks ago, back under 10.10; I didn't say anything because I thought the upgrade to 11.04 might fix it. But the behavior continues.If I stick a zip disk in the drive, I can write to it as normal...but a flash drive gives me read-only permission unless I open Thunar as root. I don't recall doing anything special with my system, except maybe installing MountManager (I've since removed it, but I'm still getting read-only access).

View 5 Replies View Related

Ubuntu Servers :: RAID-1 OS Drives - Setting Up A Backup Procedure For The OS Drives

Jan 18, 2010

I'm breaking into the OS drive side with RAID-1 now. I have my server set up with a pair of 80 GB drives, mirrored (RAID-1) and have been testing the fail-over and rebuild process. Works great physically failing out either drive. Great! My next quest is setting up a backup procedure for the OS drives, and I want to know how others are doing this.

Here's what I was thinking, and I'd love some feedback: Fail one of the disks out of the RAID-1, then image it to a file, saved on an external disk, using the dd command (if memory serves, it would be something like "sudo dd if=/dev/sda of=backupfilename.img") Then, re-add the failed disk back into the array. In the event I needed to roll back to one of those snapshots, I would just use the "dd" command to dump the image back on to an appropriate hard disk, boot to it, and rebuild the RAID-1 from that.

Does that sound like a good practice, or is there a better way? A couple notes: I do not have the luxury of a stack of extra disks, so I cannot just do the standard mirror breaks and keep the disks on-hand, and using something like a tape drive is also not an option.

View 4 Replies View Related

Fedora Servers :: Apache Not Recognizing Virtual Host 12?

Apr 17, 2010

I installed apache server on my Fedora 12. Its showing the test page 127.0.0.1, but when I give the address 97.168.234.76 (0r www.chaalu-kam.com), it tells that the requested url could not be retrieved.

I have made the following additions to the /etc/httpd/conf/httpd.conf file

Code:
NameVirtualHost 97.158.234.76
<VirtualHost 97.158.234.76>
ServerName www.chaalu-kam.com
DocumentRoot /var/www/html/

[Code]....

View 1 Replies View Related

Ubuntu Servers :: PHP Suddenly Very Slow / What To Do?

Jan 28, 2011

All of my PHP web pages are now loading incredibly slow. I created a simple "Hello World!" script and timed retrieving it from a terminal using wget and it took 3min 9seconds. A wget of the home page of a PHP-based site also took 3min 9seconds. I have a PHP script that I run from the command line that I use to look for malicious FTP attempts and it took - you guessed it - 3min 9seconds. I am running Ubuntu 8.04 LTS and have applied all of the latest updates for that version.

One thing I did notice was a proliferation of apache2 processes. With every request for a page I seem to get 7 or so new apache2 processes.

View 4 Replies View Related

Ubuntu Servers :: Suddenly Cannot Mount Nfs Share From Windows 7?

May 23, 2010

I recently reinstalled my file server (moved from fedora to ubuntu server). Now I cannot mount my nfs share from windows 7, mounting from mac osx works fine. In windows I either keep getting "the semaphore timeout period has expired" or "an unexpected error has occured". Does ubuntu need some special magic to allow windows 7 to mount an nfs share? This is my exports file

Code:
/home/ducky101/ 192.168.1.*(rw,sync,insecure,no_root_squash)
/home/ducky101/mnt/EXTRN2 192.168.1.*(rw,sync,insecure,no_root_squash)
/home/ducky101/mnt/EXTRN3 192.168.1.*(rw,sync,insecure,no_root_squash)

View 3 Replies View Related

Ubuntu Servers :: Apache - Index.html Suddenly Became Blank Page

May 20, 2010

Today, the power was suddenly cut off in my house, then my home Ubuntu Server restarted after the power on, but when I use my laptop to view my wesite, the index.html suddenly became blank page, I did clear the firefox cache, doesn't work, still blank, and I changed browser, to seamonkey, the index.html still was blank, so, I am sure that the problem is coused by the server, and then, I put the index.html file to a subdirectory, which under the /var/www/home/index.html, and then I put the address < [url] > ,then,I can view my website the main page index.html.

View 2 Replies View Related

Ubuntu Servers :: RAID 0 With Different Drives?

Jan 26, 2010

I have two drive on my Ubuntu server. I have a 40GB IDE 5400RPM and an 80GB SATA 7200RPM.

Is it at all possible to RAID 0 the two of these drive? I know it's pretty unorthodox, but it's what I've got without having to buy anything.

If so, what are the limits, cons, and/or potential pros of doing a RAID of these two?

View 9 Replies View Related

Ubuntu Servers :: /dev/md/0 Has Been Started With 3 Drives (out Of 4)

Jun 16, 2010

I installed mdadm and created an array of 4 drives in RAID 5

the problem I'm having is after I rebooted my machine and tried to mount my array it forget's to add 1 drive to the array

[nrooy@sniper-wolf ~]sudo mdadm --assemble --scan --verbose

Code:
mdadm: looking for devices for further assembly
mdadm: cannot open device /dev/block/251:1: Device or resource busy
mdadm: cannot open device /dev/root: Device or resource busy
mdadm: no RAID superblock on /dev/sde

[Code].....

View 6 Replies View Related

Ubuntu Servers :: Getting Grub On Multiple Drives?

Jun 6, 2010

(tangent to my other thread "Karmic -> Lucid not booting"). I have four hard drives on a Lucid box, and (as it happens) the fourth drive is the boot and root. Could I also install grub on the other three (ext4) hard drives, keeping the same root? Will this disturb the data there? How would the machine decide which copy to use, anyway?

View 2 Replies View Related

Ubuntu Servers :: Sas Driver For The Hard Drives?

Sep 4, 2010

I have this server board by supermicro: H8QM3-2 I would like to know if there is a sas driver for the hard drives? I want to use ubuntu 64bit but fail to find a driver for my sas hard drive.

View 2 Replies View Related

Ubuntu Servers :: Use Multiple Hard Drives As One

Oct 9, 2010

I have a second hard drive that I plan on placing in a computer I wish to use this computer as a server so my question is how could I use these 2 hard drives as one lets say one is 80Gb and the other is 40GB how could they be shown as 120GB instead of being seperate The installation of server planned on being used is 10.04.

View 7 Replies View Related

Ubuntu Servers :: Not Authorized To Mount Usb Or DVD Drives

Jan 2, 2011

I've got a 10.04 server install, on which I installed a basic gnome desktop. But I've never been able to automount usb drives or DVD/CDs!?but seem for desktop. May relate to not having standard gnome install? I don't have users-admin to try that, and don't see install package.

View 6 Replies View Related

Ubuntu Servers :: Sharing External USB Drives?

May 1, 2011

Just moved my Mac Server to Ubuntu Server 10.10. I have two external USB drives that need to be shared on the network and be available on the internet for sensitive file transfer. What would be the most secure way to do it ? Some users are mobile and some not. The mobile users can access the network through a vpn running on that same server. The server is serving DNS and Proxy as well. I thought about creating a SAMBA share but the two disks are 1TB each. Then I went for proftpd but after reading some doc, it appears not very secure.

View 1 Replies View Related

Ubuntu Servers :: Esxi Mounted Drives

Jun 26, 2011

I have ESXI 4.1 installed with Unbuntu Server 11.04, Gnome.I have 8 SATA drives installed they show up in unbuntu as removable media.I wish to share them to my windows users on my lan using.The problem is it will not allow me to change the permissions for the shares and as such when my windows clients try to access the shares they are told asscess denied.Samba will share folders created on my desktop ok, I have tryed sharing a folder in the draws but it still did not work.

View 4 Replies View Related

Ubuntu Servers :: RAID6 Rebuild - Drives Got Out Of Sync?

May 16, 2010

I have a 12 disk raid 6 Array with 2 additional spare drives. Two of the drives got out of sync (because I was fat fingering the mdadm commands while trying to reassemble the array), so I added them back as spares. This is what mdadm is showing me:

[Code]...

View 1 Replies View Related

Ubuntu Servers :: Backup System To Hard Drives?

Oct 12, 2010

I currently have an Ubuntu 10.04 Server with 10 2TB hard drives (Hot Swappable). I discovered that having a software raid over 16TB is not supported, so I split the drives into 2 sections and have 2 Software Raid arrays storing my movies, audio, pictures, and other software. The total current usage is around 7TB.
Since backing the files up to DVDs or even BlueRay is laughable, I am going to backup the system to 2TB hard drives probably 4 of them, the problem becomes that I can only hook one backup drive at a time into the system using a hot swap tray. Now I know that I can do this manually by copying the files one at a time to the drive until it is full, switching the drive out and repeating this, but I am hoping for an automated solution, Start backup, plug first drive in, system fills up drive, swap and repeat. Also it would be nice if the system remembered what had already been backed up so when I add files to the system, I only need to attach the last drive and not start the process over.

View 3 Replies View Related

Ubuntu Servers :: Replace Hard Drives But Keep System?

Jan 26, 2011

Our company just bought faster hard drives for our webserver. A lot of the software and services set up on this machine have had config files set up, etc.. It would take a while to rebuild it from scratch, which i may have to do. I know most config files are in /etc and i can use apt to spit out a list of installed packages.

Any tips that i may want to know to avoid any gotchas here? We need to minimize downtime, of course, and get everything up like it is now.

View 4 Replies View Related

Ubuntu Servers :: Suitable Drives For Software RAID 5?

Mar 9, 2011

I'm looking for advise on which drives to add into my server for software raid 5. I would like to use 2TB drives for the array. The server currently boots off a RAID 1 array and I have a couple other drives mounted until I build a RAID 5 array with new drives. I've read horror stories on using Western Digital WD20EARS and Seagate ST32000542AS. So I'm wondering which large drives are best to use in software raid?

View 9 Replies View Related

Ubuntu Servers :: RAID 5 Software Array With 3TB Drives

Jun 15, 2011

I am trying to use 3 3TB Western Digital drives in a raid 5 software array. The trouble seems to be that the array is created with only 1.5 TB of capacity, rather then the expected 6 TB.

Here are the commands and output:
$ sudo dmraid -f isw -C BackupFull6 --type 5 --disk /dev/sde,/dev/sdf,/dev/sdg --size=5589G
Create a RAID set with ISW metadata format
RAID name: BackupFull6
RAID type: RAID5
RAID size: 5589G (11720982528 blocks)
RAID strip: 64k (128 blocks)
DISKS: /dev/sde, /dev/sdf, /dev/sdg
About to create a RAID set with the above settings. Continue ? [y/n] :y

$ sudo dmraid -s
*** Group superset isw_cdjhcaegij
--> Subset
name: isw_cdjhcaegij_BackupFull6
size : 3131048448
stride : 128
type : raid5_la
status : ok
subsets: 0
devs : 3
spares : 0

So I cannot understand why the size of the created array is only 3131048448 or about 1.5 TB. The first command seemed to imply it was going to create an array with 5589GB.

System is:
Description: Ubuntu 10.04.2 LTS
Release: 10.04
Codename: lucid

View 8 Replies View Related

Fedora Servers :: Map Windows Drives ?

Jan 28, 2009

I have a windows file server and a windows AD domain controller. all windows workstation users are able to log in to their workstations authenticated by Windows DC and also shared drives on the file server mapped with logon scripts. now i m creating linux workstations and have been successful in adding the linux machines to the domain and users are authenticated from the windows DC. now comes the question of mapping the shared drives for each user. the script on the windows DC is as below:

Code:

For each user the script is different and users sit on any workstation. is their any way Linux can be made to understand this script and drives be mapped for users?

View 14 Replies View Related

Ubuntu Servers :: Mounted External Drives Keep Changing Designation

Mar 7, 2010

I have a headless 8.04 server with 2 USB drives attached. I'm trying to move everything off the 1.5TB drive onto a few 300GB drives (so I can then use LVM on the 1.5TB drive and move everything back onto LVs.)I check the drives using 'fdisk -l'. They show up as sdc1 and sdd1. I mount them and start a cp operation.When I run fdisk again, the drives are no longer sdc1 and sdd1. Now they are sde1 and sdf1 (and of course, they are no longer mounted.

What could be causing this and how do I fix it?I need to fix this ASAP because the 1.5 TB drive seems to be going bad. Every few seconds I hear a big "click" as though the head arms are smacking against a stop. (This is the 2nd brand new 1.5TB drive that has started doing this!)

View 5 Replies View Related

Ubuntu Servers :: Cant Mount Or Partition Or Format Hard Drives

Apr 8, 2010

I have a server with 3 hard drives

1 400GB
2 1TB

The 400GB has the OS and SWAP while the 1TB are going to be used as storage....

Now for the problem, when I have both the 1TB drives in I can not format or mount either 1TB drives. Says Device is in use or "The device file '/dev/sdc1' does not exist"

Now if I take one of the 1TB drives out I can format, partition, and mount it no problem...it only seems to be a problem when both drives are connected...

Ubuntu Server Linux 9.10

Code:

Code:

Code:

View 4 Replies View Related

Ubuntu Servers :: File Sharing And Permission (Three Hard Drives)

Apr 17, 2010

Here's the background.
1x Windows Vista laptop (laptop1)
1x Windows 7 laptop (laptop2)
1x Mac laptop (laptop 3)

I am running Ubuntu server with 3 hard drives. I have Webmin installed. So far, I have the three laptops being able to connect to samba and accessing /home/insert_user_here. All laptop users have access to my /media/data2 (photographs, videos). That's all good. At first, I couldn't get other users but laptop 3 to access /media/sdb1, but I fixed that by changing permission to 755 so I guess everyone can access this. Atm, I want to only allow laptop #3 to connect to /media/sdd1 (be able to read/write/etc.) while laptop 1 and 2 can't even see the files. Also, laptop 1 and 2 can't seem to read and write through file share.

View 1 Replies View Related

Ubuntu Servers :: Use Command Line To Setup Shared Drives

Jul 14, 2010

setup a number of shared drives for accessing music, movies, photos and general files (documents, pdf files etc). now while a gui would be great, how to use the command line to setup these shared drives and also how to make the available in both windows and linux.

View 6 Replies View Related

Ubuntu Servers :: Hdparm Won't Put Drives To Sleep After Specific Time

Feb 17, 2011

I've just put together a 10.04 server using a GA-D525TUD atom board. I've installed gnome desktop too. I'm trying to get 4 sata drives to go into standby, but hdparm seems to be ignoring the settings. If i issue hdparm -y /dev/sdx the drive duly goes into standby and stays in standby until accessed. I've put entries in rc.local along with the hdparm.conf settings, but still no joy.

Hdparm.conf:
/dev/sdb {
spindown_time = 244
}

[code]....

View 9 Replies View Related

Ubuntu Servers :: Accessing Storage Array Drives From LiveCD?

Jun 22, 2011

I'm trying to delete directories (long story, Mac temp files there, Windows not cooperating) on a sever connected to a HP 20 Modular Smart Array set up as RAID5. System currently running Windows. I've booted from a 9.10 LiveCD but can't see the external drives. Is it correct that I need to install mdadm to "see" those drives from LiveCD? From a different machine (linux) I can mount the drive using samba like so:

sudo smbmount //IP address/hostname RAID5 Root Share /mnt/ntserver -o username=smith,password=abcde123

I have admin privileges on the Windows OS. In linux (or Windows beforehand), is it possible to take ownership of the directories so that I can do a rm -f -r <dir> ?

View 6 Replies View Related







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