General :: Dvd Drive Keep Mounting Incorrectly / Fix This?

Nov 27, 2010

Running Slackware 13.1

Whenever I insert a dvd or a cd, it automatically mounts to /media/[name], Like for example, the DVD I have in now mounts to /media/TBC3.2.0 (TBC3.2.0 is the name of the disc itself).

I'm needing this to mount to a regular point like /media/cdrom0 or whatever. How can I fix this?

View 2 Replies


ADVERTISEMENT

General :: Flash Drive Is Not Mounting

Sep 17, 2010

I have a new flash drive (pen drive) .Last few days it work fine .But now when i plug it in usb port , then a error message appear "unable to mount media.There is probably no media in the drive" .

View 4 Replies View Related

General :: Mounting Drive At Startup

Oct 8, 2010

I had windows vista on one partition, xp on another documents on another and programs on another.When I installed ubuntu on a new partition it very kindly let me see all the other partitions and mount them as necessary. I would like all my ubuntu files, documents music downloads to go right on to the documents partition so when I back up that drive to an external I have it backs up the documents drive it has all the files I have created in vista or ubuntu. Eventually I want to leave windows completely but I would still want to store all the ubuntu files on the documents drive.

I can go to "places" and mount the documents drive but what I would like to do is when I fire up ubuntu that the documents drive mounts automatically.

View 2 Replies View Related

General :: Mounting External Hard Drive On Red Hat

Mar 27, 2011

I have Red Hat Enterprise Linux 6 installed on my machine. I am unable to mount an External Hard (NTFS). I have tried several options which are as under:

Option 1:After making a dir /media/windows mount /dev/sda1 /media/windows/ -t ntfs -o nls=utf8,umask=0222
Option 2: mount -t ntfs /dev/sdb1 /media/windows

View 2 Replies View Related

General :: Mounting The Hard Drive From Unetbootin?

Jul 29, 2010

I recently installed Damn Small Linux using unetbootin. Booting Linux from unetbootin seems a lot like booting from a liveCD, so I'd like to mount my hard drive and see what I can do. Unfortunately it looks like Damn Small Linux has not mounted it automatically, and I'm having trouble finding my drive and mounting it from the /dev directory. There are several devices named /dev/*da* and I don't know which is my hard drive. My computer is an HP Mini netbook, so the drive is probably one of the new "solid state" drives if that affects anything.What can I do to find and mount my hard drive from unetbootin?

View 3 Replies View Related

General :: Mounting USB Drive At Boot - Debian

Mar 6, 2011

I need to mount a USB drive at boot up. I tried this entry in fstab:

Code:
LABEL=/Root-FS /Root-FS auto defaults,auto,user 1 0
But that did not do it. If I do a 'mount -a', that works.

This is for an embedded Debian system.

View 1 Replies View Related

General :: Not Auto Mounting Drive At Start Up?

Nov 6, 2010

maybe not so simple as what the subject saysBackgroun storyI have a couple of encrypted hard drives created with cryptsetup

I have the following lines in my /etc/crypttab
data1 UUID=someUUID none noauto
data2 UUID=someotherUUID none noauto

[code]...

View 1 Replies View Related

General :: Error Mounting Usb Floppy Drive?

Aug 24, 2010

I'm running the Fedora fc8 (werewolf) and I just bought an external floppy drive from ebay, which I have problem mounting. I've edited the fstab with the following:

Quote:

/dev/floppy-sdb /media/floppy vfat rw,user,noauto 0 0

After inserting the drive into a usb port and run dmesg because the drive is not mounted all, I've the following added to the message log:

Quote:

usb 5-1: new full speed USB device using uhci_hcd and address 2
usb 5-1: configuration #1 chosen from 1 choice
usb 5-1: New USB device found, idVendor=0644, idProduct=0000
usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 5-1: Product: TEACV3.0
code....

View 7 Replies View Related

General :: Mounting Hard Drive In Knoppix ?

May 29, 2011

I have been running a computer under Windows XP for years, and recently it stopped booting unexpectedly. It tries to load windows, but partway though loading a BSOD flashes and it shuts down. To remedy this and hopefully fix this, my frined lent me some Knoppix CDs that I could boot from. He also lent me some external hard drives. I want to be able to access my files on my old hard drive.

Here's the problem: (in Knoppix 6) When I try to mount my main partition of my hard drive, which shows as sda2 (sda1 is an old recovery partition left over from when I ran vista), the following message pops up: "A job is pending on dev/sda2" A little later another error window pops up: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken." I want to be able to mount my hard drive in Knoppix 6.

View 6 Replies View Related

General :: Mounting A Drive That Isn't Yet Connected On The Network

Jul 16, 2011

I have an external Samba network storage drive that I mount using 'mount -t cifs -o username=aaa,password=aaa //myserver /mnt/mountlocation', but I'm finding it to be a pain to enter that whole command every time I turn on that drive and connect it to my computer via the network. I could put that command in a script and run a simple script like 'mntdrive' that would run that command for me, but is there a way to have the drive 'pre-mounted' so that if it's available on the network it's mounted?

If I put the mount command in one of the startup scripts or in fstab, would it be available at the mount location when the drive is connected if it wasn't connected when the computer was first turned on? Or is mounting the drive manually, even if by running a script that does it for me, something I'll have to do every time I turn on that drive? Any creative ways around this? Would make things easier if it is possible.

View 2 Replies View Related

General :: Mounting Ext3 Formatted Drive?

Feb 16, 2011

I am trying to install a harddisk, which is already formatted as ext3, into my Qnap NAS box. The web interface of the NAS box shows, that the harddrive has been detected, but I am not able to mount any of its partitions.This is the output from fdisk -l:

Code:
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders

[code].....

View 10 Replies View Related

General :: Mounting Network Drive During Boot Up?

Jul 28, 2010

i want to know what are all possible ways of mounting network drive during boot up.

I want to mount a remote drive which contains some config file of several process,the drive should be mounted at boot up so that all the configuration files are available during boot up.

View 1 Replies View Related

General :: Automatically Set Write Permissions On Mounting A Usb Drive?

Aug 15, 2010

When I mount an external usb drive on linux (CentOs4), the permissions are by default set to read-only. Since there are multiple users on the computer who need to use the external drive, I want everybody to have rw permission for the entire drive. I also want them to be able to mount the drive if the computer has accidentially been shut down. They can use sudo mount to mount the drive, but this will only give them read permission, and I obviously don't want to allow sudo chmod.

Is there a default setting that I can change so that every new external usb disk automatically gets rw permissions?

View 2 Replies View Related

General :: Mounting External NTFS Drive With Different Driver

Feb 15, 2011

I have an Ubuntu 10.04 box that accesses NTFS drives along with ext4. Recently, I switched from ntfs-3g to Paragon NTFS driver, which is proprietary, but free of charge. It feels quite faster on my internal drives. Now I have a problem with external eSATA NTFS drive. When it is detected, I mount it via Nautilus GUI, but it gets mounted with the ntfs-3g driver. (It can be mounted via command line with the Paragon driver, but this is less convenient. How can I configure my system (is it Gnome or some system-wide configuration ?) to mount all NTFS drives with the Paragon driver?

View 2 Replies View Related

General :: Auto-mounting An Ecryptfs Partition Which Is On A Usb Drive?

May 30, 2010

I have an ecryptfs partition on a usb drive, system runs Debian squeezeWhat I'd like to have is that when I connect the drive it will be auto. mounted and I'lleither have to enter the passphrase or it will already be in the keyring (even better).It seems ecryptfs can auto-mount a directory but I want to auto-mount an entire encryptd partition. Is this possible?.Also, can I have another encrypted directory, say ~/Private, at the same time or can ecryptfs handle only one at a time?

View 3 Replies View Related

General :: Mounting Fedora Machine Drive Via USB Connection

Jun 3, 2010

I have a Fedora machine that was installed with Linux LVM. I took the drive of that machine, connect it to disk enclosure, and connect to another Linux machine via USB connection. I can see that the drive /dev/sda is there:

Code:
[root@dd ~]# /sbin/fdisk -l
Disk /dev/hda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes .....

I want to copy files from this drive. I try to mount it, but it didn't work. The /dev/sda1 is mounted fine, but it has only boot stuff.

Code:
[root@dd ~]# mount /dev/sda2 /mnt/drive
mount: you must specify the filesystem type
How I can mount the drive and copy my files from this drive.

View 1 Replies View Related

General :: Mounting Windows Drive Automatically In Ubuntu?

Mar 16, 2011

I have dual boot on my laptop. First OS is Windows XP and second is Ubuntu 10.10.

When I click on places menu in Ubuntu, I can access Windowz XP Drives.

If I access some pdf file or document while in Ubuntu which is in Windows XP Drive, then it will come in Recent Document in Places menu.

Now I restart Ubuntu and click on Recent Documents and click on the document which I accessed in last session ( before restart ).

It says Unable to Open Document.

Then I click Places again and access my Windows XP drive. Then again I click Recent Document and click on document, I am able to open the document.

My guess is this happens because my windows drives are not mounted automatically when I start Ubuntu. How can I mount Windows drive automatically when I start Ubuntu.

View 2 Replies View Related

General :: Mounting NTFS Pen Drive - Module Fuse Not Found

Dec 29, 2010

I have installed three flavors of linux on vmware
1.rhel5
2.centos 5.5
3.fedora 14
and also install centos 5.5 on a separate hard disk (not on vwware).

I want to mount my pen drive on linux which is ntfs. I have tried a lot on rhel5 only. Please tell whether it is possible mount ntfs on any distributions I have mentioned above? I have already installed fuse, fuse-devel, fuse libs, ntfs-3g, ntfs-3g libs on rhel5. But I still got error:
"fatal : module fuse not found"
"ntfs unknown file system"

View 14 Replies View Related

General :: Mounting A Local Windows CD Drive To A Remote System?

Jan 31, 2010

The situation is say all I have is a windows machine and I remotely connected via ssh to a Linux machine. Is there a way I can mount my local CD-rom on the remote Linux machine?

View 5 Replies View Related

General :: Mounting NTFS Drive - Module Fuse Not Found

Jan 3, 2011

I need to mount NTFS drive on RHEL 5.1. I tried NTFS-3g & FUSE as well, but still getting
FATAL: Module fuse not found error.

View 10 Replies View Related

General :: Mounting To Dreambox - Cant Locate The External Drive Anymore

Dec 21, 2010

Have a QNAP TS219P+ with two Samsung disks and a WD as extern disk on my Nas. I also have a Dreambox 800 Satellite receiver. Both Linux. I mounted the satellite receiver to my NAS and also a mount to the extern drive. This all works well, until.

I programmed the NAS to go down at midnight and to startup again in the morning. All the mounts are back and working, except the mount from my dreambox to the extern drive. It seems that the dreambox cant locate the extern drive anymore, while the NAS recognice the extern drive well. I first must shut down the whole system, reconnect the extern drive, startup again the NAS, startup again the dreambox reconnect the extern drive and with some luck all is up and working again.

The mounting is done via NFS and this is my line:

Has someone an idea what this mounting problem is?

View 1 Replies View Related

General :: Automatically Mounting With Wide Open Permissions A FAT Formatted USB Flash Drive?

Feb 18, 2011

I have a netbook running Ubuntu Netbook Edition and I would like a USB flash drive to be automatically mounted whenever I plug it in. The drive is FAT formatted. It mounts when I plug it in but all files are only writable by my user, other users only have read access. I understand that I need to add a corresponding entry to the /etc/fstab file. I've added the following so far:/dev/sdb1 /mnt/USB_DRIVE vfat

Firstly, is that appropriate so far? I've created /mnt/USB_DRIVE as root. Next, I'm not sure what options I should be finishing the line with, especially to get all users to be able to write to the drive.

View 2 Replies View Related

General :: Dd Copy - Hard Drive Clone Fails When Mounting Root Androotblock - /newroot Failed

Oct 27, 2010

I am trying to replace an old, smaller, and dying laptop hard drive with a newer one, using a USB external drive. I first tried cloning disk to disk with Clonezilla, but it failed after cloning my root, swap, and /home directories it froze when it tried to reinstall grub. After 2x trying, I switched to dd, which I have never really used (I am fairly new to Linux in general). The actual command I used was:

Quote:

dd if=/dev/sda of=/dev/sdb bs=4096 conv=notrunc,noerror

All seemed ok and after approximately 2 hours my 80GB drive had been cloned onto my new 250GB, with dd giving what appeared to be a satisfactory closure summary. I tried to mount and access the drive from my external USB enclosure but could not view it, though the data is there, I believe, as the size and bytes show... The error that Dolphin is giving me is:

Quote:

error - wrong fstype, bad option, bad superblock on /dev/sdb1 Missing codepage or helper program or other error. When I installed the new drive directly into my laptop, it begins to boot (Sabayon 5.4, 2.6.35 kernel) but almost immediately I get (handwritten down, but this is close):

Quote:

detected real_root
mounting /dev/sda1 on /newroot failed: input/output error
!! Could not mount specified ROOT, try again
!! Could not find the root block device in .

[code]....

I am assuming that my issue has something to do with grub, and maybe specific UUIDs that don't match (?) but I'm not really certain. I have both Grub Legacy 0.9x and the newer Grub 2 installed (Sabayon is already moving over) but I still boot with Legacy, not with the new 2, as I don't know how to switch, and am not sure if I should yet. I thought that dd copied bit for bit, and I added the noerrorï just to try to get it all transferred, so I don't know what went wrong exactly, though something seems wrong with grub and the bootloader, I guess...

View 6 Replies View Related

General :: 'who' Command Incorrectly Reporting?

Nov 4, 2010

SERVER INFO:[root@bml pts]# uname -aLinux bml.xxx.co.uk 2.4.18-6mdk #1 Fri Mar 15 02:59:08 CET 2002 i686 unknownCan someone explain exactly how 'who' builds its user list?I have a problem where it's listing a user on my server, but I can not kill them.

# [root@bml pts]# who | sort
...
simons pts/52 Nov 2 12:33 (derby1)

[code]....

View 5 Replies View Related

General :: Ctrl+C Incorrectly Mapped In Ubuntu 10.04 LTS?

Jul 11, 2011

I was playing around with my keyboard shortcuts and accidentally mapped a command to the Ctrl+C shortcut. Now I can't stop programs running in the terminal with Ctrl+C and I have no idea of how to restore this functionality.

View 1 Replies View Related

General :: Windows - Why Does E-mail Render Incorrectly Only For Certain Recipients - When Use A Certain Server

Mar 11, 2011

This has been driving me absolutely crazy for a few days now. I have an e-mail. If I send it from a Windows Server 2003 server via MailEnable, a certain person receives it using Outlook 2003 just fine. If, however, I send the exact same message from an Ubuntu 10 server using SSMTP to relay the e-mail to the exact same MailEnable queue, the recipient receives a messed-up-looking e-mail. There are all kinds of "= " all over the place. The exact same e-mail looks fine on my Ubuntu computer, as well as my Mac, and all of the Windows/Mac computers here at work. Here is an excerpt from the copy they receive:

COMPANY has been communicating with COMPANY as they Agency worked to develop the= COMPANY permit, knowing that this would impact aquatic pesticide applicat= ion. But in December, COMPANY advised us that the COMPANY permit would = also cover any pesticide applications made "on or near any water or water c= onveyance." They described a scenario in which a pesticide applicatio= n made in a field or pasture that had a waterway or ditch in it (even if th= e waterway or ditch was dry) would need a COMPANY permit. This meant th= at the majority of pesticide applications made to crops would need a COMPANY = permit, and would have to comply with all the burdensome paperwork requirem= ents plus all of the pesticide application records would be available to th= e public for review.

What on Earth is happening? I'm using PHP's Mail_Mime to send the mail, if that matters.

I have tried testing this on an in-house netbook, running XP and Outlook 2003, same as them, and it looks fine. Unfortunately though, it's happening for more than one person, with different companies, in different states. Is it maybe an Outlook thing? Or a firewall?

Here are the headers they sent me, when I requested them earlier:

View 2 Replies View Related

General :: Ubuntu Incorrectly Maps Backslash And Pipe Keys?

Mar 7, 2011

I am having what I think is a slightly weird problem with the way some of my keys on my keyboard are mapped. When I try entering the "backslash" keys i get < and for the pipe key i get >. I have tried going through the keyboard layouts and trying other combinations but to no avail

System info
ASUS G51VX
Keyboard: Standard
Ubuntu 10.04 LTS the Lucid Lynx - released in April 2010 and supported until April 2013.

View 5 Replies View Related

General :: PCI Cache Line Size Set Incorrectly (64 Bytes) By BIOS/FW

Nov 24, 2010

I have AMD Phenom 8550 triple code processor, with 2.20ghz speed and 4gb ram. I am trying to install Redhat linux 9 first time. I am new to linux. While install system hangs with message

ehci-hcd 00:13.2: PCI device 1002:4396
echi-hcd 00:13.2: irq 10, pci mem f880f800
usb.c: new usb bus registered, assigned bus number 2
PCI:00:13.2 PCI cache line size set incorrectly (64 bytes) by BIOS/FW" expecting 16

how to get rid of this message

View 9 Replies View Related

General :: VirtualBox On Wubi Ubuntu Can't Start VMs Due To Incorrectly Handling Absolute Paths?

Jun 27, 2011

I mostly do .Net development in a Windows 7 virtualbox. I use the host for simple things such as web browsing, skype, chat, etc. All things that are fantastically available on Ubuntu which I in many ways prefer. So this has been begging the question for a while: why even use Windows on the host, seems like a Linux host would use less resources (untested) and allow my Windows VMs to run better while allowing me to do my non-development stuff in an interface I prefer.

So easiest way to do this - I downloaded wubi and installed Ubuntu. I installed in it Virtualbox, and then start add and start my VM to get this message: Failed to open a session for the virtual machine VS2010, Could not open the medium '/host/Users/George Mauer/Virtualbox VMs/VS2010/C:/Users/George Mauer/.VirtualBox/HardDisks/VS2010.vdi; VD: error VERR_FILE_NOT_FOUND opening image file '/host/Users/George Mauer/Virtualbox VMs/VS2010/C:/Users/George Mauer/.VirtualBox/HardDisks/VS2010.vdi; (VERR_FILE_NOT_FOUND).

You see what's going on? With wubi, the windows drive gets mounted at /host/ but virtualbox is for some reason appending an absolute path! I would very much like to use the same exact VM file since it would retain Snapshots and I would be able to use it in either windows or Ubuntu mode. However, even if I try to simply mount the drives into a new VM I get an error: Failed to open the hard disk /host/Users/George Mauer/.VirtualBox/HardDisks/VS2010.vdi. Cannot register the hard disk '/host/Users/George Mauer/.VirtualBox/HardDisks/VS2010.vdi' {guid...} because a hard disk '/host/Users/George Mauer/VirtualBox VMs/VS2010/C:/Users/George Mauer.VirtualBox/HardDisks/VS2010.vdi with UUID {guid...} already exists.

This is especially odd since this worked fine with my recently created Android VM, though this might have something to do with the fact that VirtualBox recently changed their default VM storage locations. Any idea how to fix this? My Linux-fu is weak but I seem to remember from CS class something about symbolic links that might be relevant here?

View 1 Replies View Related

Debian :: Manually Mounting A USB Drive?

Apr 3, 2010

[URL]I was going through this tutorial linked above, but then when I got to the dmesg | grep -i portion, I thought for a moment and said to myself, "Wait, I don't have that kind of output.Which is true,

dmesg | grep -i "SCSI device" outputs
nothing
where

[code].....

View 1 Replies View Related







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