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


ADVERTISEMENT

General :: Locate Command To Include The External Hard Drive

Feb 10, 2010

I normally use the "locate" command to find files that I have on my local drive. However, if I wanted to do this for an external drive, how would I go about this?

From what little I know about Linux, I'm guessing that it creates a reference file from which it performs the search when the command is typed. If I'm right this is updated at a given interval or when "updatedb" is used?

As the external hard drive is not always mounted is it best to create another of these reference files and have a different command (e.g. locateext) or something? Or is it best to add the external hard drive's location to the list of files that get added with updatedb.

I'm running Fedora 11.

View 4 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 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

Ubuntu :: Mounting An External USB Hard Drive?

Jan 16, 2010

I'm trying to get ubuntu 9.04 to recognize a Maxtor One Touch III USB external hard drive. This drive has been formatted and used on a Windows XP. I cleared everything off but am trying to see if I can arrange it so that I can back up from linux and access (if need be) from a Windows machine.

Here is what I get with fdisk -l:

/dev/sda1 * 1 14219 114214086 83 Linux
/dev/sda2 14220 14593 3004155 5 Extended
/dev/sda5 14220 14593 3004123+ 82 Linux swap / Solaris

View 6 Replies View Related

Ubuntu Servers :: Why External / USB Drive Not Mounting

Mar 7, 2010

Output of blkid:

Code:
/dev/mapper/Tsunami_LVG1-LV_home: LABEL="home" UUID="cad22752-aca8-49c7-94b1-f08423819705" TYPE="xfs"
/dev/mapper/Tsunami_LVG1-LV_swap: TYPE="swap" UUID="5e1918d5-3a07-4dc5-8216-c4c0f4d1e341"
/dev/mapper/Tsunami_LVG1-LV_root: LABEL="root" UUID="cb276fc0-ced3-4926-81b8-757e5b68c4e5" TYPE="ext3"
/dev/sda1: LABEL="boot" UUID="d00cac4f-6873-4188-b6e2-902740454ba1" TYPE="ext2"
/dev/sda5: UUID="T2wwpd-lG9L-IrHz-BfAx-pVse-3C9a-rBjT1R" TYPE="lvm2pv"
/dev/sdc1: UUID="504A0C654A0C4A64" LABEL="SEAGATE300" TYPE="ntfs"
/dev/sdd1: UUID="F8C85616C855D38A" LABEL="Expansion Drive" TYPE="ntfs"
/etc/fstab contents: .....

Code:
fuse: failed to access mountpoint /media/tb1: Input/output error

View 2 Replies View Related

Ubuntu :: Mounting An External Drive 0xd4

Jun 24, 2010

I have a HDD from a CCTV system that I suspect to be Linux based. I cannot see it in Ubuntu. I can see the partitions in the Disk Utility. All it says is Partition type: Unknown(0xd4). I need to access this CCTV footage.

View 3 Replies View Related

Ubuntu :: External NTFS Drive Not Mounting

Jan 3, 2009

How to get a NTFS external drive to mount in Ubuntu.

View 9 Replies View Related

Ubuntu :: Mounting An ACOMDATA External Hard Drive

Jan 2, 2010

I'm using Ubuntu 9.04, and I can't seem to get my ACOMDATA external hard drive to work. It is plugged into the PC using a USB cable, and it is read as a removable storage device on both Win. XP and Win. 7. On Ubuntu, it is read for a split-second, then disappears. All of my USB ports are functioning perfectly. Are there any commands to mount this device?

View 9 Replies View Related

Ubuntu :: Mounting Seagate Freedesk External Drive

Mar 7, 2010

I have a Seagate Freedesk external drive. I formatted it to ext3 (as per several posts regarding this)However I cannot mount the drive. If I go "places" "computer" I can see the drive (simply entitled USB Drive) but if I try to open it it says "cannot mount the drive". If I right click and select "Mount Volume" I get Nothing. How can I get this to auto mount like other usb drives? I am using Hardy on a Compaq Laptop.

View 3 Replies View Related

Ubuntu :: Error While Mounting External Drive Version 10.04

May 16, 2010

my simpledrive external drive works fine on windows but i keep getting this error while mounting in ubuntu 10.04 with my account so i log in using the root account and this is what i get

[code]...

View 7 Replies View Related

Ubuntu Servers :: Mounting External Ntfs Usb Drive?

Mar 25, 2011

I have been trying to use fstab, writing a script in /etc/init.d to mount my external ntfs usb drive. I have had absolutely no luck and I have tried just about every solution I could find on the web except for writing a udev rule which I have never done so I am not exactly sure how.

My solution for the interim is to put the mount command in the rc.local file. That works, but I don't understand why I can use fstab to mount it. Putting it in the fstab gives me errors like "unknown file system" or just "An error occurred during mounting of drive" and then the booting stops. I tried using both ntfs and ntfs-3g.

View 5 Replies View Related

Ubuntu Servers :: Mounting External Usb Hard Drive?

Jun 19, 2011

I have attached a 1.5 TB external hard drive to my new Ubuntu server. I mount it in /media/external. I used sudo mount /dev/sdx# /media/external but sdx# keeps changing. I added a line to fstab to mount it permanently but after couple of our it unmounts itself and /media/external is empty. It is in vfat format but webmin shows it as ntfs.

Quote:
cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).

[Code]...

View 9 Replies View Related

Software :: Deleted Partition Now External Drive Not Mounting

Mar 27, 2010

My brother has an external hard drive that has some personal data on it that he doesn't want to lose. He was reinstalling windows on his machine and deleted both the partition on his internal drive and on his external drive. He installed windows on his internal drive only though. I want to be able to reaccess that data from the drive. All the data should still be on the drive since so write cycles have been done to overwrite it.

I guess deleting the partition removed the partition table or something so the drive doesnt mount. I would prefer to use linux (but windows is ok too) and a free as in beer tool preferably. there are normal recovery tools (I have used get data back before) that scan for any files anywhere that has been overwritten but I don't really need things that have been overwritten; just the data that is still there but not availible because it cant be mounted.

View 3 Replies View Related

Debian Hardware :: External Hard Drive Not Registering / Mounting

May 22, 2014

My external hard drive (about 2 years old) won't mount. It wouldn't mount on Windows either. Other external hard drives (sdb1) mount perfectly.

I am wondering is there a Linux way of getting the hard drive to work again? The disc spins up so it's not a mechanical failure. I'm guessing here but is there a way of flashing firmware onto the external HD if that might be the problem?

(Seagate 2TB ST320005EXD101-RK)

Code: Select all# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda2 during installation

[Code] .....

View 5 Replies View Related

Slackware :: External USB Hard Drive Auto-mounting Error

Nov 29, 2009

Just installed Slackware 13 this morning. It's been a long time since I last tried Linux, but Slack works (a lot easier than Slack 8 did back when I last used it!) quite well. I'm using the XFCE desktop and it's smooth as silk except for one odd problem-I cannot get any of my USB drives to mount. I just plugged in my Lexar 4GB USB flash drive and received an error message. Here's from /var/log/messages from when I initally plugged in the drive (I have a 500GB WD MyBook USB external drive that is always plugged in):

Any ideas or suggestions of what to look at? I'm not familiar with HAL in Linux although I've seen plenty of discussion about it and have an idea of what it's supposed to (or break! ).

View 1 Replies View Related

Hardware :: Mounting External Usb Hard Drive NTFS In Write Mode

Feb 17, 2010

I have a problem in auto mounting external usb hard drive in write mode.

I'm using Debian Etch.

# /etc/fstab: static file system information.

Writing to etrenal USB hard drive doesn't work:

View 7 Replies View Related

Ubuntu :: External Drive - Message - Error Mounting: Mount Exited With Exit Code 32

Mar 31, 2010

Accidentally the usb plug on my WD "My Book" got halfway unplugged and I didn't notice it. when I rebooted it, it wouldn't read the drive. I tried using G Parted to repair it but no success, it just runs forever accessing the drive and never finishes. (I left it running an entire weekend and it didn't finish) the drive is formated ext3.

When I try to mount the drive in Ubuntu 9.10 it gives this error message:

Strangely if I boot into Windows and use the ext driver I can access the drive just fine. is this something I can fix? if needed I can use Windows to do any repairs.

View 4 Replies View Related

General :: Usb Drive, Locate It, Move Folder From Usb Drive To Usr Directory?

Feb 28, 2010

I want to move a folder from USB drive to desktop, any directory, let say usr directory. But don't know what the name for usb drive and where to find it, i know i am going to use mv command.

View 5 Replies View Related

OpenSUSE Hardware :: Failure Mounting External NTFS Drive And Internal NTFS Partition / Fix This?

Jul 18, 2010

Just installed 11.3 on my computer, however when I connect an external NTFS harddisk I receive an error message. When I open dolphin to connect to an internal NTFS partition I receive the message:

org.freedesktop.Hal.Device.PermissionDeniedByPolicy: org. freedesktop.hal.storage.mount-fixed auth_admin_keep_always <--

Anyone having an idea how I can fix this?

View 9 Replies View Related

Ubuntu :: Change The Mounting Point Of A Usb External Drive From '/media/disk' To '/media/Movies'

Jan 16, 2011

I was trying to change the mounting point of a usb external drive from '/media/disk' to '/media/Movies'

Here is were the stupid part takes over... I right clicked on the desktop icon for the device and selected Properties. From there I selected the Volume tab and in there I changed the mounting point to '/media/Movies' It accepted it and said the changed would take place when I unmounted it and remounted it. However, when I did this it now says it cannot be mounted as it says mount_point contains invalid characters usually /

Unfortunately, now I cannot get back into the properties to remove my error.

View 4 Replies View Related

General :: Locate And Display File But On Another Hard Drive?

Apr 29, 2011

I have to locate and display the findme file on an XFS file system but the file is located on a second hard drive. The hard drives area number sda1 and sdb1know to change a directory, you use the cd command but I cannot remember how to do it for another hard drive. I tried cd /dev/sdb1 but I know that is not correct

View 1 Replies View Related

General :: Mounting Both A Seagate 1Tb And 500Gb External HDD

Oct 30, 2010

I've have been playing around mounting ISO movies, and found that my external HDDs now won't mount. I run UBUNTU Lucid Lynx, and want to change distros, but need to put everything to my external drives before that change.

View 11 Replies View Related

General :: CD Drive Doesn't Recognize CD's Anymore

Jan 29, 2010

how to get linux onto an old laptop (dell inspiron 2600, 1GHZ, 120MB RAM). the cd drive doesn't recognize CD's anymore and in boot menu, "Setup Utility" the usb drives aren't recognized. the usb drive or pen drive boots in another desktop just fine. i need to somehow install xubuntu or crunchbang or something lite but must do it using net install. i see lots of tutorials but they are either too complicated or unknown source, like "inslux." and not too complicated of a process. I'm a "techie-tard," i guess. also, i'd like to suggest a new "sub-forum" in "distribution" forum, Called "General Distro."

View 9 Replies View Related

Ubuntu :: The CDROM Is Not Mounting Anymore In 9.10

Mar 15, 2010

I have Ubuntu 9.10, the cdrom was mounting normally, suddenly it stopped mounting and now when I insert a CD/DVD nothing happens.

My fstab is like this:
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0

When I run hwinfo --cdrom it says:

Code:
francisco@francisco-desktop:~$ hwinfo --cdrom
18: SCSI 300.0: 10602 CD-ROM (DVD)
[Created at block.247]
UDI: /org/freedesktop/Hal/devices/storage_model_CDDVDW_SH_S223F
Unique ID: KD9E.+o0IDY85DU5

[cODE].....

View 6 Replies View Related

Ubuntu Networking :: Share A Dreambox HDD Over The Network?

Apr 8, 2010

share a Dreambox HDD over the network. To those who don't know - Dreambox is a digital TV tuner with Linux OS and in my case it has a fairly large hard drive, which I would like to make available over the Local Network, so I can use it as a network hard drive on my Ubuntu Karmic and Windows 7.

The Dreambox has an ftp server set up but I can't watch video files directly from an ftp server somehow, it forces me to download those files first. So what I want is to make that hard drive available as a normal local network shared item with permissions to read write and execute, so that I could also keep my Movies in that hard drive or maybe even be able to download to that hard drive directly.

I think it has to be possible somehow Or at least if it was possible to mount it somehow on the Ubuntu, hmm.

Be the way my Dreambox model is DM 7020 and if I connect to it using telnet it uses the sh Shell I think.

View 1 Replies View Related

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 View Related

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 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







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