General :: Unable To Format Brand New HPFS/NTFS Drive?
Feb 14, 2011
I'm unable to format a new drive. I've tried commands, which complete without error, yet the drive is still listed as NTFS.
===========Ive tried the following
[root@server ~]# mke2fs -j -m1 /dev/sdb1
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
[Code]....
View 14 Replies
ADVERTISEMENT
Feb 2, 2010
Is it possible to format a Fat32 Ubuntu system drive to ntfs leaving the program and data undisturbed? I created a gparted liveCD and used it to format a slave drive to ntfs. It worked perfectly. Can the gparted liveCD be used on the master drive similarly without destroying the existing files on it?
AMD 1700 2.66ghz, 1gb memory, 80gb HDD plus 60gb HDD, Nvidia TNT2 AGP Video, DVD +/-RW, running Ubuntu Intrepid Ibex 8.10 Standard Desktop installation
View 2 Replies
View Related
Mar 21, 2010
Trying to format a external Hard drive in NTFS using the utility program.
The error message is
"Error creating file system: helper exited with exit code 1: cannot spawn 'mkntfs -f /dev/sdb1': Failed to execute child process "mkntfs" (No such file or directory)"
View 4 Replies
View Related
Oct 20, 2010
Recently installed ubuntu 10.10 and rather like it but been trying to setup and configure everything so its a feasible alternate OS.
I have a problem where one of my hard drives doesnt show up in places.
The drive works fine in windows.
The information provided to me by Disk Utility says:
Model: ATA WDC WD 10EADS-00L5B1
Partitioning: Master Boot Record
Device: /dev/sdb
Partition Type: HPFS/NTFS (0x07)
Now i have a total of 4 drives, windows 7 on one, linux on one, and 2 storage. Linux recognizes my main windows drive and my 2 TB storage drive, but not this one for some reason. I assume it has to do with the partition type? Disk utility just shows its parition bar image as 'unknown' so yeah. Now there is one error during boot related to this but i can't read it fast enough to remember it all, all i see is the sdb label real quick.
View 9 Replies
View Related
Jan 24, 2009
Can format a drive to ntfs in fedora 10? Do i use fdisk then use format like in dos?
drive info
[root@localhost ~]# fdisk -l
Disk /dev/sda: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/sda doesn't contain a valid partition table
View 5 Replies
View Related
Feb 7, 2011
I am having a problem writing to an NTFS pendrive. I have created the NTFS pen drive in the following way:
Code:
fdisk /dev/sda
created the label with 'o', then written the table with 'w'
I've then gone into fdisk again :
Code:
fdisk /dev/sda
started the partition creation with 'n', and chosen 1 partition '1', then written that with 'w'
I then used mkntfs to format:
Code:
mkntfs /dev/sda1
The blkid command gives me this output:
/dev/sda1: UUID="58CEA9511D6BCEFA" TYPE="ntfs"
I can mount the pendrive (as root) with:
Code:
mount -t ntfs /dev/sda1 /mnt/pendrive
and the mount command output:
/dev/sda1 on /mnt/pendrive type ntfs (rw)
I have changed the permissions on /mnt/pendrive (while mounted) to 777, owner/group=root. However, when I try to copy something to the drive I get this error:
cp: cannot create regular file `/mnt/pendrive/file.txt': Permission denied
View 4 Replies
View Related
Mar 19, 2011
Wanted to image my mom computer. Her computer is windows 7 and has ntfs. So... how do I mount it?
Below is what I did.
Code:
View 3 Replies
View Related
Mar 27, 2010
i am not able to mount a pen drive (which is formatted in ext2 format) with directory permission drwxrwxrwx and file permission as -rw-rw-rw.
View 3 Replies
View Related
Sep 15, 2010
I need some assistance in trying to format a USB hard drive to vfat format but can't seem to do so. I am currently using RHEL 5.3. I have tried the following commands and they all come back as "command not found"
mke2fs vfat /dev/sc1
fdisk vfat /dev/sdc1
mkfs.vfat /dev/sdc1
What am I doing incorrectly?? Can someone please point me in the right direction??
View 6 Replies
View Related
Jul 1, 2010
how to mount an ntfs formate in linux??
View 6 Replies
View Related
Apr 19, 2015
Kingston DataTraveler R3.0 32GB: plugged in
Code: Select all$ uname -a
Linux dsktop 3.2.0-4-486 #1 Debian 3.2.65-1+deb7u2 i686 GNU/Linux
Code: Select all$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[CODE]....
View 8 Replies
View Related
Sep 8, 2010
Below is results from attempt at formatting my hard drive. As you can see a driver is installed, but not working. Perhaps something is missing? Seems a bit odd that a "unable to read" comes back when disk data is reported. The drive just went through a low level format. BTW this is a fiber channel drive. Also on board are 5 scsi drives. Adaptec raid card. Not sure if that would have any relevance, but there you are.
barry@vm1:~$ sudo lshw -C disk
*-disk
description: SCSI Disk
product: ST173404 CLAR72
vendor: SEAGATE
physical id: 0.0.0
bus info: scsi@1:0.0.0
logical name: /dev/sdb
version: 3A98
serial: 3CE0SRYL00007142FHAW
capacity: 67GiB (72GB)
capabilities: 10000rpm
configuration: ansiversion=3
barry@vm1:~$ sudo fdisk /dev/sdb
Unable to read /dev/sdb .....
View 4 Replies
View Related
May 11, 2011
I have the following line in my fstab:
Code:
# external hard drive
UUID=4DDD273633F3859D /home/ross/external ntfs-3g auto,exec,user,uid=1000,gid=100,dmask=027,fmask=137,utf8 0 0
When I plug in the drive with this UUID, I get the following error:
Code:
Error mounting: mount exited with exit code 1: helper failed with: 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] Is there any way that I can mount this drive (which must be ntfs-formatted) without root permissions? I have googled this error and it seems that many other people are having this same problem, but I can't find a real solution. Most people suggest just reformatting the drive.
View 6 Replies
View Related
Jun 21, 2011
I'm having problems mounting my NTFS external hard drive .
dmseg :
Code:
1.padlock: VIA PadLock Hash Engine not detected.
2.PPP MPPE Compression module registered
3.PPP BSD Compression module registered
4.PPP Deflate Compression module registered
5.npviewer.bin[5405]: segfault at ff99cd48 ip ff99cd48 sp bfc8afac error 4
6.usb 4-2: new high speed USB device using ehci_hcd and address 5
[code].....
View 2 Replies
View Related
May 14, 2011
I'm trying to install Windows 7 on a system running Ubuntu 10.04 but I ran into problems because the hard drive is not NTFS formatted. How do I get this hard drive to NTFS so I can install Windows 7?
View 6 Replies
View Related
Jan 15, 2010
i was trying to format one drive, accidentally formated another, told the format process to stop, and i'm unable to read the folders or files in the drive. i see some greek, odd symbols... But cant open the folders.
View 8 Replies
View Related
Sep 27, 2010
Just installed opensuse 11.3 Kdeversion on my laptop. Before installing it on live mode i had a problem of accessing my other drives (NTFS, FAT32 and EXT4) which said HAL system policy...etc mounting error. I could access all drives with root privilege. I thought problem will be solver once i install opensuse on my system. How ever i was really disappointed after seeing the same problem post install. Googled around for the solution and got this link
[Code]...
After this the problem got worse now i am not able to see any of the drives in the side panel. Gone through many forum and posts all discuss about external USB HDD.
View 9 Replies
View Related
Jul 8, 2011
I have a nice spare K6 machine with a 66G drive and OS/2 Warp 4 installed on the primary partition, which is all of 2G, formatted in HPFS. Like DOS, OS/2 can only be on the primary partition. I have set up and formatted 3 additional partitions as ext2 or ext3 using qParted. GRUB is a great bootloader, but does not seem to recognize the primary partition at all, making multiboot difficult. Is there a way of getting GRUB to recognize the HPFS?
View 2 Replies
View Related
Jul 31, 2010
I'm trying to install Fedora 13 (Desktop Edition) on a new hard drive (the previous one working on Vista is dead now). I have downloaded Fedora and put it on a USB external drive for installing, but my computer doesn't seem to detect it (all I got is a blinking "_" on black screen).
My computer is a laptop Packard Bell "Easynote" SJ81 (with AMD Turion 64), and I have a Samsung Spinpoint SATA hard disk on it.
View 7 Replies
View Related
Jun 7, 2010
I did it the wubi.exe way this time and I installed ubuntu 10.04 64-bit on my brand new HP dual-core 64-bit with win7. I was super happy to see it install too, because I've definitely missed using ubuntu in the past few days while setting this computer up.
However upon reboot, I see the usual "choice" menu. I choose ubuntu... it then goes directly to grub menu. I click the generic (I also tried safemode too) and I then only get full screen of code with a blinking curser at the bottom. Nothing else happens so I eventually have tp hard shut down. I sure wish I could screenshot all of that code... it's way to much to type out though, sorry.
I already tried the i915.modeset=1 and the i915.modeset=0 after quiet splash tricks,because yes, I do have an Intel. It's a brand new computer though, I thought only older intel cards had thar problem?
I also tried a fresh install of 9.10, even 9.04 (with live cd's that I know work)... same thing. A screen full of code after clicking "Try without...."
View 8 Replies
View Related
Nov 30, 2010
I am new to linux and have searched over a period of days on the internet for any reference to installing XUBUNTU 10.10 onto a brand new hard drive that has no operating system on it I have successfuly made the CD using this PC I am on now and Nero Burning Rom from my Nero 9 aplication but I have built a new PC that I wish to put XUMBUTU onto
View 5 Replies
View Related
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
Jul 16, 2010
Reproducible with Firefox 3.6.6 (installed from Ubuntu 10.04 repository), on Dell D620, Ubuntu 10.04 Steps to reproduce:
1) start Firefox from command line "firefox -P"
2) create new Firefox profile on NTFS volume (mounted with NTFS-3g)
3) add NoScript extension (through extension manager Get Add-ons), restart Firefox as suggested
4) extension is not added to Firefox In case at step 2) profile is created on Linux volume, at 4) extension is added to firefox.I'm not 100% sure, but I think this bug is related to Firefox 3.6 update (no problems with Firefox 3.5). I did not make proper investigation, but I have feeling same problem applies to Thunderbird 3.1.This issue does not allow to share Firefox/Thunderbird profile on dual boot machine (Ubuntu/WindowsXP).
View 1 Replies
View Related
Aug 3, 2011
My pendrive has become read only. I want to format it using Linux - how do I do that?
If I run mkfs.vfat devsdc1, it doesn't work.
View 2 Replies
View Related
Jan 22, 2011
I have a Foxsat receiver/recorder. It allows me to take of programs to a pen drive up to 4GB. Well actually that is pretty useless when a film comes along. I was told to make my pen drive into an ext3 from a Linux OS. I have now OpenSuse 64bit. HOw can I format my pen drive and make it into an EXT3
View 3 Replies
View Related
Jun 16, 2010
I have a USB thumb drive that I just partitioned using the 'fdisk' utility in Linux. Now I am trying to learn the command that will allow me to format the drive as 'fat32' while also setting the disk label on the device as "ocz_usb" when the drive gets mounted. Does anyone know the command I would use that will format the USB drive and properly set the disk label at the same time?
View 3 Replies
View Related
Nov 9, 2010
I am using Red Hat 5.5.I am trying to mount a USB Drive that is formatted as NTFS.Red Hat is saying it can not mount NTFS drive
View 2 Replies
View Related
Feb 17, 2010
I tried so many commands.
mount -t ntfs
View 4 Replies
View Related
Mar 7, 2011
I have usb drive its file system readonly ISO9660. How to format it ?It always says "Readonly FS"
View 2 Replies
View Related
Dec 18, 2009
I use to know this command but lost it and did not note the entire command on my Linux cheat sheet. Someone once showed me a simple very easy command I could use to simple format a USB flash drive as FAT32 and in the same command also name the label of the drive.I have the device /dev/sdc1 and I am formatting this as FAT32 so it's compatible across multiple systems but also want the drive to have the name 'my_usb'.
View 3 Replies
View Related