Debian :: LXDE - Cannot Mount Drive When Connected Via Usb
Apr 6, 2010
I just discovered how much Debian when paired with LXDE sucks! I thought it was a good match, low resource DE with Debian, supposed to be stable and secure, right? Debian Squeeze and LXDE is one big BUG! What garbage! Too many damn bugs.
I installed Synaptic Package Manager but it went into three places in the menu but only one of them works. So, how do I know which one to choose? Really crazy. Also, I cannot mount my drive when connected via usb. But, my laptop only has usb ports and no eSATA. I now have to look for a new OS and DE because this one is a disaster.
View 2 Replies
ADVERTISEMENT
Sep 10, 2010
I got a sort of usb connected device(not an external enclosure) so i can connect a sata hard drive into a machine that only has ide connections but the drive is not mounting. I am not very good at mounting slave hard drives anyway ,,,,never been able to get one happening without help. I am wanting to read this drive as i killed another desktop machine(i think the mb) and i need the data off the hard drive. The drive is shown in a directory and in the media directory. Can't think of what else sorry as i am so tired from testing everything out of the machine that i killed.....
View 4 Replies
View Related
Sep 11, 2011
I am trying to configure my test Squeze install on an older PC with LXDE desktop, and I can't seem to find anything which would enable me to mount a floppy.Then I tried to use the konsole as root mount -w /dev/fd0 /media/floppy0
But although this device and this mount point exist, nothing is mounted. I double checked with various floppies which I know have data on them and none of them are being mounted. The umount command would I expect be umount /media/floppy0 /dev/fd0...I tried searching the web and this forum and didn't find anything helpful. Can anyone help?
View 2 Replies
View Related
Mar 24, 2011
The other day, I installed Debian 6 XFCE on my old pc. It was using a lot of my poor little amd k6-2's ability. I couldnt run any programs without it lagging. So today I reinstalled debian 6, this time with the LXDE desktop. The processor situation is fixed and my ancient HP is quick with its old cpu.
Although I love LXDE, there is a problem, when I plug in my flash drive it wont recognize its there. (The XFCE desktop did) I have tried rebooting and all 2 of the usb slots, lol (1.1), and it wont recognize them.
I have tried formatting them in FAT and FAT32, is there a certain format that it needs? Is this a common problem?
Oh, and my mouse is USB and it works just fine.
View 2 Replies
View Related
May 5, 2011
How do I configure my Debian installation to mount external USB drives to mount points based on the volume names of the drives? For instance, if I have a thumb drive with the volume name of "SWORDFISH," how do I have Linux mount it at /media/SWORDFISH? I'm aware that this can be setup in FSTAB, but that requires that I know the UUID of the device beforehand and that I take the time to set each external device up in FSTAB first. That does nothing for me when I have a thumb drive that has never been plugged into my computer before.
This seems to be setup by default in Ubuntu/Kubuntu, but is not working for me with a fresh installation of Debian Squeeze and KDE4. I've spent the past 2 hours Googling for a solution and have turned up nothing. UPDATE: My results are inconsistent. Sometimes Debian mounts devices to mount points based on the volume names, and other times it gives them generic mount points (e.g. /media/usb1).
View 2 Replies
View Related
Apr 23, 2011
I've got Vista installed on my notebook and I've bought an external drive (1,5 TB, but its size shouldn't matter in this case) and after formatting it I left 10 gigs for future purpose. Now, I decided to install 64bit debian on the unallocated 10 gigs. And so I did. To be precise: I have SATA drive inside my lap and hard drive (it's also SATA inside the cover) connected to my lap through USB. Boot sequence was 1)CD/DVD 2)hard drive 3)removable drive. During the installation the installer detected my internal drive as /dev/sda and my external drive as /dev/sdb. I decided to install grub on /dev/sdb (it was logical to me, since I didn't want to mess up my regular drive's MBR). Installer created 5 partitions on my USB drive. After booting from my external drive (look below*) I've got a message saying
Code:
error: no such partition Entering rescue mode... and after that I was in grub rescue console. When I typed ls I've got an output
Code:
(hd0) (hd0,msdos1) (hd1) (hd1,msdos5) (hd1,msdos2) (hd1,msdos1)
When I tried to type
Code:
ls (hd0)/
I only got a message
Code:
error: unknown filesystem This occured for all the listed devices... On my internal drive there were (during the installation and running the live cd) 3 partitions detected (vista os, data, rescue disk) so I don't understand the output that ls in rescue console gave me. about booting from external drive: I did that after pressing ESC - I've got a prompt to choose which device I want to boot from - this wasn't working properly; after changing the boot sequence the grub started but with the abovementioned error message...
If there's any info about exact names/types/devices of my installed partitions needed I will run live CD and check it. If any other info is required I will provide it (I tried to describe the problem in the most precise way ) What I was thinking about: maybe there is a problem with ordering of the devices - when I boot from DVD my removable disk is treated as the "second one" and after booting from the removable disk it becames the "first one" or something like that? If any of you have any good info on how mapping of the device names works it would be appreciated, since I couldn't find anything useful or I just don't know what to ask google about.
1) How to install Debian on a removable disk (I had no problems with installing Linux on pendrive but I did that from VirtualBox and it was some time ago) OR how to install GRUB on a removable disk? (unfortunately, I cannot install 64bit system through VirtualBox)
2) What's the logic behind naming devices under /dev? How come the devices in grub have their names mapped as hdx etc and I've read that hdx are the names for IDE/ATA drives and sdx is the proper name for a SATA or USB device
View 3 Replies
View Related
Jun 13, 2010
I have an old computer that I want to turn in to a backup server. I was planning on using a 1 TB drive connected by a SATA card since the motherboard only has PATA. However when looking everything I've found makes it sound like I need to install the card for it to work. I want to know if I can install Debian to the hard drive through the SATA card or not?
View 6 Replies
View Related
Dec 11, 2010
I am using KDE 4.5 and I am unable to mount a hard drive in Dolphin.
I get the error message:org.freedesktop.Hal.Device.Volume.PermissionDenied: Refusing to mount device /dev/sdb1 for uid=1000
The filesystem for the drive that I want to mount is ext4 and the label is "repo"
View 2 Replies
View Related
May 22, 2010
I have a secondary NTFS hard drive in which i can not mount. Here is the output for fdisk -l:
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]....
View 4 Replies
View Related
Jul 9, 2015
If i click the ntfs partition from nautilus, it prompts to type password. If i type the password and enter, i see this message:
Code: Select allUnable to access “alldisksda5” Error mounting /dev/sda5 at /media/user1/alldisksda5: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda5" "/media/user1/alldisksda5"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Failed to mount '/dev/sda5': Operation not permitted The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option.
View 1 Replies
View Related
Sep 24, 2015
I can't mount it, and also since apparently debian doesn't care about the nasty systemd but I had to deal with that but I digress.
I cannot mount my itnernal drive, and even memory cards are listed as "permission denied" even though I am part of the disks group. I know that before systemd I could just edit a udisks config file but I cannot find out where it'd even be.
I've included my /etc/fstab.
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).
[Code] ...
I am part of the disks group, and am 90% sure that I edited the udisks file that says something about mount internal disk to allow active from allow_admin
The only udev rules that i've changed was the one to change the mount point for external drives to /media/drive_label instead of /media/$username/drive_label
Basically I'm trying to automount the partition after clicking on it in the file manager.
View 8 Replies
View Related
Aug 6, 2010
I have an external usb connected floppy drive that I cannot mount.#fdisk -1 does not show the drive, in my ignorance I thought that it being a usb it would be recognized the same as flash drives and my external usb ide hdd are recognized.The drive does work, I have tested it in windows computers.Does the floppy need special settings?This may be related or it may be another issue totally:The floppy is recognized in gparted although I cannot format the disc to fat16 or fat 32 as they are greyed out.
View 5 Replies
View Related
Aug 22, 2010
I have a new install of debian on my laptop. When I plug in my external hard drive (usb) I get the message. Invalid mount option when attempting to mount the volume 'External Drive'.
View 7 Replies
View Related
Feb 17, 2016
I used the following to give a USB drive with a FAT32 system a label.
Code: Select allsudo env MTOOLS_SKIP_CHECK=1 mlabel -i /dev/sdd1 ::my_backup
After that, the USB drive will no longer mount. Here is the entries from my syslog.
Code: Select allFeb 17 05:38:18 office kernel: [ 1777.196029] usb 3-1.4.1: new full-speed USB device number 12 using uhci_hcd
Feb 17 05:38:18 office kernel: [ 1777.299177] usb 3-1.4.1: not running at top speed; connect to a high speed hub
Feb 17 05:38:18 office kernel: [ 1777.326177] usb 3-1.4.1: New USB device found, idVendor=0781, idProduct=5575
Feb 17 05:38:18 office kernel: [ 1777.326184] usb 3-1.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb 17 05:38:18 office kernel: [ 1777.326187] usb 3-1.4.1: Product: Cruzer Glide
Feb 17 05:38:18 office kernel: [ 1777.326190] usb 3-1.4.1: Manufacturer: SanDisk
[Code] ....
I don't know why it was set to read-only or how. All I know is there are files on the USB drive which I am desperate to recover.
View 2 Replies
View Related
Mar 14, 2011
Just installed 64 bit Squeeze on a new build system Athlon quad core 3 GHz and 4 GB of ddr3 in a Gygabyte GA-870A-UD3 rev 2.1 mobo and I can't mount the floppy disk. The onboard controller is an ITE IT8720 chip. The floppy is a generic internal drive - Sony I think.I know the hardware is ok as various versions of Puppy linux mount and unmount it ok and.When I saved I got the message "Unable to mount floppy dev/fd0 is not a valid block device" editing back and saving got "Unable to mount floppy0 dev/fd0 is not a valid block device".Can anyone point me in the right direction?
View 4 Replies
View Related
May 6, 2015
So after having spent the past half year preparing to abandon Windows and come over to Debian I finally made the switch last night only to realize I forgot one important thing... I didn't figure out how to map the network drive on my Windows server (currently learning to replace this with Debian as well) to my Debian system.
I have read about 15 links but keep getting the following error: Mount Error (6): No such device or address
Here is what I'm trying to enter into my terminal (with important bits removed for security of course)
mount -t cifs //xxx.xxx.xxx.xxx/Network_Storage/ -o username=xxx,password=xxx /mnt/cifs
View 14 Replies
View Related
Jan 17, 2010
Basically, I have no trouble booting off a really old kernel like 2.6.18-6. If I try to boot off the newest one installed with Lenny, I get errors such as "mounting /dev/ on /root/dev failed...ditto for /sys on /root/sys" almost as if it's failing to find the drive. This finishes up with "target filesystem doesn't have /sbin/init" and I'm dropped into a busybox shell.It's an ordinary SATA drive, which is being used as an OS drive only. It seems as if something has changed with the newer kernel, but I have no idea where to start or what to look for.
View 3 Replies
View Related
Jul 17, 2010
You know the great thing about having a debian system is that you have to reinstall so rarely you miss all the new changes that happen in the system until you have to do something like install a new piece of software and realize that fstab has been turned into spaghetti and you no longer have the slightest idea what is going on.I just got a new 1TB USB2 drive to use for backups. I plugged in it and it was recognized fine but it was formatted in NTFS which I didn't particularly want so I reformatted it as ext4FS. It automounts fine but only with all permissions set to root. I tried doing a direct chmod on the drive but that wasn't recognized. Where in the hodgepodge of HAL settings and whatnot do I set it to make the drive user accessible and mount to somewhere other than /media/disk?
View 1 Replies
View Related
Mar 8, 2010
is there a way to allow a program mounting a drive without requiring it to ask for sudo password (apart from running it with sudo)? To be more specific, I'm annoyed by the sudo password request by TrueCrypt whenever it needs to mount a volume.
I've thought about creating another user, allowing it to mount volumes and then running TrueCrypt as this user at boot. I don't know whether GNU/Linux allows for such policies... maybe I should look into SELinux?
EDIT: For the issue at hand (encrypted USB stick both on Windows and Linux), I'm investigating FreeOTFE. I'm still curious about the privileges issue, anyway.
View 3 Replies
View Related
May 13, 2010
I`m unable to mount my second hard drive I use to store my music and pics and wonder if it is to do with the error "failed to initialise HAL!" which I get every time I start Debian Lenny (AMD64 architecture). I have had this since doing an install (fresh) a few hours ago.
The drive is an ntfs one but when I click its icon in the computer section it says it cannot mount it and gparted says it cannot read the file system.If so how would I get the error box to stop appearing and how do I mount the ntfs drive?
View 2 Replies
View Related
Jan 21, 2011
This is on Debian Lenny 5.0.7 with a LXDE desktop. Using Root Terminal I have just been trying to mount a SATA drive NTFS file system using the command: mount -t ntfs /dev/sdb1 /dev/
unfortunately the /sdb1 should of been 'sdc1', I think, and what's happened is that my username and files have been moved somewhere else. PCMan File manager has ceased to work and open applications have ceased to be able to save files.
How do I discover where they went, and how do I restore them back to the original place of debian:/home/username/ ?
I'm about 8 hours in to learning Linux/Debian and desperately trying leave behind about 15 years of Windows use for something better. I'm used to troubleshooting electronics/hardware/all manner of things but the syntax here is, at the moment, a slippery slope.
View 2 Replies
View Related
Oct 12, 2015
I,ve upgraded Debian Testing to Gnome 3.18, acrivate from Online Accounts file integration of Google service.
In Nautilus left panel i see my Google Drive accounts but is impossible to mount , i have a generic error (impossible to mount position).
How i can fix this?
Same problem on Arch (Laptop).
View 0 Replies
View Related
May 30, 2015
I can't mount my external hard drive with the graphic interface of my Xfce desktop anymore, since the latest upgrade.
The disk does show up, but when I try mounting it, I get a pop up window telling me that :
Failed to mount "My_Passport". Not authorized to perform operation.
View 12 Replies
View Related
Jun 14, 2010
I have the following /etc/fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
[Code]....
This is, incidentally, the same message that I see while booting. The error message goes away if I comment out the line in fstab starting with /dev/sdc.
View 1 Replies
View Related
Sep 23, 2010
Perhaps somebody knows this one:
When I mount my external usb-drive within KDE it's mounted on /media/disk.
When I mount my external usb-drive (yes, the same one) within LXDE it's mounted on /media/72F580136411D534.
Not a great deal, but when I use DirSyncPro to backup some stuff I have to make adjustments to my saved settings, e.g. change the target folders.
View 2 Replies
View Related
Dec 16, 2010
I am trying to mount an external USB hard drive. I'm using Debian Lenny 5. I tried to right-click on the hard drive and then select the mount command inside the gnome desktop environment but it gives me an error. Is there an easy way to mount and unmount this hard drive? The hard drive itself is formatted from the factory in NTFS. I'm going to leave it in this file format is a need to use it with Windows machines as well.
View 4 Replies
View Related
Oct 27, 2010
I installed lxde, but my wireless internet doesn't work. I can switch back to gnome and it works perfectly. I tried wicd and manually connecting with the command line. Both fail while trying to get an ip.
View 2 Replies
View Related
Dec 8, 2009
Is Fedora LXDE Spin is any different then the LXDE installed the repositories>?
View 3 Replies
View Related
Feb 6, 2010
I run a headless Ubuntu 8.04 server, which acts as a web, email and file server. I am sticking with 8.04 as it is a LTS release and will upgrade to the next LTS when it is released.
I have two external USB drives, that I need to mount at boot. I have been using /etc/fstab up until now, with the following entries:
Code:
However, as I gather from doing searches is quite common, occasionally I get an error during boot (causing the system to drop to a recovery shell) because the USB drives take time to wake up and the system hasn't found them by the time it reads /etc/fstab.
From doing searches, it seems there is nothing you can do to fstab to fix this, so you need to mount them using an rc.local script instead, using:
Code:
The problem is, as I have two USB drives, their /dev/sdxx location changes between boots. I thus want to use UUID codes as I do in fstab, however I haven't found anything about this.
Does anyone know how I can use the mount command and UUID to mount a drive in rc.local and what options I have to use the mount the drive with the same options that I am using in my fstab entry? Obvisouly, I can't refer back to fstab using the mount command, because then I will still get the boot error issue if they are listed in fstab. And there is no space internally for the USB drives as there is already two internal drives.
View 3 Replies
View Related
Oct 4, 2010
Not able to mount windows drive & foder, in linux. i have got following error.
mount error 92 = Protocol not available
View 10 Replies
View Related