Ubuntu :: Can't Mount Ntfs Drives?
Feb 1, 2010
ubuntu 9.10 when I try to mount internal drivereceive the following massage Error mounting: mount exited with exit code 1: helper failed with:Remounting is not supported at present. You have to umount volume and then mount it once again
View 9 Replies
ADVERTISEMENT
Jun 6, 2010
i would like to have all my ntfs drives mount @ start up here is the command im currently useing sudo mount -t ntfs-3g /dev/sdc1 /media/D -o forcei have made the folders D E F etc now i know that the command for starting restarting and stoping samba changed in 10.04 so did something change with mounting ntfs drives
View 1 Replies
View Related
Jul 30, 2011
I use Ubuntu 11.04 (gnome) and have a ntfs partiton that shows up in the "places" menu that is normally in the gnome panel. But I think that partition isn't mounted till I click on the entry in this menu (when I want to access it from any other place, shortcuts for example, that doesn't work).
How can I correctly mount all partitions I want on startup?
Recently I tried something in the /etc/fstab file but don't know if this is correct...
View 9 Replies
View Related
Sep 20, 2009
i use Ntfs 3g for auto mounting my windows partition. but for some reason i want to get it unmounted on boot.but when i get into the NTFS config tool i cant figure that out.
View 2 Replies
View Related
May 16, 2011
I have a dual boot setup with a fair amount of files in my windows volume. I noticed that the Ubuntu 10.4 GNOME version (at least) does not auto mount my NTFS drive. Of course as I have seen from various post this gets annoying when opening up a program that loads previous files before I for ex, click the '110GB FileSystem' icon from Nautilus or similar...that seems to mount it for me then... I want my 110GB NTFS volume to mount automatically so I dont have to do this process everytime I reboot.
I found a post on the forum (the latest one I could find) below that recommends installing ntfs-config. The post is from May 2008 but mentions 10.10 (via edits) so I'm confused and wondering if there is an easier/default way..or this is still the way to go? After several screw ups editing system files manually, Im very cautious about doing it in this case because its a work computer and frankly the uninsttall or editing the fstab manually worries me.
View 2 Replies
View Related
Jul 22, 2010
i am a new user to linux, i installed debian on dual boot with windows 7but now i am unable to access the ntfs drives used by windows originally from the debian OSi am wondering what could be the problem and how can i solve it
View 9 Replies
View Related
Jul 27, 2010
I just installed Ubuntu 10.04 LTS x64 on my computer. This also the first time I'm working with a linux distribution, so I'm sorry if I don't understand everything.Yesterday Ubuntu was running perfectly. Today I tried to install nvidia driver, and after that I started rythmbox. That was the moment I noticed my computer wouldn't mount NTFS drives anymore. What is weird cause yesterday it did mount them, and I didn't change anything (atleast I think I don't). The exact error Message is:Unable to mount location
So I searched the internet and they said to other people they should check System>Administration>Users and groups.So I did check it and it said account type: custom, when I clicked on the button change, which was next to it, It didn't do a thing.
View 9 Replies
View Related
Dec 11, 2010
How can I mount 2 NTFS hard drives, preferebaly automaticaly on startup. a GUI would be nice too.
View 3 Replies
View Related
Jun 5, 2010
I have recently tried to switch from windows to kubuntu. So far nobody can help me on the problem that kubuntu keeps asking password (kdesudo - please input your password to mount this device) in order to mount anything with ntfs on it. This is despite i have made needed changes in order for this operation to be possible without rootilleges (recompiled ntfs-3g with internal fuse, set the setuid bit/setguid bit,ded user to disks, gave user permissions to mountpoint). I can do mount /dev/... and it works without sudo but the dolphin, or "removable media" thingie in system settings still will ask a password to mount anything with ntfs on it.
So, therefore a question arises. I can of course do all the mounting manually (automount on boot does not help since my external hard takes time to "boot up" when it's first accessed and that is when system boot takes 10 seconds instead of 1 second and starts complaining about "drive not ready, try manual mounting"So, i would like to have a simple gui something that can mount or dismount (run mount and umount for me effectively) removable or internal disks. Could someone advise some program that he uses? suppose there are plenty such around since the operation is very common...Maybe even a file managertead of dolphin)? Preferably one that does renaming li
View 2 Replies
View Related
Mar 4, 2010
Can mount.ntfs and mount.ntfs-3g reside simultaneously?
Whilst accessing an external NTFS drive mount.ntfs takes up a lot of CPU. I am not sure if its mounting the drive using mount.ntfs or mount.ntfs-3g? How do I find out and if they coexist how do I make the default mount drive ntfs-3g?
View 3 Replies
View Related
Jun 21, 2010
I recently had issues with the latest version of the Linux Kernels and I got that fixed but ever since that has happened none of my Drives will mount and they aren't even recognized.
View 1 Replies
View Related
Mar 6, 2010
I want to enable Advanced NTFS-3G support (permissions and users) automatically from the fstab entry.
View 1 Replies
View Related
Feb 10, 2010
I am trying to setup fstab to automatically mount my NTFS partitions. I have used various Mount managers to create the entries in fstab. The fstab seems fine, but when mounting at boot or even via Nautilus I get the error message that I do not have permission to mount the disk.
1) Can this permission be set in the fstab file? If so what is the syntax of the fstab entry?
2) If not, is there a tool i.e. GUI to set the mount permissions?
View 14 Replies
View Related
May 2, 2010
About dual boot system with winxp and lenny.
Storage information:
1st primary:SG 160G ATA 100
1st secondary:WD 160 ATA 133
SATA:WD 1000
2nd primary:DVD
2nd secondary:DVD±RW
Winxp in 1st primary.I did a fresh install of lenny on 1st secondary.
info about lenny setup:
1.Partition list:/boot,/,/home,swap
2.Every partition is XFS except swap.
At the end of installion,lenny installed grub on (hd0) that is 1st primary.
Everything seems OK.Lenny runs OK.
But when I switch back to windows xp,the diskmgmt can not detect hdd's info and the system meets a problem of shutting down.
After many times of trying.
I solved the problem by the following way.
1.Boot with windows xp's install CD and use fixmbr on (hd0).
2.Boot with lenny's install DVD , do a grub>root (1,0)>setup (hd1)
After that,edit /boot/grub/menu.lst and change (hd0,0) to (hd1,0) and also (hd1,0) to (hd0,0).
3.Reboot and Press F8 for a boot menu then I can select which disk to boot.
windows boot from 1st primary's mbr,lenny boot from lenny's grub.
The problem is caused by a bug between GRUB and windows' mbr and maybe more about GRUB and XFS.
View 8 Replies
View Related
May 29, 2010
I used to be able to mount windows hds just fine in any of the linux distros that I've used .. It always show up in "Computer" and I have an option to mount it but recently I've installed xubuntu and I can't seem to find "Computer" anywhere nor can I find my windows hardrives.. how I could mount my windows hardrive on xubuntu?? Also..I can't seem to find "Computer" under places :/..whats up with that
View 1 Replies
View Related
May 30, 2010
Two ntfs partitions appear to be blank, after an apt-get upgrade in Kubuntu Lucid.The partitions are on two separate drives, so I doubt this is a hardware issue.
Main drive (sata):
/dev/sdb1 - NTFS - Main Win7 partition, appears blank
/dev/sdb5 - EXT4 - Linux root partition, functioning normally.
[code]...
View 2 Replies
View Related
Dec 9, 2010
Curently i am using lucid.Also I have installed maverick in my virtual box for my testing purposes.In lucid i can see all my NTFS drives but in maverick(which is installedn virtual box)i cant see any of my NTFS partition
View 9 Replies
View Related
Feb 28, 2010
I have a computer that's booting Ubuntu 9.10 from the first of 4 drives. The other 3 drives are formatted as NTFS. Is it possible for my 9.10 to share the NTFS drives to the network so my other network users can access my NTFS drives while I'm booted to 9.10?
View 2 Replies
View Related
Jun 7, 2010
I have what may appear an odd question. I have never installed Linux before, but I'm very impressed with the Ubuntu philosophy and this forum so I thought I'd give it a shot. I have a Windows wifi network at home with three laptops: One is Windows 7 and the other two are running Vista. My wife uses the Windows 7 laptop and I am using one of the Vista boxes, with the other one currently running in a spare room. I'd like to use the Vista box as a NAS (for our photos, backups, etc) but I need to keep Vista on it for a variety of reasons. Just hooking up the USB drives to the Vista laptop and sharing them out isn't really the way I want to go, and besides it wouldn't let me install Linux...
What I'd like to do is install Ubuntu into VMWare Player or VirtualBox and have it share out the USB drives on the network. The drives are NTFS and I'd like to keep them that way, because I'd like the flexibility of being able to plug them directly into one of our laptops if need be, or access them from the Vista host OS. I understand I'll need to install SAMBA to get this shared out, and I found a tutorial for that so I can try that out. I did download and play around with FreeNAS, but it has lots of issues with NTFS corruption whereas Linux has the NTFS driver for a few years now. I haven't tried an Openfiler appliance yet but that may be a plug-and-play option as well. My questions are:..........
View 4 Replies
View Related
Oct 6, 2010
running
Release 10.04(lucid)
Kernal linux 2.6.32-25-generic
Gnome 2.30.2
installation of ubuntu before updating process because on lost audio sound due to drive issues ect.all 2 hard drives were recognizable. want to put them on my desktop. After upgrade that are not visible only if in type sudo fdisk -1
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]...
tried using pmount but no joy ! how to find via something like on Xp control panel or my computer ?
View 2 Replies
View Related
Oct 21, 2010
I'm using windows 7 now and I want to install ubuntu as the main OS to the current C:drive(which has installed windows currently) but with keeping the data in other ntfs drivers(D:, E:, F: ) on my hard disk. I can't take backups of all data in other drivers and if that data erased with ubuntu installation I will face a very big problem in future. So how to install ubuntu 10.10 only for a one drive(c: drive) without erasing the data on other ntfs drivers? and I uses nvidia 8 series graphic card and are there any special things to follow to install it's official linux drivers(.run) or is it enough to use default drivers on ubuntu.
View 2 Replies
View Related
Feb 13, 2011
I have one drive for Kubuntu and 4 other NTFS drives. When I'm using Ubuntu Desktop Environment (GNOME), I seem to be able to delete files, create new folders, files etc, in all the NTFS drives. That is, I have full permissions to make changes in the NTFS drives. But when I switch to KDE, this isn't possible. Options like rename, delete, cut, etc, aren't working, they aren't highlighted.Is there any way I can have full permissions to modify NTFS drives in KDE?
View 2 Replies
View Related
Mar 15, 2011
I have 2 drives mirrored via windows software raid and I plan to toss the drives into an Ubuntu server soon where they will also be mirrored. The server will have another drive for booting. What is the best way to get these mirrored drives into ext format while preserving my data? I plan to use software raid in Ubuntu as well. My only idea is to format a 3rd drive as ext and copy all the files over, seems inefficient though.
View 1 Replies
View Related
Feb 9, 2011
Not sure where to put this so please let me know if this does not belong here.I recently noticed that the "eject" command will not work on NTFS formatted USB drives. It errors out with something like:umount: <path to mount point> is not in fstab (and you are not rootIt works if you are root. I can also eject the drive from the nautilus desktop as an unprivileged user. This command also works if the drive is FAT formatted and I am an unprivileged user.I only started to notice this behavior after I switch to F14. F11, F12, and F13 did not seem to have this issue.Anyone have any clues as to how to fix this?BTW, auto-mounting works just fine, just plug the drive in (no "mount" command necessary). I'm only having issues with the "eject" command as an unprivileged user.
View 13 Replies
View Related
May 2, 2011
I have an old computer where i tried to install openSUSE 11.4 today. While installing it showed some error regarding like ntfs drive mounting... i skipped those messages. But now no ntfs drives are are available in openSUSE. Is there any way to get those drives back?
View 1 Replies
View Related
Jul 9, 2011
I have a bunch of NTFS externals set up as samba shares on Linux Mint and they'll work just perfectly, but after a while they will stop functioning and the folders will be empty. It fixes itself if I restart my computer but only for a little while. This happens whether i access them locally or over the network through samba. I don't want to set the as ext3/4 because I need to access on windows from time to time (i'm dual booting) and I don't want to set them as fat32 because they I have files over the filesize limit on there.
View 4 Replies
View Related
Aug 6, 2010
I have a dual boot comp with wins 7 and suse 11.3. There are 3 ntfs drives installed. I can read and write on 2 of them but I on one I cant. I can see the drive bute when I open it, there are no folders showing.The fstab is ok.
View 5 Replies
View Related
Sep 5, 2010
I have recently set up an ubuntu installation on an old PC. After some fiddling with both it, and the windows 7 machine, I have managed to share all of my drives. However, when attempting to access them from ubuntu, only 2 of the 4 hard disk shares will mount, with the other 2 failing with a Unable to mount location, failed to mount windows share error message.
View 2 Replies
View Related
Apr 7, 2010
I am making the transition to either Ubuntu or Kubuntu in the next couple days. I have been running the Win7 evaluation version which is pretty much just Win7 Ultimate.Two are internal, four are external. All of them are NTFS. So are my pen drives (512MB and 8GB). Will these Linus distros be able to access these drives? If so, to what degree? Everything I have read online so far seems to give Linux a mixed track record when it comes to working around NTFS security, etc.
View 2 Replies
View Related
May 18, 2011
I used to dual boot openSuse and XP but I yanked out my linux HDD and now my Windows will not boot, I get a GRUB error 22 (missing partition).This PC does not have a CDrom so I can not simply use the fixmbr from an XP recovery console.I have booted into opensuse Live CD (Flash Drive) and tried to use Yast but it gives me an error it can not write because of the partitioning. I also tried the recover shell but am totally lost trying to re-write GRUB because I can not find the menu.lst file.
View 5 Replies
View Related