General :: Mounting Other Windows Partition
Nov 1, 2010
I want to mount my all windows partition in my "Red Hat Linux", please help me to mount all my windows partition in linux.And please tell if i mount windows partition is it harmful for windows/partition?
View 3 Replies
ADVERTISEMENT
Feb 18, 2011
I have just installed ubuntu 10.10 on my win7 laptop (Acer Timeline 3810T) with wubi. I can mount the laptop's windows partition with no issues using NTFS Config (after installing hal), but every time after I reboot ubuntu tells me that it cannot mount the windows partition. If I reopen NTFS config after reboot now my previously-mounted partition shows as having 0Gb of data and there is a new /host partition that represents the windows partition. I can then mount it again by renaming it into /media/Windows and it again works until a reboot.
View 3 Replies
View Related
Jul 12, 2011
Is there any way to specify the mounting point of the windows partition(/dev/sda2 in this case) and make it mount on startup?
View 4 Replies
View Related
Jan 27, 2010
mounting my windows partition.. I've got it set up under /etc/fstab, but anytime I try and open it (as local user) I get permission denied.
[Code]...
View 1 Replies
View Related
May 12, 2010
I was just wondering, is there a reason why when mounting a Windows partition I am no longer prompted for a password? I kinda liked this behaviour because it helped me lower the risk of doing stupid stuff to the windows partition.
View 7 Replies
View Related
Aug 30, 2011
I am currently running a dual boot machine with Ubuntu 11.04 and Windows Vista.Is there any way I can delete the Linux partition and Grub boot loader without affecting the Windows partition at all?I would also like to be able to repartition all of the space that was previously occupied by Linux.
View 2 Replies
View Related
Jul 9, 2010
I have an external Western Digital Hard drive with two HFS partitions with journaling disabled.When I connect it to a computer running Linux (Debian or Ubuntu), frequently both partitions are mounted read-only. In the past, mounting them on my Macbook and executing the command to disable the journaling often worked (even though it would tell me that journaling was already disabled) but I would love to have a solution which works every time.
View 1 Replies
View Related
Sep 29, 2010
How to mount ntfs partitions into red hat linux. I'm trying to mount but not mounted that
View 8 Replies
View Related
May 16, 2010
I have created a Virtual Machine with following partitions
OS: Fedora 11
Code:
Device boot start stop blocks id system
/dev/sda1 * 1 13 102400 3 Linux
/dev/sda2 13 587 4608000 8e Linux-LVM
Then I added One more Volume group with ext3 file system
Code:
Device boot start stop blocks id system
/dev/sda1 * 1 13 102400 3 Linux
/dev/sda2 13 587 4608000 8e Linux-LVM
[code]....
After mounting I am not able to access only lock and lost+found file under /var
View 4 Replies
View Related
Sep 4, 2010
how can it be done?
I'm running 64 bit linux mint 9.
View 3 Replies
View Related
May 15, 2010
What are the necessary packages for mounting NTFS partition on CentOS? i tried installing fuse-ntfs-3g but got a result saying its not available.
View 1 Replies
View Related
May 28, 2009
I am having permissions errors every time I try to mount a windows host. I have a linux server and all the windows computers can see that computer and its files, but we wanted to start backing up the linux machine to one of our other computers. so I tried to mount one of the computers. here is the sequence of events:
Code:
$mount -t cifs //192.168.1.194/Admin$ /mnt/Anita-comp
password: (I have no password so I left it blank)
Mount error (13): Permission Denied
I tried all sorts of passwords we use around the office and none of them worked.
I then decided to try mounting one of our other computers. this one looked like it worked fine. no error messages at all. (I left password blank) so I look in my filesystem and the mounted drive is not in the /mnt/Anita-comp file. What gives?
View 11 Replies
View Related
Sep 6, 2010
I have installed a new hard drive and partitioned some space that I am wanting to use for keeping my Music files on. I have entered a line into the /etc/fstab file that I believe mounts the partition properly, but it is giving root owner ship of the partition. Is there a better way of doing this? perhaps mounting the drive some where else and using a hard link? the line I have so far in my fstab is
/dev/sdb1 /home/me/Music ext4 defaults,user 0 2
But this is still sowing the drive on my desktop, it also replaces the the name of Music in my places with the fact that it is a drive of such a size.
View 1 Replies
View Related
Nov 16, 2010
I downloaded an raw SD card image that has two partitions. It caused some file system errors when I tried to dd it directly into an SD card. I am not sure if the card is defective or the image. Is there a way to examine this image without writing it to a physical card? Like trying to mount the partitions separately or checking the tables?
View 2 Replies
View Related
Dec 26, 2009
i decided to try archlinux in my pc a while ago so i installed it... after three months i started to miss slackware so i decided to reinstall it but i wanted to save my /home partition so when i installed slackware i left my /home partition from arch hoping that i could just mount it on slackware...but now when i try to mount that /home partition this is what i get:
bash-3.1# mount /dev/sda4
mount: wrong fs type, bad option, bad superblock on /dev/sda4,missing codepage or helper program,or other error In some cases useful info is found in syslog - try dmesg | tail or so
code....
So i dont really know what is going on here but i hope somebody could help me because i really NEED to get the data from that partition.
oh and by the way i installed slackware on ext4 partitions and the /home partition from arch is ext3 so i dont know if that's maybe the problem o_O?
View 4 Replies
View Related
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
Oct 25, 2009
I need to mount my ext2 partition with write permissions for an average user. Right now, I can only write to the volume using sudo or the root account.
/etc/fstab:
Code:
# Filesystem: Mountpoint: Type: Options: Dump: FSCK:
/dev/sda1 / ext4 defaults 1 1
/dev/sda5 swap swap defaults 0 0
[code]....
can't add the options uid=500,gid=500 to the ext2 volume because it says "bad option" I have 1 question. If you have a volume listed in /etc/fstab, and you try to mount it with different options than the ones listed in fstab, will it mount with the new options, or the fstab options?(e.x. if I try to mount /dev/sda6 with: mount-o auto,user,exec,rw,async. Will it mount with async or sync?)
View 1 Replies
View Related
Mar 21, 2010
I have a problem when trying mounting, checking my ext3 partition. Is a external HD with my "portable" Linux system. Suddenly started to fail, when I try to boot it, the GRUB can't locate the config file, and show me the command line. I boot from my internal HD and try to mount it and have this messages.
Code:
sd 2:0:0:0: [sdb] Attached SCSI disk
sd 2:0:0:0: Attached scsi generic sg2 type 0
sd 2:0:0:0: [sdb] Unhandled sense code
sd 2:0:0:0: [sdb] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
sd 2:0:0:0: [sdb] Sense Key : Medium Error [current]
sd 2:0:0:0: [sdb] Add. Sense: Unrecovered read error
[Code]...
1.- What exactly is in this first sectors (ext3 metadata?)
2.- Is there some way to fix this quickly, maybe with some "sectors relocation", Or re-create the first logical sectors.
3.- If not, who could i make a full backup (something like dd copy), of all the partition.
4.- How fix it?, even with a long prosses, i don't know, maybe backup the file structure (with forensic tools) and copy into a new (and re-located) partition. This is my last option because the forensic tools sometime can't recover all files and sometimes only parts, or very old files.
View 7 Replies
View Related
Apr 3, 2011
The default partition manager which OpenSUSE DVD 11.4 uses (Expert Partitioner) is not creating any logic partition with / mount because another system is already using it, is there anyway to fix this?
View 9 Replies
View Related
Dec 9, 2010
I am using dd_rhelp to recover data from a failed 80Gb hard drive with Windows XP and PGP encryption.
My question: How do you mount a drive encrypted with PGP under Windows on a Linux box?
My scenario...
1. I am new to Linux
2. I do not know the PGP passphase
3. I am using Ubuntu and Knoppix
4. I have another 80Gb drive as the target drive
5. Source (bad) drive /dev/sdc1 drive is attached via a SATA-to-USB adapter
6. Target (good) drive /dev/sda1 drive is installed in laptop
My Problem....
Copies data from source to target drive with many errors. When I view the files copied to the target disk they file names are gibberish (extend character sets for file names) with huge file sizes (up to 9Gb).
I plug the target drive into a Windows laptop and it does not recognize it, even though it was formatted as ntfs.
View 3 Replies
View Related
Oct 23, 2010
i used to have ubuntu 9.i decided to move to sabayon so i used the live cd to install it ,resize the ubuntu partition and use the remaining space for sabayon.while the resizing procedure i got an error(i dont have a copy of the error log file but i know it has something to do with an anaconda process).i aborted the installation and the result was an filesystem that couldnt be mounted.when i try to mount the hdd i get this:
Code: Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so and this is what i get from fsck: Code: $ sudo fsck -f /dev/sdb1
code....
View 5 Replies
View Related
May 15, 2011
On my Linux system, I want to create a symbolic link to a folder on my Windows 7 partition formatted FAT32. I use:
sudo ln -s /media/OS/Users/dennis/AppData/Roaming/.minecraft ~/.minecraft
However, I end up with a file in my home directory called .minecraft and when I try to access it, I receive:
bash: CD: .minecraft: Too many levels of symbolic links
is there a way to make the symbolic link to the FAT32 folder?
View 2 Replies
View Related
Apr 8, 2010
I'm trying to automatically mount a windows share in a Fedora 12 instance (FC12).When I manually mount things work:mount -t cifs //nas01/servers -o username=guest,password=myPassword /mnt/nas01/serversIf I update /etc/fstab with the following://nas01/servers /mnt/nas01/servers cifs username=guest,password=myPassword 0 0Nothing happens after reboot. The thing that has me baffled is after a reboot if I run:mount -aThe share is mounted.
View 3 Replies
View Related
Sep 27, 2009
I know nothing about linux. But my friend says linux is good. So, I kept a copy of fedora core 10 i386. My fiend has a lot of movies about 100 in his ipod. So, I took it. It contains lot of viruses and I opened the ipod in windows but my windows has malfunctioned due to the virus. So, I have installed the fedora core 10 i386. I have some important information in the windows ntfs partitions. How do i mount those ntfs partitions.
View 8 Replies
View Related
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
Jan 19, 2011
I have come across the following statement: " When a FAT32 partition is mounted at '/media/windows', all access to '/media/windows' and everything below it is transparently handled by the Linux kernel using the 'vfat' module. Applications need not know they're dealing with anything else. However, mounting a partition at a location inside of another mounted partition is unpredictable, unstable, and generally a bad idea. "
Is it correct? Most of my partitions are mounted on /home, which is on a separate partition; and I have one "level 3" partition. I have been using Ubuntu for nearly three years so far with no problems (except for /home losing it's format once).
View 4 Replies
View Related
Sep 1, 2010
I'm trying to mount a Windows Server 2003 share in Fedora 13. With Fedora 8 and with RHEL 5.5 this works properly, but not with Fedora 13.
The mount point I'm using is /usr/eg
The symptoms are: Nautilus (the file browser) does not display the mount in the places or tree as a mounted drive. Using the file broser I can browse under file system down to the files on the server Programs cannot find the files under /usr/eg ie the files on the server.
Here is my fstab entry:
//192.168.1.40/eg /usr/eg cifs auto,user=<user>,password=<password>,rw,uid=500,gid=500,file_mode=0774._netdev 0 0
View 1 Replies
View Related
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
Jun 8, 2010
I am having issues mounting a share on a Windows 2008 Server from all of our Redhat 4 machines. I am trying to back up files before wiping and upgrading them to 5. I will try and post as much information that I gathered after trying different things. I am a newer hire for this network and a Linux newbie.
The scenario is this:
1. Windows 2008 Active Directory.
2. Redhat Enterprise 4 machines
I have root access and I tried entering at the terminal:
" smbclient -L "servername" -U "username"
get the "password" prompt I enter my password and get:
"session setup failed: NT_STATUS_ACCOUNT_LOCKED_OUT."
I check event viewer on the 2008 box and last week was seeing:
Event ID: 4625
Keywords: Audit Failure
etc, etc
"Account for which Logon failed:
Security ID: NULL SID
Account name: anonymous
Account Domain:MYGROUP
Failure Information:
Failure Reason: Uknown user name or bad password
etc, etc
Now the last couple of days the audit failures have not shown up on the 2008 Server box even though I attempted to log in.
The end users used to just use Konquerer smb://"servername"/"share" and it worked but for some reason starting last week this no longer works. Nothing was changed that I know of, this network is in a sealed classified environment with no external access. All additions to the network are monitored and no unapproved software is installed. The lab is in a vault type environment and only a few people know the combination and alarm pass codes so no chance of somebody adding stuff without me knowing it.
I would think with the locked out message it was an issue with my user account but that works fine on the Windows side so I tried my Linux credentials with no success when trying to mount the directory.
Is there something anybody can suggest Linux or Windows side to check? No user accounts work connecting to the Windows share.
p.s. I am aware the above command is only to see the Windows shares but i get the same thing when I just try and mount using CIFS or SMBFS.
View 6 Replies
View Related
Sep 5, 2011
A friend backed up an in accessible Windows 7 partition to a big (close to 1TB) external USB drive using KNOPIX. Unfortunately the umlauts and accents in the file names of his extensive music collection now appear garbled (UTF8 vs ISO xxx, I guess) when he accesses that drive from Windows. My guess is he needs to mount the two drives in a 'special way,' that takes the diacritics translation into account, on KNOPIX? Or do you have another idea what went wrong? This is the second part of a windows/linux problem I'm having. See how-does-one-mount-a-partition-in-windows-7 for the other part
View 1 Replies
View Related