Debian :: Forgot To Mount Windows-7?
Nov 18, 2010
During installation of debian-lenny on my new laptop with pre-installed windows-7 I forgot to mount my windows-7 (/sda2 for c: and /sda3 for d:). I decided not to worry and mount them later when squeeze becomes stable and I install squeeze. Recentle I came across an opensuse forum thread where a person got the same problem and got the advice of adding in the /etc/fstab the lines:
/dev/sda2 /path_to/mount_point ntfs-3g defaults 0 0
/dev/sda3 /path_to/mount_point ntfs-3g defaults 0 0
Is it safe to do it on debian also? I don't want to mess up my Windows.
View 2 Replies
ADVERTISEMENT
Jul 28, 2010
Somewhere during my installation, I forgot to make my Windows partition (as well as a drive that linux associates with Windows) writable. Is there any way to make them writable, without re-installing everything?
View 9 Replies
View Related
Sep 25, 2010
I have a friend that tried to change her user password on Windows, and now can't log in to her account. Of course it's the only user account on the computer. Are there system recovery tools on any Linux liveCDs that could change the passwords of Windows user account?
View 6 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
Aug 30, 2010
Im trying to get into my system for first time in 2 years, i've forgotten all of my login info.. is there a back door..BTW ive never gone behind the scenes with this o/s before
View 5 Replies
View Related
May 15, 2010
I just finished installing Debian on wmware, and I forgot what username I used. I was wondering if there was anyway that I could check what the login username is?
View 11 Replies
View Related
Aug 18, 2010
I have a dual-boot machine and want to know if there's a way I can mount the windows 7 partition in sid.
View 5 Replies
View Related
Sep 10, 2010
I have a dual-boot with Debian and Windows7. I used Synaptic to install the ntfs packages, and Debian detects the windows partition, but when I double click it, it says something like "Failed to mount. Invalid mount option". Now I can mount it and navigate the folders, but ALL folders and files have permissions set to 700, and I can't change the permissions to access any of the files. Sure would be nice to be able to access my windows partition.
View 1 Replies
View Related
Oct 8, 2010
how to mount windows partitions in Debian just like in Ubuntu. what I want is to mount disk partitions when I click partitions (just like in ubuntu)
View 4 Replies
View Related
May 16, 2011
I need to re-install Etch recently but forgot to backup /var/lib/dpkg folder, I know there's archive server provides old packages, but packages from www.debian-multimedia.org does not. I have tried its mirror sites but it seems they had removed the old packages from Etch and earlier releases.
View 7 Replies
View Related
Jun 28, 2011
I have a computer running Ubuntu 10.10. I am using it to share many hard drives connected to it. I am using Samba. I have successfully shared many folders to one Windows user. I am attempting to share other folders within the shared folders to another user as read only but have not had any success. When I attempt to connect to one of the shares from another computer running Ubuntu 10.10, logged into an Administrator account with the same username and password which I setup on the Samba share I get the error: "Unable to mount location" "Failed to mount Windows share"
View 3 Replies
View Related
Jul 26, 2010
I have a Dell Inspiron 1720 running Ubuntu v10.04 with a wireless card.My desktop is a Dell Optiflex running WinXP.The desktop is connected via ethernet cable to a Linksys wireless router. Certain folders on the desktop are set for sharing. Up until early last week I was able to access the desktop folders from the laptop with no issues.Suddenly I am now getting this error "Unable to mount location Failed to mount Windows share" whenever I try to access the desktop folders from the laptop.I suspect an upgrade is the culprit, but not sure.
View 3 Replies
View Related
Mar 21, 2010
i'm trying to connect to the three other machines in my house but am having quite a hard time doing so. i've never had a problem in the past with ubuntu, but, with 9.1 and windows 7, things have gotten a bit harder. i'm running 9.1 and my roommates are running windows 7. i've installed, set up and configured samba and i can see the computers on my network, but any time i try to access either of the drives, it says unable to mount location: failed to mount windows share.
View 4 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
May 25, 2010
I have been trying to share folders from my main PC which is running Ubuntu 10.04. I have been able to figure out Samba enough to get my a couple of folders shared, but I have been unable to share any folders which are on my external harddrive. After entering the path in my smb.conf file they appear on the network but I am unable to navigate to them. When trying to navigate to them through the network folder on the pc they are actually connected to I get an "Unable to mount location: Failed to mount windows share" dialog box. On the windows pc I am trying to share with I get, "Windows cannot acces \Josh-Desktop
ame of folder"
My smb.conf file looks like this:
That folders I cannot access are Music and Videos.
View 9 Replies
View Related
Mar 27, 2011
im trying to get a network setup i followed the instruction via gentoo wiki samba what i have done
[Code]...
then i did chmod 777 to the shared folders on both machines went into nautilus it sees the folder but it will not mount the folder showing the error msg:"unable to mount location failed to mount windows share" ive been searching unbuntu forums opensuseforums and google for an answer to this issue but as of right now anything that i have tried to do has failed and nothing seems to be working.
View 12 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
Mar 18, 2011
I am struggling with getting an sshfs mount mounted on system boot. I have a script that mounts the sshfs for "userA". When userA runs the script all is well - user A can access the remote filesystem, root user can't see it as expected. The basic command is: sshfs userA@remote host:/home/userA /home/userA/mountdir -p 21212 -o password_stdin < passwordfile. I can prepend the sshfs command in the script with su - userA -c and when I run this script logged in as root all is well, userA has access and all is well. If I then put this script in /etc/init.d and reference it properly in the rc. directories the mount doesn't happen. If I prepend the sshfs command with sudo, same thing. Logged in as root I can run the script and UserA has access. Run the script in /etc/init.d during startup and the mount doesn't happen. Echoing text to a log file shows that the script is being executed but no mount happens.
View 4 Replies
View Related
Mar 6, 2011
I am using Debian 6.0. When I try to mount a drive (USB) in GNOME or using udisks, I end up with following error message:
Code:
And the when executing
Code:
Code:
Seems like it is trying to mount a CD.
But I am able to mount the same using
Code:
I tried the same with different filesystem and getting same message form udisks.
I am able mount other hard disk partition using udisks:
Code:
How to mount drives using udisks. I don't know how I can configure udisks.
View 1 Replies
View Related
Jan 22, 2011
I have installed ubuntu 10.10 and the Samba addon to configure my shares to my Windows terminals.This is what I got
Firewall off (utf disabled)
Internal Sata /dev/sda1 (EXT4 FS)
External USB HDD /dev/sdb1 mounted at /media/SG1500GB (EXT4 FS)
I have two shares
1. //home/test - Which I can see and access with no problems (can't write to it though even though I set the share as writable?, but, I can read from it). This is available to everyone. My windows terminal can see this folder and access it. This is on my main 80GB internal drive /dev/sda1.
2. //media/SG1500GB/Music. I set this up for everyone full access and I can see it at all my Windows machines but,I can't get into the folder. Windows keeps giving me an error stating network path not found.I also try to access it via the Nautilus (Places/Network/system/music) and get an error message "unable to mount location, Failed to mount windows share". This drive is mounted per the disk utility.
View 4 Replies
View Related
May 7, 2011
Ive upgrade my Ubuntu 10.04.02 lts, its required me to restart my computer, but when its open, the black screen pop up and request my desktop login, but i forgot, please help how to solve the problem?
View 1 Replies
View Related
Jan 1, 2010
I forgot my ubuntu password, trying to follow the instruction on the web but keep fails to recover my password.
View 1 Replies
View Related
Feb 27, 2011
I've just made the switch from Ubuntu to Debian Squeeze and am having trouble connecting external media (be it a USB stick or an ext HD). The error I am getting when I connect anything via usb is the following:
Error mounting: mount exited with exit code 1: helper failed with: mount: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error.
View 4 Replies
View Related
Feb 21, 2010
I am running the latest xubuntu and I lost my password or so I think I might be typing it wrong, is there way to recover it (easy please).
View 2 Replies
View Related
Mar 11, 2010
I forgot my usrename and password to get in what can I do?
View 9 Replies
View Related
Oct 25, 2010
I read a few pages on how to get my password or reset or whatever and the pages don't apply to Ubuntu 9. They seem to describe older versions of Ubuntu and as i haven't done this before i have no idea where to go with it. One site suggested i add a line into an edit page after getting into the recovery mode but i can't see how. I am using a livecd to post right now. I forgot the password because it took forever for me to get my replacement motherboard after frying the previous one.
View 8 Replies
View Related
Dec 3, 2010
Does any know if there is a way to recover or reset my password. Its the only account on the desktop.
View 1 Replies
View Related
Jun 16, 2010
How can I get root passwd when I forgot it?
View 3 Replies
View Related
May 8, 2009
I just installed Fedora 10 on my laptop 2 days ago. I dont seem to remember the password i userd for my username. Is there a way to reset or change the password? I cannot login to the system.
View 4 Replies
View Related
Sep 17, 2009
Forgot root password on fedora 10. Reboot into runlevel one and changed passwd and it said all tolkens updated. Typed exit and it didn't reboot and at login screen I logged in as other "root" and it didn't work with new password. So I redid the runlevel 1 and password change and typed init 6. It didn't work after that also. How to change fedora 10 root password if the old password is forgot?
View 5 Replies
View Related