Tagged Questions
2
votes
0answers
390 views
The NTFS partition is in an unsafe state
I try to mount a NTFS partition in nautilus, and it refuse to mount it and suggests resume and shutdown
Windows fully (no hibernation or fast restarting), the problem is that I have already disabled ...
1
vote
1answer
208 views
Read/write access on raw NTFS image
I backed up an entire 32GB NTFS partition to a raw image with with dd. The file-system on the partition in accessible under Debian after mounting with:
$ sudo mount -o ro,loop ...
1
vote
0answers
163 views
Can Safecopy Help Me Recover Data from a Drive that I can not Mount?
I have an old hard drive that I put data on, but it died when I tried to retrieve it, and it tells me I have to format it under Windows. Running on Linux now, can Safecopy help me even though I can ...
2
votes
1answer
361 views
Mounting a Windows partition without giving execute permission
How can I mount a Windows partition so that the files within it don't have execution permission? I mount a Windows partition using:
sudo mount /dev/sda3 win
win is a folder in my home dir.
This of ...
3
votes
3answers
2k views
Mount NTFS image file created using partimage
From an old disk which I don't have at hand, I have created a file named winxp.img using partimage. As the filename suggests, the partition contained Windows XP and was formatted with NTFS.
(The ...
1
vote
2answers
798 views
Can I mount NTFS flash drive on linux
Hi I'm using RHEL 6 an WIN 7. I have a flash drive of 16GB. To copy the files which are above 4GB size I changed it to NTFS(FAT32 is allowing only file size below 4GB). But now I am not able to use in ...
3
votes
2answers
1k views
Mount NTFS Partition on Startup in Ubuntu
I have a 10 gigabyte partition which I use for files which I share between my Windows installation and my Oneiric Ocelet (Ubuntu) installation.
My Eclipse workspaces exist on this partition. Eclipse ...
3
votes
3answers
2k views
Unable to mount NTFS partition from user account
I'm trying to mount a Windows ntfs partition on openSuse 11.4. When I mount it using the root account (either directly or via sudo) it mounts without problems. But when I try mounting it without any ...
0
votes
3answers
8k views
How to read NTFS drives in Linux (RHEL 6)?
My system is on dual boot. I have installed both RHEL 6 and win7 in it. I use RHEL mostly and I want to use my windows' NTFS drive in RHEL. How can I do it? Tell me the procedure.
3
votes
1answer
484 views
How to have correct permissions of files from usb disks?
Does anyone have the following problem?
I have an Ubuntu box at work and also one at home.
I always copy folders/files to/from an usb disk to/from my boxes.
I have to change permissions of ...