Ubuntu :: Use The 'discard' Option When Mounting An Ntfs-partition?
Dec 19, 2010
Is it possible to use the 'discard' option when mounting an ntfs-partition? Because I'm buying an ssd and I intend to dual-boot windows xp (which doesn't support TRIM) and Ubuntu 10.10 (which does).
View 3 Replies
ADVERTISEMENT
Jul 18, 2010
Just installed 11.3 on my computer, however when I connect an external NTFS harddisk I receive an error message. When I open dolphin to connect to an internal NTFS partition I receive the message:
org.freedesktop.Hal.Device.PermissionDeniedByPolicy: org. freedesktop.hal.storage.mount-fixed auth_admin_keep_always <--
Anyone having an idea how I can fix this?
View 9 Replies
View Related
Mar 5, 2010
I am trying to mount 3 NTFS partitions, but they aren't showing up in the /dev directory. If I fdisk the drive, the partition shows up, but nothing in /dev...
Here is the output of fdisk -l as well as the results of my attempt to mount the partition.
View 6 Replies
View Related
Feb 11, 2011
I have successfully mounted the NTFS partition containing win7 via Ubuntu.
I followed these 3 steps:
Code:
Now I have unmounted the partition and want to remount it again except this time so that it is mounted as Read-Only.
View 1 Replies
View Related
May 29, 2011
I am running 11.4 from a thumb drive,mainly because something is fishy with my main hard drive, but installation is not my reason for this thread (though I think fixing one problem will remedy the other). My winbloze install is short stroked with ~50gb for OS and ~200gb for media storage. I have no problem accessing the storage from windows, but I am unable to mount the storage partition under Ubuntu. I get the following error:
Error mounting: mount exited with exit code 14: Hibernated non-system partition, refused to mount.
Failed to mount '/dev/sda2': Operation not permitted
The NTFS partition is hibernated. Please resume and shutdown Windows properly, or mount the volume read-only with the 'ro' mount option, or
mount the volume read-write with the 'remove_hiberfile' mount option.
For example type on the command line:
mount -t ntfs-3g -o remove_hiberfile /dev/sda2 /media/Laptop Storage
When I run that command, I get this:
su: invalid option -- 't'
View 6 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
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 29, 2009
I want to mount ntfs partition in rhel5 I searched a lot in google and finally understood that these three RPMS are must to mount ntfs partition in rhel5. My kernel version vmlinuz-2.6.18-53.el5. As per instructions in the net I downloaded these rpmms
fuse-2.6.5-1.el5.rf.i386.rpm
fuse-ntfs-3g-1.1030-1.el5.rf.i386.rpm
fuse-kmdl-2.6.18-53.el5-2.7.1-6_7.el5.i686.rpm
First and second rpms are installed successfully but third is showing errors saying
rpm -ivh fuse-kmdl-2.6.18-53.el5-2.7.1-6_7.el5.i686.rpm
Failed dependency
/boot/vmlinuz-2.6.18-53.el5 is needed by fuse-kmdl-2.6.18-53.el5-2.7.1-6_7.el5.i686.rpm
But I copied vmlinuz-2.6.18-53.el5 in /boot even though it is saying dependencies missing
#rpm -qa | grep kernel
kernel-headers-2.6.18-53.el5
kernel-xen-2.6.18-53.el5.
#modprobe fuse
FATAL: module fuse not found
#uname -a
Linux server2.vth.com 2.6.18-53.el5xen.
My query is that why am unable to install the kernel module. Currently running kernel-xen-2.6.18-53.el5. I tried in another system above three rpms were installed successfully without any errors. What was the reason for my system.
View 2 Replies
View Related
Apr 25, 2010
When using the Yast partitioner to partition a USB stick, I noticed there was no option for the ntfs format, but has the fat option. Is this a missing functionality/lib or by design? I have all of the ntfs stuff installed. I used to use gparted for this, but decided to make my self use the Yast tools. I like to keep them in ntfs format to get around the 4GB data transfer limit and have them readable by Linux and Windows.
View 9 Replies
View Related
Nov 24, 2010
10.10 on a ext4 partition. I deleted a folder that sat on a NTFS partition that I use as data storage. I note that if I delete folders or files on this NTFS partition there is not the option to move to waste basket - it is just deleted. If the folder still exists on the hard drive (has not been over written) I may be able to retrieve it - but where could it be? On the NTFS partition?
View 2 Replies
View Related
Aug 25, 2009
Is there a flag or option to discard case sensitivity to find whether package is installed or not?
from http://www.rpm.org/max-rpm/s1-rpm-query-parts.html
Quote:
Note, however, that RPM is a bit picky about specifying package names. Here are some queries for the C library that won't work:
Code:
rpm -q libc-5.2.1
Let say I want to find out whether PyQt is installed or not but not sure the exact case, i.e. pyqt or Pyqt or ....
is there a way to find whether a package is installed or not without knowing its case exactly?
View 1 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
Aug 5, 2009
I come from ubuntu, and, although they are all linux distros, they differ in a lot of things. Well, I just install the OS and I have a 1 TB drive for storage formatted in NTFS, I identified the device with fdisk -l, but the problem is Centos doesn't understand ntfs partition out of the box. Is there any package I need to install. I tried yum install ntfs-3g, but got an error: "no such package in repos,"
View 8 Replies
View Related
Jul 8, 2011
My partition /dev/sda3 on an SSD drive doesn't contain any filesystem, but it contains garbage. How do I do a TRIM/DISCARD operation on the whole partition?
View 2 Replies
View Related
Mar 5, 2010
I have a dual-boot setup with winXP and openSUSE 11.2. I have both XP and SUSE partitions on a 160g HDD and then a Hardware RAID 1 array of 2 320g HDDs. The RAID arrray contains all my media/data files on an NTFS partition. For some reason SUSE shows both individual 320g disks mounted in the file system, but not the RAID array. If I attempt to browse either of the disks, I get an error and can't view them. How do I mount the RAID NTFS partition?
View 2 Replies
View Related
Oct 12, 2010
I was attempting to format a flash drive, and well, used the wrong sdX device. I've run DiskInternals Partition Recovery tool, and all my files are still there (you have to pay $139 to have it restore the files). Is there any way using tools in linux to restore the ntfs partition/files? It was a single disk with the partition taking the entire drive. I've tried mounting it with the -t option, but it says invalid ntfs signature. Man, two lessons the hard way, make sure you backup (duh) and be careful what you type as root.
View 8 Replies
View Related
Jan 8, 2011
On a clean install of Arch linux I edited fstab to be like so :
Code:
/dev/disk/by-id/usb-Hitachi_HTS543232L9A300_9002555dd84a21024b000000-0:0-part1 /media/EXT ntfs-3g user,rw,uid=mas,gid=users,noauto 0 0
I tried ntfs and ntfs-3g but the result is the same I can mount root but I would like to be able to mount as a user. When I try to mount as a user I get
Code:
Unprivileged user can not mount NTFS block devices using the external FUSE library. Either mount the volume as root, or rebuild NTFS-3G with integrated FUSE support and make it setuid root. Please see more information at [URL] Before installing ntfs-3g I was able to mount as a user but there was no rw permission. Any way to mount an ntfs partition as a user without suid as the message said?
View 11 Replies
View Related
May 26, 2011
I am doing major deployment of opensuse 313 pcs from windows to opensuse. I am having a problem that I have to keep 2 ntfs partitions intact will deleting the partition that has windows. Now everything goes well, opensuse installs but the problem is that I cannot give user full rights to ntfs folders. I have used graphical file permission methods n terminal chown n chmod methos but still permissions revert back to root.
View 3 Replies
View Related
Dec 25, 2010
I am trying to restore an NTFS partition from a backup and I need the new drive to have the old (dead) drive's UUID (which I recorded).I really really really cannot use the option of changing fstab to mount using a new UUID, for this case I need the old UUID that existed on the other drive.Is there some ntfs equivalent of tune2fs that'll let me change the UUID on an ntfs partition?
View 4 Replies
View Related
Jun 28, 2011
I have both windows and ubuntu 11.04. In ubuntu I can mount then edit NTFS drive without being asked for permission. It's not safe that way because anyone using my computer can edit my windows files. How do I make it ask for password when mounting NTFS?
View 2 Replies
View Related
Aug 28, 2010
Error mounting: mount exited with exit code 1: helper failed with: mount: according to mtab, /dev/sdc1 is already mounted on / mount failed. Not sure what happened but it worked fine till last reboot. It's a 250g NTFS drive named MEDIA device /dev/sda1. why it won't mount now.
View 4 Replies
View Related
Oct 17, 2010
I used Wubi to install Ubuntu 10.10 onto my laptop alongside Windows 7. I need to access my windows harddrive, however, so I used NTFS Configuration Tool to mount the drive. However, whenever I reboot, it fails to mount and I actually have to go back into NTFS Config Tool, delete the old mount, and remount it. This is tedious. My /etc/fbstab file looks as follows:
[code]...
View 2 Replies
View Related
Jan 3, 2009
How to get a NTFS external drive to mount in Ubuntu.
View 9 Replies
View Related
Jan 15, 2009
I have two HDD in my computer and one is in NTFS which in linux it show up and the name is sdb1 and when I try to get it to mount the drive it give me the following error at the bottom of the screen:
hal-storage-fixed-mount-all-options refused uid 1000
View 6 Replies
View Related
Aug 14, 2010
I have been burning a few CDs. When I inserted the blank CD I was queried what to set the default action as, and I selected 'Do Nothing'. The CDRom drive now does not attempt to read or mount anything inserted into it. It shows up in Nautilus under 'Computer', but does not appear to be mounted properly otherwise.
I am using Ubuntu 10.04 desktop.
View 4 Replies
View Related
Jul 18, 2011
I just installed ubuntu via the windows executable and I couldn't mount my NTFS partition. I found this a little odd and I checked fdisk and it seems to think I don't have an ext4 partition as my entire internal HD is displayed as NTFS.
Here's the fdisk output:
When i try to mount the NTFS partition /dev/sda2 i get the following output:
I can't make heads or tails out of this. Anyone know what's going on here?
Windows recognizes that 30GB were taken from the NTFS partition for my linux install. It reads the max partition size as 465GB. fstab reports the NTFS partition size as 488GB.
View 2 Replies
View Related
Mar 31, 2010
I have reformatted my hard drive with allocation size 64K for a better performance on my WDTV HD media player(dealing with large files). When I mount this drive on Linux, the mount tells me that "blksize=4096".If I keep writing files usinghis default etting(blksize=4096) to my NTFS formatted hard drive, will my WDTV be able to benefit from the performance improvement of 64k allocation size ? Should I try and mount my hard drive with a larger blksize ?I did some research on google but couldn't find an option to increase the blksize when mounting an NTFS pre-formatted drive.
View 1 Replies
View Related
Dec 27, 2010
let's say this system has 3 hard drives. Drive #1 and #2 are RAID 0 and Windows7 lives there. It is a hardware RAID, not software.
On Drive #3 Ubuntu has been installed using WUBI - it boots up and works okay - but it does not see the RAID array.
Do I just need a linux driver to be able to see & mount my "Windows" RAID0 array? Or is this even possible? Can anyone point me in the right direction?
View 1 Replies
View Related
Feb 1, 2011
I've been working for a while to help a friend re-activate her system after a Windows crash. I tried every way I could to restore Windows, but the system is thoroughly bollixed. The data is still there on the disk, and you can read/write if you boot off of external media. I backed up her data that way.
Details if you need them, but for now suffice it to say that I finally got her up and running by installing Xubuntu Lucid in a dual-boot setup. However Xubuntu isn't automatically recognizing and mounting the NTFS partition the way I would expect it to. I had her run a few commands in the terminal, and here's what she got.
Output from sudo fdisk -l:
Code:
Disk /dev/sda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
[Code]....
Ordinarily I'd use mkdir then mount to solve this. But I'd like to check a few things before I go and do that.
First, as I understand it if a Windows instance is not shut down properly it can make it difficult for Linux to mount the partition. The usual solution is simply to reboot Windows and then shut down properly, but that's impossible in this case. Will that affect the mkdir/mount solution?
Second, the fact that /dev/sda1 doesn't even show up in fstab causes me some concern. Would that be a problem for mkdir/mount?
And third, how to I set it up so the NTFS partition mounts automatically?
View 7 Replies
View Related