I've been learning again! Now I'm stuck. I have two external HDs. I ran dd if=/dev/sdg/ of=/media/1TB/max.img I now have a file called max.img on the other hard drive. I want to mount that image but it wont mount, its NTFS. I have run
mount /media/1TB/max.img ~/Desktop/Max -o loop
but I get told
mount: you must specify the filesystem type
So I then run
mount -t ntfs-3g /media/1TB/max.img ~/Desktop/Max -o loop
But again am told NTFS signature is missing. Failed to mount '/dev/loop0': Invalid argument The device '/dev/loop0' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
How to mount my external hard drive. The output of Code: fdisk -l was pretty lengthy but I am including all output anyway. The device I am trying to mount is the 1 TB drive /dev/sde. After running fdisk, I ran Code: sudo mount -t ntfs-3g /dev/sde /media/myHD and the output can be seen after the fdisk output (and yes I tried sde1 in lieu of sde).
jfluckey@jfluckey-desktop:~$ sudo fdisk -l [sudo] password for jfluckey: Disk /dev/sda: 250.1 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x767f767f .....
jfluckey@jfluckey-desktop:~$ sudo mount -t ntfs-3g /dev/sde /media/myHD NTFS signature is missing. Failed to mount '/dev/sde': Invalid argument The device '/dev/sde' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
I've got two 200GB Vertex 2 ssd in RAID0 with two ntfs partitions 70gb for data and 50gb with windows 7 installed. I'm trying to make an image before I update the firmware and install linux. But whenever I try to make an image with G4L I get the error "ntfs signature missing". I suspect this is because I'm using an RAID.
Since the drive (sdb2) was already mounted I was able to see "file" show up on the NTFS drive (sdb2) with the last command above. After I rebooted onto Windows 7, I found my F: drive (sdb2) showing up as a RAW filesystem. Windows 7 asks to reformat and I press NO as I have a lot of files on that drive. I rebooted onto Ubuntu again, during boot it says cannot mount to /dev/sdb2 and to press "S" to skip. I pressed "S" and saw sdb2 not mounted. I tried this command:
Code: root@akashi-desktop:~# mount -t ntfs /dev/sdb2 /media/sdb2 NTFS signature is missing. Failed to mount '/dev/sdb2': Invalid argument The device '/dev/sdb2' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
How to fix this drive without formatting it! fdisk shows the filesytem as NTFS so it must still be fixable I hope.
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?
how i am auto mount the ntfs drives through the normal user with out asking password... I need it and also one thing is i want two drives only auto mount and when i open the other drives it should ask the password?...
Currently I have a dual boot system it consists of Fedora 12 and Windows Vista, at this time when I am logged into fedora 12 I can select the windows vista partition in the f12 file manager, I am than prompted for the root password and after entering the password, the drive mounts as read/write with no problem. How can I automate this mounting process so once I login as a standard user the NTFS partition mounts without any input? I would like this to auto mount without prompting for a password or having to double click on the vista partition each time.
When I click on my Vista partition under "Places" in the Fedora menus, I'm asked to enter the root password for mounting the partition. Is there a way to allow any user to mount this particular partition, to avoid the unnecessary input? The partition is not listed in /etc/fstab (fedora 12 for x86_64).
I installed Fedora 13. I edited my fstab to automount my NTFS-3g drive. It worked. Then I updated to Kernel 2.6.34.6-54.fc13.x86_64 It doesn't work any more.
On boot-up I get the following error (already showing in the login-page):
I have an ntfs drive that I use to share files between Fedora and Windows 7 dual boot machine, how can I mount the drive w/o having to give the root password?
I have 500GB external HDD. I have to mount it my CenOS -4.8 Machine.(kernel-2.6.9.89EL 32-bit) . External HDD partitions are ntfs file system partition. I have tried to mount ntfs partition in linux . But it's not done.
--- WinXP NTFS partition --- a vfat partition (mounted onto /fat32) --- Installed F10 on ext3 virtual partition
B. I do not want install grub-loader in the Master Boot Record (that would loose my WinXP boot-loader for ever)
C. I have installed grub boot loader in the First Boot Sector
D. Now I have to boot using Rescue Mode, do:
1. dd if=/dev/sda2 of=/fat32/linux.bin bs=512 count=1 2. mount -t ntfs /dev/sda1 /ntfs 3. cp /fat32/linux.bin /ntfs 4. modify /ntfs/c/boot.ini and introduce the statement 'c:linux.bin="Linux"'
Problem: Im not able to do step D.2 above.
Symptom: ** after booting linux using the Rescue Mode: sh-3.2# chroot /mnt/sysimage sh-3.2# uname -r 2.6.27.5-117.fc10.i586 sh-3.2# mount -f ntfs /dev/sda1 /ntfs FATAL: Could not load /lib/modules/2.6.27.5-117.fc10.i586/modules.dep: No such file or directory ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root sh-3.2#
Observations:
* The rescue mode boots into i586 based kernel (I dont know what is the actual difference between i586 and i686 - will really appreciate if anyone can educate me about it). * The installation is only a i686 image and consequently there is *only* '/lib/modules/2.6.27.5-117.fc10.i686' dir and *no* other dir. There is no dir as xxxx.fc10.i586.
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?
First off let me say that I love working with Ubuntu. It's a great OS to learn Linux on. Now on to my problem. I have a laptop that dual boots. Ubuntu 9.10 x64 and Windows 7 Ultimate x64. Been working just fine. I was using NTFS-Config to auto mount the Win7 partition during startup of Ubuntu. It has been running fine. I am able to move files between the linux partition and the NTFS partition with no problem. Now I've come across a problem. I big problem. Just this week I installed VirtualBox onto Ubuntu. I started creating virtual machines. 6 in all (3 Win 2k3, 1 2k8 and 1 Win7). I was saving the virtual machines to the NTFS drive as this was by far my largest drive. I used a directory titled "virtualbox" under the c:/users/public directory. This setup was working great. Was able to get my vm's patched and up to date. Created several snapshots. Basically I was a happy camper.
Last night I booted into Windows 7. OS started fine. I was just surfing the web. After that I rebooted the system and entered Ubuntu and started Virtualbox. I tried to start a vm and it complained that the virtual harddrive was missing. I checked to make sure that the path was correct for the virtual drive and discovered that the entire virtualbox directory that I created on the NTFS partion was gone!!! Everything else was in place and intact including music and large video files that I had downloaded to the Ubuntu partion and moved the the NTFS partion.
I save these virtual machines???? Should I abandon using NTFS-Config. This is somewhat critical since I had took sometime to create this test lab and to have it disappear from simply booting into Windows 7 is crazy.
I have two NTFS volumes I want to automount at boot. I can't get my user account to mount them in Fedora 10. I keep getting the message that the two lines I have edited in fstab are bad. The volumes are sda2 and sda8, and the volume names are SPACELAB and Spaceman. I also need to be able to mount an NTFS usb drive from time to time. I am getting frustrated, so I have posted my fstab file below,
# # /etc/fstab # Created by anaconda on Sun Mar 1 12:44:11 2009 #
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.
I am using Fedora 11 and tried to install opera .I used the command yum install opera-9.64.gcc4-shared-qt3.x86_64.rpm (i downloaded rpm file and i was in the downloaded directory).Yum did check for dependencies and solved it to.At last it threw the error "Package opera-9.64.gcc4-shared-qt3.x86_64.rpm is not signed".
I am using Evolution 2.28.3 with Fedora 12. If I go to preferences and try to add a signature or signature script the textbox goes from slightly blue to white but I can't enter any text or paste anything in it. I also noticed that it won't let be check the box for signature above previous message.
Last night I let the automatic updating of packages ran on my Fedora 10 installation. It has been a few months since I ran the updating and so it took quite long. I did not monitor it closely so I am not sure which packages were updated. After the update was completed, when I restarted my computer it halted during the boot up process at the point when it was trying to mount the root file system. The error message is "mount: missing mount point".
I booted the computer using the F10 DVD and used the rescue mode to look into the /boot directory. The kernel that was booting by default was 2.6.27.25-170.2.72.fc10.x86_64.There were two older F10 kernels in /boot and so I tried booting with them. The boot process went further but I was still not able to boot up F10 successfully. There were many error messages about not being able to touch files in /var/lock/subsys as it is a read-only file system.
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
i have an ntfs partition that i want to mount. before 10.4, all i had to do was add:
Code: /dev/sdb2/media/Sharentfs-3guser,auto,locale=en_US.utf800 to the fstab, and it would be mounted on startup, but now i can't do that. when i try to