General :: Create A Driver For A Particular Filesystem Format (FATX)?

Jul 15, 2010

I am trying to create a driver for a particular filesystem format(FATX) because one does not exist natively for linux. So my question is this. I know the format the file system is in, but how do i make a driver for it? I mean, i want people to be able to do, for example
'sudo apt-get install fatx' And then it downloads the driver, and bam, they can read the fatx file system?

View 6 Replies


ADVERTISEMENT

General :: Filesystem Space In Readable Format On Hpux?

Jul 23, 2010

I am not sure whether this is something that can be answered here, but I figured this is the best place to start (next to google not giving me the answer I was looking for). One of our clients are running HPUX as filesystem, however when the support guys need to report the filesystem space they keep getting it wrong. Even after someone gave them the full command which will do the calculations for them, they still seem to make mistakes. On linux the df -h works very weel but this is obviously not available here...can use to display the filesystem space in the correct formats? Even if there is a set of commands that we can work into a script and they can then just run the script.

View 1 Replies View Related

Fedora :: Create A Pdf File In A3 Format From Two Sheets In A4 Format?

Apr 7, 2010

my school we want to print a magazine but we have problem with the format of the files. We need to create a sheet in A3 format from two sheets in A4 format. I was reading about the pdftk library but it doesn't do what i need.

View 4 Replies View Related

General :: Create A Filesystem Mountable By Windows?

Mar 5, 2010

I have attached an external USB disk to my debian gnu/linux system. The disk showed up as device /dev/sdc, and I prepared it like this:created a single partition withfdisk /dev/sdc (and some more commands in the interactive session that follows)formatted the partition withmkfs.msdos /dev/sdc1If I then attach the USB disk to a Windows XP or Vista system, then no new drive becomes available. The disk and its partition show up fine in the disk managment tool under "computer management", but apparently the file system in the partition is not recognized.How do I create a FAT32 file system which can actually be used in windows?edit:I've given up on this and went with a NTFS file system created by windows. In debian lenny this can be mounted read-write but apparently it requires you to install the "ntfs-3g" package and explicitly pass the -t ntfs-3g option to the mount command.

View 2 Replies View Related

General :: Create Replica Of Ext4 Filesystem And Re-use It?

Mar 18, 2011

Is there a way that I can use my Linux ext4 file system, as such and then use it on some other computer.I have a dual-boot of Windows 7 and Ubuntu 10.04 and my partition table looks like this:My question might not be clear, so explaining it with an example.Can I copy my Linux partition on a flash drive and then use it on a different PC, with or without any need to install Ubuntu on new PC, by simply booting from the copied ext4 partition.This way, I can easily port my Ubuntu packages and other applications, settings etc. from one PC to other

View 1 Replies View Related

General :: Mac Driver For The Ext4 File Format?

Feb 6, 2010

Quad processor, huge RAM, and more disk space than he knows how to use. So he decided to make it a tri-boot machine. He is a Mac 'biggot' (don't we all have our preferences?) but has been developing plugins for Cinema 4-D so he wanted to be able to span the spectrum.At any rate, we were chatting and he mentioned that he would like to be able to 'see' his Linux (he is using Ubuntu) drive while booted up in his Mac system.

View 4 Replies View Related

Ubuntu :: Format Pen Drive Into An Ext3 Filesystem?

Mar 6, 2010

I was running ubuntu as a live cd and I wanted to format my pen drive into an ext3 filesystem. I put in sudo mkfs /dev/sda1, but know im thinking that sda1 was my HDD!! I removed the cd from my computer, and it wont boot up into windows anymore!The only thing that is giving me hope is that the mkfs took about 1 min to format whatever it was formatting (my pen drive or my hdd!!) and my hdd is 500gb big. Is there anyway that I could have accidentaly formatted my HDD?

View 9 Replies View Related

Slackware :: Format A Device Into XFS Filesystem Using Mkfs Command?

Sep 15, 2010

I'm trying to format a device into XFS filesystem using mkfs command. Suppose I have a /dev/sda1 device with 4096 block and I want to format the whole thing, how can I execute the command? I keep getting various errors while executing it.

View 7 Replies View Related

General :: Dynamically Create/delete Device Nodes By Driver?

Apr 15, 2010

I'm a starter here in linux, I have written a driver code and in that, I register my character devices by passing 0 for the major number.

To set up I used to use mknod command from terminal to create node,

Is there any method to create node dynamically from driver code during initialization and delete them at cleanup time?

View 1 Replies View Related

CentOS 5 Networking :: Macbook Pro 5,5 - Late 2008 - Wireless - Download The Broadcom Driver And Create A Driver Module

Feb 20, 2010

I have Centos5.4 loaded on a late 2008 MACBOOK Pro and would like to get wireless working. I've attempted to download the broadcom driver and create a driver module with no luck.

Using these instructions....

[url]

When I make the WLAN driver, I get this:

View 2 Replies View Related

Debian :: Create ISO From Current Filesystem?

Jun 20, 2010

I currently have a server setup in a perfect way for my specific network. Is there a way that I can mirror the server EXACTLY to a CD that will install all my configurations and the like upon CD boot?

View 5 Replies View Related

General :: Detect Filesystem Type (can't Mount Filesystem Image .img)

Mar 11, 2011

I am trying to mount a file image, like this

mount -o loop /tmp/apps.img /media/apps

But I get the following:

mount: you must specify the filesystem type

I try ext3:

mount -o loop /tmp/apps.img /media/apps -t ext3

dmesg says:

error: can't find ext3 filesystem on dev loop6.

I've also tried ext2, vfat etc. How can I detect the filesystem type of apps.img?

View 2 Replies View Related

OpenSUSE :: Gparted Is Unable To Create Anything More Than An Hfs Filesystem

Sep 12, 2009

I'm running a modified version of OpenSUSE 11.1 from the susestudio builder. I've run across a weird issue whereby gparted is unable to create anything more than an hfs filesystem.

It seems that the package libparted simply doesn't exist in any of the repositories I'm using. I am figuring this would affect what gparted is able to do, although I'm unsure since the program itself runs fine.

View 5 Replies View Related

Ubuntu :: 9.10 - Failed To Create Filesystem Partition

Mar 13, 2010

I am installing Ubuntu 9.10 on my computer and I get the following error:
"the ext4 file system creation partition #2 of Serial ATA RAID nvidia_bjfefgci () failed"
I followed the following instructions to prepare partitions [URL] and allocated 10,000 MB for swap, 245,000 MB for the one with / mount point and 245,000 MB for the one with /home mount point. I have two 250GB HDDs.

View 14 Replies View Related

General :: External Drive Read Only - WARNING! Running E2fsck On A Mounted Filesystem May Cause SEVERE Filesystem Damage

Mar 24, 2010

I've had a look at some similar threads but as I'm very new to linux they're already a bit technical for me. Sorry, this calls for someone with patience. I gather from other threads that disconnecting an external drive without unmounting is a no-no, and this seems to be the likely cause. Now the disk is read only and I'm unable to change any settings through the usual control panel on ubuntu. I'm just not familiar with the terminal instructions. I tried to cut and past a few command lines from other threads but I got some warnings that proceding could damage data. Like this one: WARNING! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage.

View 5 Replies View Related

Software :: Create A Bootable Image From Debootstrapped Filesystem?

Feb 3, 2010

I debootstrapped lenny to by machine. I compiled the latest kernel etc and setup all the necessary programs by chrooting. I want to now boot a PC using newly debootstrapped system. How do I do it?

View 1 Replies View Related

Ubuntu :: Ext4 Filesystem Driver For Windows?

Aug 20, 2010

Is there an Ext4 filesystem driver for windows?

View 9 Replies View Related

Debian Configuration :: Create An Encrypted File And Later Mount It As A Filesystem?

Aug 24, 2010

I am trying to create an encrypted file and later mount it as a filesystem.

KEY=`tr -cd [:graph:] < /dev/urandom | head -c 79`
echo $KEY | openssl aes-256-cbc > container.key
dd if=/dev/urandom of=~/container.img bs=1G count=10
losetup /dev/loop0 ~/container.img

[code]....

The luksOpen command asks me for my passphrase, but always rejects it. I have retried this several times and written down the passphrase - and even tried with a very simple one just to check. And I never can make it work.

View 2 Replies View Related

Fedora Installation :: Unable To Create Filesystem On FC11 Upgrade

Jul 6, 2009

I cannot seem to get past the "creating File System.." window on a laptop upgrade

Setup: Thinkpad T23 (dual boot) upgrade from fc10 using DVD iso.checked with checksum and burnt by K3b.

History/actions taken:

Burnt iso to DVD and install/upgrade froze "creating File System " froze after approximately 10 minutes.
(completely froze and had to use the power button!)

Checked disk OK on laptop, tried again, same fault.

Bought another DVD.(different die) and tried again, same fault.

Tried another laptop HD, (full install not dual boot) , same fault.

Removed partitions with fdisk, but still no luck.

Tried disk on a spare HD on my PC and it works, I get into the window allowing software selection!

Tried a "Linux Format" fc 10 disk and that works, also tried a PCLinux LXF disk which also worked.

The laptop does not report any problems at bootup and I do not not what else to try

View 11 Replies View Related

Software :: Kernel Panic When Trying To Create Filesystem On SATA Drive?

Jan 7, 2010

I'm trying to install Linux on a system.

Seagate Barracuda 160.0G SATA drives x 2
Asus P5K-E WiFi motherboard
Intel ICH9R chipset
JMicron JMB363 PATA / SATA RAID controller

I've tried to install both Debian 5.0.3 and Gentoo 10.1 (Minimal).The Gentoo distro kernel is 2.6.31. I honestly didn't check to see what version the Debian distro is using. With both distributions, I get a kernel panic as soon as I try to create the filesystem. I can see the drives just fine, and can partition them. The problem doesn't happen until I try to create a filesystem. I've tried configuring my SATA drives in the BIOS as IDE and as RAID. kernel support for SATA drives is at least three years old, so I have to believe that SATA support has become ubiquitous, but obviously I'm missing something here.

View 4 Replies View Related

General :: Simple Script To Convert Datetime Format To UTC Format?

Oct 9, 2009

just wondering is there a simple script to convert datetime to UTC format. I have been searching different forums but most answers are for converting UTC to datetime. For example what is a simple command/script to convert todays datetime to UTC format i.e. '2009-10-09 11:47:59'.

View 10 Replies View Related

Debian :: Unable To Create A New Partition Table And Format?

Apr 6, 2010

I have an unallocated space at the end of my hdd, which is about 10 gb. I installed Pardus on that space, but then deleted the partition to install something else (I know I did not have to delete it, I could simply install the new thing over it), i dont remember exactly how, but it was from my Debian System, not from a LiveCD.Now, I am unable to use that space. GParted gives an error and says:Warning: the kernel failed to re-read the partition tableon /dev/sda (Device or resource nusy). As a result, it may not reflect all of your changes until after reboot.

View 4 Replies View Related

Programming :: String Format - Create A Text File ?

Feb 3, 2010

I am using C. I have a fuction that returns a string

Code:

I need to format this string so that I can create a text file like so:

So I'm trying:

Code:

But I get errors like:

View 2 Replies View Related

General :: Format A USB Hard Drive To Vfat Format But Can't?

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

Ubuntu :: Windows Asking To Format After Fs Driver Installation?

Dec 12, 2010

I just installed the driver from fs-driver.org to allow my Windows XP partition to read/write my linux mint partition. It seemingly worked as advertised, I labeled the linux partition as L and pressed finished. When I went into Windows Explorer and clicked on the L drive, though, a dialog box came up asking if I wanted to format the drive.

View 7 Replies View Related

Debian Configuration :: How To Create Script To Format Hard Drive

Sep 10, 2010

I am new to debian and recently I have been working with a debian server. I have been asked to find out how to create a script that you can run or can be run by another program to format and mount a new hard disk?

View 3 Replies View Related

Fedora Servers :: Mysql Driver For Bind In RPM Format?

May 14, 2011

anyone come across a mysql driver for Bind that is already in RPM format? I know there is one that you can compile, but i was just curious if anyone knew of a MAINTAINED package that does that same thing?

==Edit== While i'm at it, does anyone know of a way to have bind call a STORED PROCEDURE, instead of directly querying a table? That'd be sweet. --Or, even having bind query a php file, or a webhost, would be good... I'm going to google that one now....

==Edit== Screw the mysql driver: [URL]

how to use php to serve dns requests...

View 1 Replies View Related

General :: Change One Time Format To Other Format?

Jun 21, 2010

the time format i have used is %m:%d:%Y:%H:%M:%S eg- 06:21:10:13:29:18 and i want to convert it to 2010-06-21 13:29:18..

View 4 Replies View Related

Red Hat / Fedora :: Filesystem Check After Power Outage - WARNING: "Running E2fsck On A Mounted Filesystem May Cause SEVERE Filesystem Damage"

May 18, 2011

I am very new to linux, and I have a question regarding the filesystem check (fsck). The power recently went out and when I tried to restart linux the following error appears:

*/dev/sda1 contains file system w/errors, check forced it then goes on to say..

*An error occured during the file system check. Dropping you to a shell; the system will reboot when you leave the shell. Give root password for maintenance (or type Control-D to continue) I wasn't sure what to do, but checked some other online forums and they suggested running fsck manually - so I typed in the root password - and used the command, "fsck -A -V ; echo == $? ==" it then gave the following message

*WARNING!!! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage
*Would you like to continue (y/n)

Again, I wasn't sure what to do so i just checked no. I then manually turned off the computer and was prompted at the beginning to press Alt-3. I was brought to another screen and it informed me one of the drives was degraded and suggested rebuilding the array. I tried doing this, but it still brings me back to the original error of, "/dev/sda1 contains file system w/errors, check forced," and the process continues.

Also, when I tried to rebuild the array, I didn't backup any of the data on our home directory before doing this (which was probably a big mistake). After being prompted to type the root password, I was able to give the ls command and look at all the directories...the home directory where our data was stored was empty and I am afraid I may have lost some information. Is there a possibility that data was lost when I was trying to rebuild using the old drives?

View 2 Replies View Related

Ubuntu :: Cannot Change The Permission Into 'Create And Delete' While Its Saying "Read Only Filesystem"

Apr 5, 2010

I have a near 200 GB partition. Fat 32.I was copying some files into that and suddenly my computer shut down due to overheating .. am having this problem for some days ..Anyway .. After I restarted it I found I am not being able to any thing except copying for the drive .. Otherwise I dont have permission.I cannot even change the permission into 'Create and Delete' while its saying "Read only filesystem" ..When I restart the comp, everything seems okay .. but after a few seconds the problem arise .. it become inaccessible .. I simply cannot even creat a folder ..

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved