General :: Attach A Usb Disk To Desktop But It Does Not Show Up?
Jan 24, 2011How can I get more information about the error?
View 6 RepliesHow can I get more information about the error?
View 6 Replieshow to put an icon for the main disk (not Computer) on my Ubuntu 10.04 desktop.
View 4 Replies View RelatedI have a 2 TB disk in an external SATA dock, formatted with a single ext3 (Linux) partition, which doesn't show up in the Windows 7 Computer Management->Disk Management utility, even as a raw/blank disk. I've verified that there's nothing wrong with the disk by connecting it to my Linux machine and mounting it, and I've verified that the dock is functioning properly by connecting a different FAT32-formatted disk, which mounts flawlessly as expected.I realize that I can't actually read the ext3 partition without additional software (e.g., Ext3IFS), but why doesn't the disk show up at all? Is there some sort of stupid anti-Linux filter built in? Is there any way to force Windows to recognize the disk, so that I can at the very least use direct block access with it?
Background: I want to clone an identical 2 TB disk onto this one. Due to my hardware layout, it's much easier to have the source disk attached to one machine and the destination disk connected to another, and do the clone over the network (the network is not a bottleneck with switched gigabit ethernet), than it is to hook them both up to one machine.(1) I did this once before when both machines were running Linux, but I've since upgraded the destination machine and decided to switch back to Windows for regular desktop use. I've got Cygwin installed, and have verified that the same basic method (dd + nc) will work, but I can't do anything if Windows doesn't even consider the destination disk to exist.I only have one eSATA port on each machine. Opening them up just to do this clone is a rather large annoyance. Also, since this is my backup disk, I'd like to eventually automate the cloning from the active disk to another one that I regularly swap with a third disk that I store off-site.
I don't understand disk sizes in Linux. I have a 500GB drive. It's ext4. I have run "tune2fs -m 0" on it to reserve the amount of space reserved for root to 0.
I'm using Ubuntu 10.04 that comes with a Disk Utility. When I run "System->Administration->Disk Utility (palimpsest)" the disk shows up as 500GB (see picture). But when I run df -h it shows up as 459GB. So, I don't understand the discrepancy.
When I run df I get the following:
Question: Why is Disk Utility showing me something different than "df"?
Code:
server:/home/mal # cd /backup/
server:/backup # du -hc *
17G export
4.0K lost+found
20M rman
8.0K sqlnet.log
4.0K test.sh
[Code]...
I know I do fdisk -l /dev/sda and see all the partitions on that disk, and I know I can do mount and see all the mounted partitions. Is there a way to do both at the same time? Ideally what I'd like to see is the output of fdisk -l but with an additional column that shows if a partition is mounted or not.
View 2 Replies View RelatedToday I tried to change show desktop shortcut with Win+D from Ctrl+Alt+D. But now i'm unable use neither of 2 shortcuts. how to restore the previous short cut or how to create new one(win+D)
View 2 Replies View Relateda friend of mine just given me an old 2004 IBM NetVista 8305 desktop and suggested to use Linux Ubuntu which is something new to me. So i installed it via USB memory stick & it works. After installation of the OS I am impressed with functionality & speed. when i conect the external hard drive via usb it doesn't show & i tried my usb flash disc it showed the same problem. I tried both disk in my laptop (Windows XP) & it works.
View 8 Replies View RelatedI've just started out learning to program and I'm making a "Radio Scheduler" for my brother as a mini project. I wanted to make an "install" script, which would add an item to Ubuntu's Main Menu. I believe all that is necessary is to create a .desktop file and place it it /usr/share/applications/? This seemed to work fine when I tried it out on 10.10, but I've now tried it on two 10.04 systems (one virtual) and despite it being in the applications folder (so it moved in okay), it isn't showing up at all in the menu. code...
I'm not entirely sure about some of that (categories for instance), as I just used another file as a reference. But it seemed to work fine on my 10.10 system, so I don't understand why it won't show up on the others? Should be in Sound & Video if I'm correct... I'm still pretty new to Linux, so sorry if I've got anything completely wrong.
First my setup: Hardware Genuine AMD Athlon - 512 mg Mem - Nvida card & latest drivers - 80gb & 40gb drives - dvd read only & cdrw.
OS: Ubuntu 10.04 - tried standard desktop then the alt version now back to standard desktop.
Problem: Both optical drives recognise data disks and show them on the desktop. The dvd drive recognises any dvd and not only shows it on the desktop but also flashes up a requester box asking me which program I would like to use to play it. Nothing happens when I insert a music cd in either drive. Rhythm Box Music Player does not show a music cd available to play but does however show my iTouch when I connect it via usb. Btw iTouch is shown on the desktop when connected. What have I done: Fstab had no entries for either drive so I've researched and entered a line for each.The dvd fs is entered as iso9660,udf. The cdrw is using "proc" as a file system as it's the only thing that will show as mounted in Mtab. All else fails. Both drives show up in System/Administration/Disk Utility (irrespective of Fstab entries), therefore the system can see them. Also investigating through the Terminal shows both drives. how to listen to music cds on ubuntu 10.04. I wish to save my music then upload the same to my iTouch. It all worked so well in 8.04.
I installed kubuntu few days back. By clicking blindly I lost my desktop - I mean it is working fine but there are no icons on the desktop and there is no task bar with list of programs.
How can I reset to the initial stage when i first installed?
I want to find a desktop application or command line tool to show two different timezone concurrently under LINUX.
Anyone knows there are such application?
Say i want to know the time at london and USA at the same time. (different time zone)
I have set up a server running ubuntu desktop, and I'm able to logon through remote desktop (win 7). The problem is that if I logon from computer 1 and open some programs, I don't see these programs when I logon from computer 2.I logon with the same user, so I find this strange. Is there some setting I have missed to be able to see the same from any computer (logon through remote desktop).
View 5 Replies View RelatedIf I start a process with nohup:
nohup WHATEVER &
then how can I see it again? I mean how to attach my terminal to it again under Linux, e.g.: Ubuntu 11.04 - just like with the screen package.
I have a question about NFS and CentOS 6.0. Here is the environment: Server running VMware's esxi 3.5 (Fully patched) 10.1.1.50 Server running CentOS 5.5 with NFS. 10.1.1.51 With the systems in the above config everything is working fine. Install a new hard drive in the CentOS server and install CentOS 6.0. Use the same IP 10.1.1.51. Configure NFS, the VM server can't attach to the NFS share.
Here is the config of the NFS server:
Firewall Disabled
SELinux Disabled
NFS installed and running.
NFS-Utils installed.
Contents of /etc/exports
[Code]...
I have confirmed I can telnet to the ports listed. Any clue why the setup with CentOS 6.0 doesn't work? Is this a NFS4 vs. NFS3 thing? Is there a way to force CentOS to use NFS3? I am pretty sure the CentOS 5.5 server is using NFS4.
is there a way to get an icon "show desktop" to my desktop?
View 7 Replies View RelatedI am trying to set-up a script that will go to the folder and attach all files from that folder to the email without having to specify name for each attached file.
Below script requires exact name of the file and then puts file context into the emails body.
cd /home/denis/Test/
mail -s "log files attached" smith_denis@ymail.com <log.txt
I am trying to ptrace a vsftpd server process on linux to be able to get control whenever vsftpd process makes a system call. I start the vsftpd process and pass this process id as command line to the following program which traces vsftpd. however, when I run the following program it just hangs and does not print anything.
#include <sys/ptrace.h>
#include <sys/types.h>
#include <sys/wait.h>
[code]....
Recently installed debian lenny.Running very well.WM: ratpoison.Suddenly, today, the internet runs much slower.ONLY ON THIS MACHINE - the parallel windows machine, off of which I was successfully weaning myself, is not having this problem, so it's neither the router nor the actual internet connection.Specifically: I can't attach a document in yahoo mail.I tried it in iceweasel, same problem, so it's not the browser.I piped the output of "top" for a minute or so to a text file, which I'm attaching.
View 4 Replies View RelatedWell, as described in the title, I can't see the desktop icons, and the "show desktop" option under "gconf-editor >apps>nautilus>preferences" says it's not writable...
I tried deleting the nautilus configuration folder, and the gnome configuration folder...
The command time shows the time taken by a command to complete. Is there a command that shows the change in disk usage caused by a command? I would like to know how large a package is when I install it from source.
View 2 Replies View RelatedI've installed 500 GB SATA hard disk but SUSE doesnt see it. The BIOS recognized the disk. What do I do in order to get the disk show up as sdb.
View 1 Replies View RelatedI configured it to use IMAP to access our exchange 2010 server front end on a LAN connection. Our webmail connection is segregated behind Forefront, so it was not connecting/authing that way. Even though smartphones have no problem. (sidenote, is there an activesync linux mail client ?)
I have many root folders and several folders underneath my inbox. total mailsize in inbox is 3.5 GB without subfolders. The sent is likewise as large. And is likewise empty.
Things I checked already:
View is all
Folder subscription is on and local copy is on
More info:
Thunderbird worky fine.
But thunderbird is missing calender
Tried adding lightening, but it won't add into thunderbird.
Will try finding a diff add on, or if anyone knows how to get lightening into thunderbird 3.1.8 on ubuntu 10 that would be great as well.
I've installed 500 GB SATA hard disk but SUSE doesnt see it. The BIOS recognized the disk. What do I do in order to get the disk show up as sdb.
View 9 Replies View RelatedI try to install Ubuntu on my new HTPC. I start Ubuntu with the Live CD and it boots fine. Then I want to start installing Ubuntu on my hard disk.Unfortunately the installer does not see my hard disk which has 1 empty ext4 partition. However, it can be seen and managed in GParted.
View 5 Replies View RelatedI have this unique situation, I think. My TV plays certain files only through external USB storage. My Ubuntu server stores all of these files on local hard disks. I do not want to buy an external hard disk and then keep moving it between both. Now, strange as it may sound, is it possible to somehow connect my server to the PC and expose a given local hard disk connected to the server, as an external USB drive to the TV?
View 1 Replies View RelatedI have a problem on my installation of Ubuntu 10.10: it shows 0kb space remaining in nautilus. When I delete files (also out of Trash) it shows there is again space, but within minutes this free space is full again. When I look in Disk Usage Analyzer it says there is 140 GB available and it is impossible that the complete partition of 190 GB is full. But I cannot save or download anything anymore and the system is not very responsive. So it seems to act as if the disk is completely full.
View 1 Replies View RelatedI'm running F 13 with Gnome and Compiz-fusion on my laptop. I've disabled Show Desktop in the Compiz settings. I've checked with the Configuration Editor, and that shows it to be disabled. However, every, single time my mouse slips up to the top left corner, it activates. Not only that, when it does it, all of my screenlets Go Away, and the only way to get them back is to restart them. how to tell Compiz that I Really Mean It when I say that I don't want it to show the desktop?
View 6 Replies View RelatedJust installed Ubuntu Server 10.04 on a fresh install of VMWare Player on Windows 7. When booted, I get a login prompt in console window. I can login but cannot see a desktop. I followed some instructions to install gnome-shell. Now when I type gnome-shell I get the following code...
View 1 Replies View RelatedThis weekend, I installed Debian Squeeze on my server. I've formatted all the hard disks to EXT4, and I'm using kernel version 2.6.32-686-bigmem.When I tried to install the program saidar, it surprised me why it does not show my hard drives under 'mountpoint' [URL] <-- Saidar screenshot) as I could when I ran with Debian Lenny with the same kernel, but where the hard drives were formatted in EXT3. My laptop which has Ubuntu 10.04 as OS and the hard drive is formatted in EXT4 can easily show the hard drive in saidar.
I also tried to install PHP SysInfo on the Debian computer, but it does not bother to show anything on the hard disks
I tried to check fstab file and I can see that Debian uses UUID to identify the hard drives, but I've tried to change it to something with /dev/sdx, but it did not help either.[URL] (fstab file)
I know that Debian squeeze is very new, but it would be nice if someone could give me a hint what might be wrong, because I am a little tired of all time to use 'du-hs' command To find out how much space is spent on the various drives, since the command is a little slow, since hard disks are well filled.