Ubuntu :: Can't Use Second Physical Drive?
Jun 27, 2011
I installed a 30 gig hard drive for extra storage space. It is currently using the ext2 file system. When looking at it in gparted, there is a key icon next to the drive. I would like to use this drive for storage with programs running in WINE, but can't even see the drive from there. From the normal OS, I can see and mount the drive, but can't use it for anything.
I am going to go out on a limb and guess that the key icon means it is locked somehow. How do I unlock/use this drive? Is there a command to use in the terminal, or within the Disk Utility that will do it?
View 3 Replies
ADVERTISEMENT
Jun 27, 2010
My Ubuntu system drive is starting to throw up S.M.A.R.T. errors. I have two partitions on the drive (/home and /) and grub in the mbr. Is there a way to exactly clone this drive to another one so I don't need to reinstall or re-setup anything?
View 1 Replies
View Related
Aug 3, 2011
I am using MSI X620. I just intalled ubuntu 10.04 in it. Everything is fine except my DVD drive. The dvd drive doesn't work at all! When i press eject button ..nothing happens and there is no light blinking in the drive....when i load windows it works fine though! do i need to install drivers or something?
View 9 Replies
View Related
Jul 8, 2010
I have two old windows 95 computers. The problem is I have files and programs that have specific settings that I need. The computers are old and I want to just make a copy of the hard drive and insert it into virtual box. How can I do this?
View 4 Replies
View Related
Mar 4, 2010
I'm installing Ubuntu to be used as an NFS storage server for my VMWare ESX servers. I've got a server that has two 2TB drives in it. The hardware raid controller isn't an option because it only sees up to 1TB of each drive. So, I'm trying to figure out to do this using either LVM or Parted. I don't know much about doing this, and LVM was the first thing I tried but it didn't seem to do much. It looks like it just created a smaller partition to install Ubuntu on. It didn't ask me what I wanted to do with the rest of the drive space. I've messed around with Parted and am not sure what to do, to be honest. I found a few blog posts but most started off assuming that I knew how to get to where they were starting from.
It's just two drives, /dev/sda /dev/sdb
View 3 Replies
View Related
Aug 17, 2010
I am currently using windows xp, but I have acquired another hard drive and wish to install ubuntu to it, unfortunately i do not have a working cd drive. I have loaded the newest iso in daemon tools and it asks me if i want to install it in windows, or restart my computer to do a full install. i wish to do neither. i want to install a full copy to my other drive with the virtual cd drive. I have found alot of help dealing with installing it on the same drive as windows or something that would require a floppy drive. this task seems like it would be alot simpler than installing on the same drive, buy maybe not. Did i miss a tutorial somewhere?
View 2 Replies
View Related
Oct 4, 2010
Is it possible if I am only using ext3 and no LVM or anything else to re-size the partition into another physical device? I am pretty sure the answer to this is no but I was still curious as I am facing a full 1tb disk and need to add a new drive and unsure how to do this due to shared folders existing on the old drive and no way to actually expand them without linking in new files or something.
View 8 Replies
View Related
Jun 3, 2011
I downloaded the Fedora-15-i386-DVD.iso and want to install Fedora 15 from it. I don't want to use the LiveCD version since it doesn't have all the packages. So I follow the tutorial given here under the section titled "How to Make a bootable USB Drive to Install Fedora instead of using a physical DVD ". Everything finishes off well. However. when I boot my computer using the USB, it says "USB doesn't have operating system. Safely remove and reboot".
Now, what to do? I also didn't get the line the tutorial saying, "You should now have a bootable USB stick which will run an 15 install. When you boot the stick, you may also add askmethod to the boot line and select a hard drive install and select the drive as /dev/sdb1 (or your USB device drive) and the path should be / " What am I supposed to do?
View 1 Replies
View Related
Aug 15, 2011
I want to be able to add a physical drive to an existing filesystem, and PRESTO! That filesystem has more storage and/or redundancy. When one of the physical drives eventually fail, no problem, Ive lost some redundancy, I just have to install a new drive before another one fails.Lets assume I have 4 physical drives.*What Is This Configuration? *[URL]...But I am unclear how to get a logical volume that is mirrored and linear.
The last time I tried software RAID 1 (dm-x) under lvm, it was very fragile. Systemd could not start it,and then an update to mdadm put a stake through its heart. So I know that does not work.
View 5 Replies
View Related
Jul 5, 2011
I have a 7.9 TB logical volume I've created from 8 1 TB RAID 0 devices. The volume is formatted with XFS so I can resize when ready. However, I think I want to do something that is not possible. I have 2.5 TB free on my logical volume. I'd like to shrink the volume down to be 6 TB by getting rid of 2 of the 1 TB devices in the physical volume. However pvmove seems to require free extents in order to work. Do I need to add 6 TB of storage, pvmove everything onto it, and then decommission the original 8 1 TB physical devices from the volume?
View 5 Replies
View Related
Mar 14, 2011
I'm familiar with editing Grub's "menu.lst" file to add additional OS's to the boot list. Does Slackwares Lilo have a similar config file ? I need to add a second physical drive with Windows 7 on it to the boot options in Lilo. If it's not a config file, how do I add a second os to it ? Slack and Windows are both already installed on two different physical drives so I won't be installing, I just need to add the Windows drive to Lilo.
View 5 Replies
View Related
Jul 17, 2011
I have (at least 4) native USB ports that contain flash drives. I know that the /dev/sd[abcd] devices are created in the order they were inserted, but say you have all four plugged in at boot time, or further, they can be plugged and unplugged in real time. At times, /dev/sdf, /dev/sdg, etc. are created as well. I'm ignoring external hubs for now.
I need to know which drive is plugged into the "top port on the front panel", etc, by physical location. From dmesg I can check right after booting and get the physical assignment of a PCI device, say, PCI 0000:00:10.3, as being assigned to the EHCI usb bus. From /proc/bus/usb/devices, and the "T:" field, I have learned that the physical connectors I'm interested are known as USB Bus 1, Port=00, Port=01, Port=04, and Port=05.
From lsusb I can see all sorts of information from the USB point of view, but with no /dev/sd references.
From /proc/scsi/scsi, I can see what scsi devices have been created, with a count consistent with the number of flash drives plugged in, but no USB data.
So, I can get lots of information from the USB storage point of view, and lots of information from the SCSI point of view, but nowhere can I find how to correlate them. In other words, if I want to mount the drive plugged into a given physical slot, how can I find the /dev/sd device I need to mount? udev isn't really interesting here, because I'm just looking for the information that udev would use to answer the same question.
I've done some heaving exploring in the /sys and /proc filesystems and have not yet found where the USB and SCSI worlds intersect.
The closest I have found is (where "Port" is the physical port number from above):
This seems to have some mapping to the physical port and references a "/dev/sd[a-z]" value, but I don't know how reliable it might be, nor do I know if my having to increment that physical port by 1 is meaningful. Anyone have a simpler approach?
So, my goal becomes
mount /dev/<sd that was created for the top slot> /mnt/top
mount /dev/<sd that was created for the bottom slot> /mnt/bottom etc.
View 2 Replies
View Related
Nov 10, 2010
I have a Dell XPS with Ubuntu 10.04 installed. I have a laptop dual booting Windows 7 and Ubuntu 10.04. I can see all shared folders on the Dell from my Windows partition in my laptop but can only see the shared folders in Home on the Dell from my Ubuntu partition in the laptop. My set up is as follows:
Dell:
root, home and swap are on the 1st 160g hard drive.
2nd 160g hard drive has only the one partition: /storage1
3rd hard drive, 500g has only one partition: /storage2
I cannot access any of the shares on either storage drive but I can see them from the ubuntu laptop. What I want to do is have access to those storage drives from my laptop. If I go into Nautilus, navigate to either storage drive, I cannot share them via right click, properties because I don't have root. Basically I am not sure how to go about this. There are a few folders in storage 1 and storage 2 that I want to be able to access from my Ubuntu partition in my laptop. This is one of the reasons I still have Windows on the other laptop partition but I really would like to dump it. Samba is installed and I tried giving permissions that way. It allowed me to add the drives but it had no effect.
View 4 Replies
View Related
Dec 1, 2010
I am currently using linux on my old system (store bought Gateway). I am building a new computer for Christmas. This is how I want things to go down: Set up new computer > install new hard-drive (as primary) > install (this) hard-drive (as secondary) > copy full contents from current drive to new drive > boot from new drive > Use (this) hard-drive from there on out as a backup/storage.
Will this work? Will a new mobo/processor combo mess any with my current system as a whole? I know that when I use to use gentoo everything was compiled "system specific", however, I do not believe ubuntu operates this way (well they are both goign to be a 64bit capable processor, which I think is about as specific as ubuntu gets)
Furthermore, I will be transfering my current videocard (GeForce 9800 GTX+) into the new system, so I will not need to configure any new video drivers. But what about audio? I currently use onboard audio, and will be using the new mobos audio as well.
View 9 Replies
View Related
Feb 23, 2010
I have a 4 disk software RAID array made up of Seagate drives. Let's name them sda, sdb, sdc, sdd. And let's say SDC is failing. Big question. How do i find out which of the 4 physical drives it is? They all look the same to me when i open up the PC case. Maybe some utility which will load up heavy usage on just one drive and i will try to put my finger on them and figure out which one is vibrating? Or maybe there is a smarter way?
View 1 Replies
View Related
Oct 1, 2010
The reason I want to do this is simple- I spent a good day or two converting my mp3s to oggs, both to save space and because I prefer the codec for listening. So, as you would lose audio fidelity by straight transcoding, I loaded the mp3s in Audacity and exported them as OGGs to retain quality.Of course, this takes forever, and isn't very practical.A common way for people to strip DRM in Windows or on OS X is to burn their collection from the DRM program to a fake CD drive which a secondary program simulatneously rips back into another format.I'd like to use this same method, to burn all my mp3s at once to a massive audio CD image, an iso, then somehow mount it and rip it all back as a different format in one fell swoop. However, I'm unaware of any tools that can do this, or if it's a simple matter of mounting a fake CD filesystem.
View 2 Replies
View Related
Dec 28, 2010
I was in Ubuntu when I dropped my laptop, which resulted in a cracked screen. I loaded Windows (Vista), and found it and the files to be unharmed. On my attempt to load Ubuntu, it takes me to a GRUB screen, where it gives me a default message about GRUB. If I try the command "exit" it replies "No bootable device -- insert boot disk and press any key. It's installed on the same hard drive as Windows (dual boot setup), and Windows works fine. I do have files I would like to get off of Ubuntu (if it is unrecoverable),
View 7 Replies
View Related
Mar 14, 2010
I occasionally have friends using my home computer. They just use my account.There are some files that I want to hide/protect from people using my computer. It's not that I need highly secure encryption, it's more like I want to make sure people don't accidentally see my porn collection if they borrow my computer to check their email.Is there a way to set up a folder such that it's required to enter a password (e.g. the admin password) to see it's content? Probably I could change the owner of the folder, so that I can't access it without password?How do you protect/hide your secret or intimate files?
View 7 Replies
View Related
Aug 26, 2010
I've just arrived at uni and to set up my wifi apparently I need my "media access control which is listed as the phsyical address for ethernet adaptor local area connection." on windows you can find it by using the command ipconfig /all but that didn't work when i put it into terminal.
View 1 Replies
View Related
Feb 3, 2011
for solution how to find physical position/block of specified file on FAT32 partition. I have damaged hdd (I can mount partition and I see files) and im using gddrescue to make 1:1 copy, but i need only specified file. So I would like use gddrescue with -i pos switch, but I dont know how to get that position for specified file.
Code:
-i pos
--input-position=pos
[code]...
View 4 Replies
View Related
Apr 8, 2011
Do you know what's relationship between ethx and physical net cards? such as i have three net cards in the PC, named A, B, C. In which config file i could know that eth0 -> A, eth1 -> B, and eth2 -> C. Would the mapping relationship change after reboot? Is there any method i could change the mapping?
View 5 Replies
View Related
Apr 11, 2011
I have a 500GB hard disk, /dev/sda. On it, there is /dev/sda1 for /boot, /dev/sda2 for an LVM PV (physical volume), and /dev/sda3 for another /boot (multiple Linux distros, one boot partition for grub legacy, another for grub2). so the LVM2 partition, /dev/sda2, is taking up ~465GiB. I want to add another OS (non-Linux), so I resized the *lvm2 physical volume* to 320GiB, successfully, using pvresize.
However, I now need to resize the partition so the lvm2 physical volume only just fits on it, ie to 320GiB. My plan of action is to use gparted (the partition table is GUID, so fdisk won't work), to first delete the partition from the partition table, then re-add it but this time with a smaller value (~320GiB). The problem is that I need to know exactly how many MiB/cylinders the physical volume is taking up. So, I run:
Code:
root@sysresccd /root % pvdisplay
--- Physical volume ---
PV Name /dev/sda2
VG Name vg0
[code]....
What one of these values do I need to set the new lvm2 replacement partition to?
View 7 Replies
View Related
Jun 20, 2011
I use 2 screens. The one that is giving me problems is 5:4 1280*1024, 60Hz monitor. These settings have been automatically detected and do match the manual's screen settings. The mouse disappears off the top of the screen and yet when a window is expanded to full screen it stops at the physical edge of the screen. The mouse stops at the bottom and left side of the screen (the other screen is on its right)
Messages that a new email has arrived are mostly hidden above the edge of the screen. I have tried the physical screen controls but they do not allow me to change the size of the screen, as I am running the monitor in digital mode. I am using the nouveau drivers. What can I do to bring the boundary down to the physical edge of the top of the flat screen?
View 1 Replies
View Related
Jul 10, 2011
When I installed Ubuntu, I created an 52 gb encrypted partition which shows up in the disk utility, and in the window that opens when I click on the "home folder" icon. I get my normal windows partition, and under that the 52 GB LVM2 partition. But when I try to access it, I get this error.
Unable to mount 52 GB LVM2 Physical Volume - not a mountable file system
This is what fdisk -l shows
Device Boot Start End Blocks Id System
/dev/sda1 * 1 52 409600 27 Unknown
Partition 1 does not end on cylinder boundary.
/dev/sda2 52 30452 244193280 7 HPFS/NTFS
[Code]....
How can I fix this, and be able to access that 52gb partition? This is only my second day that I work with Ubuntu, so If more information is needed then let me know
View 9 Replies
View Related
Nov 16, 2010
it?I have Ubuntu 10.10 (and Ubuntu Server) on a factory Dell Inspiron 530. It's running an Intel Pentium Duo Core CPU (1.6GHz), has 1GB RAM, and VMware Player installed. When I boot XP SP3, it runs, but randomly crashes. I managed to update IE6 to IE8 without crashing, but when I tried to download MS Office 2010 Professional (Trial), it crashed near the end of the download. I got a blue screen with the following:
"STOP: 0x0000000A, 0xB2EEf304, 0x00000002, 0x80508008
It then begins a physical dump of memory, completes, then automatically reboots XP in the virtual machine.
Every time it does this, it shows different memory addresses.
BTW, I also watched performance while doing this. As soon as CPU hit 100%, the download crashed, and soon after, XP crashed, sometimes locking up the physical machine.
View 5 Replies
View Related
Oct 19, 2010
I previously had Ubuntu server 9.04, 9.10 and 10.04. I use it as a headless server and the power button had always worked.at first, I updated from 10.04 to 10.10 and everything was working great but I decided to reinstall the os on a new HDD. then when I want to shutdown the server, I need to login with ssh and shutdown it with "halt -p", the power button doesn't do anything. I connected a monitor to the server to see what's happen on the screen but nothing... no message. nothing in the error log.I tried to add apm force_off=1 in the /etc/modules but still not working.
View 7 Replies
View Related
Mar 23, 2010
I have Ubuntu 10.04 and had no problems with wireless or wired. However, now it says Networking Disabled. When I click on it, everything is grayed out. My physical wireless button is on.
View 5 Replies
View Related
Jun 3, 2010
I'd like to access a samba/SSH server which itself is connected to a VPN Server, therefore acting as a VPN Client. As soon as the VPN Connection is established, samba and ssh connections to this VPN Client get a timeout. But not all of them.
To get a better understanding I made an overview. The first one is a general network overview, without any VPN Connection, the second one with the VPN Connection established.
Network Overview without VPN
I can access the server in several ways:
*From the router via ssh (router runs ipcop with busybox)
*From the laptop via ssh (putty via Windows 7)
*From the laptop via samba
*From the internet via ssh (port forwarding to the ssh server)
Everything is working as it should.
Now the server that runs ssh and samba service connects to a VPN Server on the Internet, this is also working fine. Now it gets weird. The only samba/SSH connection that is still working is ssh directly from the router to the server. Everything else gets a timeout:
*From the laptop via ssh (putty via Windows 7)
*From the laptop via samba
*From the internet via ssh (port forwarding to the ssh server)
Network Overview with VPN active
Why is that? It seems from the little understanding I have of vpn and networking, that incoming packages (like samba request from the laptop) don't get send directly back over eth0 but over the vpn connection. This seems somewhat logic, BUT ssh from the router is still working. Why from the router and not from the laptop? I really can't get my head around it.
Configuration Overview
tldr; One Client acts as VPN Client and samba/SSH Server. As soon as the VPN Connection is established samba/SSH stop working, but only partially.
View 1 Replies
View Related
Nov 9, 2010
how to get the terminal displayed on my serverbox to show up in a terminal on my laptop. I have a minecraft server running on ubuntu server edition 10.04 on a headless server. I also have a monitor, but it's a big bulky CRT and my girlfriend doesn't like having a huge amount of stuff tucked behind our chair where the router is (wifi wasn't working right, nor is it stable).
Essentially, when I ssh into the box, it creates a new terminal for me to input things on. That's nice when I need to edit stuff in the background, but when I want to input commands on the server directly, there's no real way to do that without blindly typing on my keyboard on the box itself. Not to mention, I can't see anything if something goes wrong. A friend of mine mentioned the 'screen' command, and that sort of works I guess, but it still doesn't show the minecraft server output, nor let me input.
tl:dr;
is there a way to get a physical terminal output to display on a remote ssh terminal screen?
View 9 Replies
View Related
Nov 23, 2010
My raid array has failed. I have two disks /dev/sda and /dev/sdb./dev/sdb has failed and I could not rebuild the array(madm returned that the device is busy) so I rebooted the machine. After that, the whole sdb disk went missing, as it now only shows sda in fdisk -l.Did the disk went totally dead or my raid glitched?
View 8 Replies
View Related