Unix Raw file system


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Unix Raw file system
# 8  
Old 08-06-2007
Hello preethi,

this is my understanding on your question:
you need a device on which a filesystem should be created but the device should not be a mounted device.

to achieve this, you should be creating a partition using LVM or FDisk , CFDisk etc tools and format the partition using the mkfs tool with what ever file system you require.
leave this partition without mounting!!

note: creating a partition may demand for a reboot of the system in OLD versions of Linux/Unix.

-ilan
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

UNIX file system to Linux file system migration

We would be migrating UNIX file system to Linux file system. We do have many directory and sub directories with files. after migrating unix to linux file system , i want to make sure all the files has been copied ? What would be the best approach to validate directory ,sub-directory and file... (1 Reply)
Discussion started by: balajikalai
1 Replies

2. UNIX for Advanced & Expert Users

UNIX FILE SYSTEM

Dear All, We are using COMPAQ DS -10 machines with UNIX 4.0F System is behaving abnormal some directories shows full and they should not be . here is df -k output of a machines file system----1024 block-----used--available--capacity--mounted on /dev/rz17h-----8680793----- 1 --- ... (1 Reply)
Discussion started by: akash.jahangir
1 Replies

3. Fedora

Raw File System

Hi! This is my first post!!! I'm sorry if i will have mistakes in english... feel free to correct me :) -------------------------------------------------------------------- I have a SanDisk Flash Drive 16GB. He is in RAW file system. The files in the drive doesnt importent and i just want... (0 Replies)
Discussion started by: efid845
0 Replies

4. UNIX for Dummies Questions & Answers

How can I check if I have raw filesystem on unix/linux

Hello again. Please can someone tell me how can i check if my filesystem is raw on unix/linux ? Is there some file to check or something like that to be sure ? also , when i do : $ ls -l /dev/rdisk i get among other things , this also(there resides are oracle related files) : ... (2 Replies)
Discussion started by: tonijel
2 Replies

5. Programming

compare XML/flat file with UNIX file system structure

Before i start doing something, I wanted to know whether the approach to compare XML file with UNIX file system structure. I have a pre-configured file(contains a list of paths to executables) and i need to check against the UNIX directory structure. what are the various approches should i use ? I... (6 Replies)
Discussion started by: shafi2all
6 Replies

6. Filesystems, Disks and Memory

RAW File System

Hi Guys, I'm a windows user.......... I got a hard drive that windows recognize as a RAS FS ....and I don't know what is RAW file system ... can you help me guys ??? is there any way that I can access the data written on this drive from windows 2000 operations system ??? Thanks & Best... (1 Reply)
Discussion started by: night1901
1 Replies

7. UNIX for Dummies Questions & Answers

How do I send a file as an attachment (gzip file) on a Unix system

Hi, How do I send a file as an attachment (gzip file) on a Unix system ? Using sendmail. Please help me. :confused: (3 Replies)
Discussion started by: lacca
3 Replies
Login or Register to Ask a Question
SPEEXENC(1)							   User Commands						       SPEEXENC(1)

NAME
speexenc - The reference implementation speex encoder. SYNOPSIS
speexenc [options] input_file output_file DESCRIPTION
Encodes input_file using Speex. It can read the WAV or raw files. input_file can be: filename.wav wav file filename.* Raw PCM file (any extension other than .wav) - stdin output_file can be: filename.spx Speex file - stdout OPTIONS
-n, --narrowband Narrowband (8 kHz) input file -w, --wideband Wideband (16 kHz) input file -u, --ultra-wideband "Ultra-wideband" (32 kHz) input file --quality n Encoding quality (0-10), default 8 --bitrate n Encoding bit-rate (use bit-rate n or lower) --vbr Enable variable bit-rate (VBR) --abr rate Enable average bit-rate (ABR) at rate bps --vad Enable voice activity detection (VAD) --dtx Enable file-based discontinuous transmission (DTX) --comp n Set encoding complexity (0-10), default 3 --nframes n Number of frames per Ogg packet (1-10), default 1 --comment Add the given string as an extra comment. This may be used multiple times --author Author of this track --title Title for this track -h, --help This help -v, --version Version information -V Verbose mode (show bit-rate) Raw input options: --rate n Sampling rate for raw input --stereo Consider raw input as stereo --le Raw input is little-endian --be Raw input is big-endian --8bit Raw input is 8-bit unsigned --16bit Raw input is 16-bit signed Default raw PCM input is 16-bit, little-endian, mono More information is available from the Speex site: http://www.speex.org Please report bugs to the mailing list `speex-dev@xiph.org'. COPYRIGHT
Copyright (C) 2002 Jean-Marc Valin speexenc version 1.1 September 2003 SPEEXENC(1)