10-23-2005
ohh thanks. Ill see if it works and get back to ya when i can. Thanks. ^^"
9 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hi
I need to access files from a specific folder of a Linux system from an another Linux System Remotely.
I know how to, Export a folder on One SCO System & can access the same by using Import via., NFS in the Sco Unix SVR4 System using the scoadmin utility.
Also, I know to use mount -t ... (2 Replies)
Discussion started by: S.Vishwanath
2 Replies
2. UNIX for Dummies Questions & Answers
Hi friends,
In my case, there are serveral PCs running Linux in a LAN.
I would like to to mount the directory /A_river of machine-A to the file system of another machine machine-B so that I can access files in that directory.
I do not know how to do this. The situation is complicated by... (2 Replies)
Discussion started by: cy163
2 Replies
3. Shell Programming and Scripting
Hi,
I need to mount a new partition in a series of Pc that have a single hard drive of 20 GB; the used and partioned space amounts to 10 GB, between root, boot and swap; the script is to make the mounting process automatic
These are the contents of my script:
... (1 Reply)
Discussion started by: HernandJ2
1 Replies
4. Linux
Hello,
I'm writing a linux driver that reading the data of a page frame of an process. But when I use it, it make immediately freeze the system. Can you help me? Thank for reading my question!
system: Ubuntu 9.04, kernel 2.6.28.15, Intel Duo
static int read_addr(int pid, unsigned long... (2 Replies)
Discussion started by: hahai
2 Replies
5. UNIX for Advanced & Expert Users
Hi,
In order to have a sand box machine that I could use to test some system changes before going to production state, I'd like to duplicate a working system to a virtual one. Ideally, I'd like to manage to do it this way :
- Make a full system backup excluding the user file system (this... (7 Replies)
Discussion started by: pagaille
7 Replies
6. HP-UX
Hi all
I wonder if its possible to mount on a hp-ux server a file system that was previously mounted on a solaris 10 server. The LUN is on NetApp stoarge.
The problem on hp-ux I cannot do pvcreate on the lun (disk) because contains data.
Any help will be appreciated
FR (2 Replies)
Discussion started by: fretagi
2 Replies
7. Linux
For my backup , I mount and external hard disk to /mnt/mybackup and then I do an rsync to /mnt/mybackup
If for some reason the rsync fails, I want to prevent it from writing data on the server hard disk itself since the external hard disk will no longer be mounted on it.
I want /mnt/mybackup... (8 Replies)
Discussion started by: coolatt
8 Replies
8. AIX
Hello,
I'm able to mount NFSv3 shares permanently (/etc/filesystems) via smitty nfs.
/>lsfs -a
Name Nodename Mount Pt VFS Size Options Auto Accounting
/dev/hd4 -- / jfs2 2097152 -- yes no
/dev/hd1 -- ... (5 Replies)
Discussion started by: System Admin 77
5 Replies
9. Programming
I have downloaded and installed a library called htslib for specific bioinformatic use but not for the system (I'm using Ubuntu 18.04). Only parts of the library is needed for my exercise to parse data in a type called VCF format (basically tab-delimited file but contains many information in... (14 Replies)
Discussion started by: yifangt
14 Replies
LEARN ABOUT FREEBSD
fsck_msdosfs
FSCK_MSDOSFS(8) BSD System Manager's Manual FSCK_MSDOSFS(8)
NAME
fsck_msdosfs -- DOS/Windows (FAT) file system consistency checker
SYNOPSIS
fsck_msdosfs -p [-Cf] filesystem ...
fsck_msdosfs [-Cny] filesystem ...
DESCRIPTION
The fsck_msdosfs utility verifies and repairs FAT file systems (more commonly known as DOS file systems).
The first form of fsck_msdosfs preens the specified file systems. It is normally started by fsck(8) run from /etc/rc during automatic
reboot, when a FAT file system is detected. When preening file systems, fsck_msdosfs will fix common inconsistencies non-interactively. If
more serious problems are found, fsck_msdosfs does not try to fix them, indicates that it was not successful, and exits.
The second form of fsck_msdosfs checks the specified file systems and tries to repair all detected inconsistencies, requesting confirmation
before making any changes.
The options are as follows:
-C Compatibility with the corresponding fsck(8) option (skip check if clean), defined to no-op.
-F Compatibility with the wrapper fsck(8) which seeks to determine whether the file system needs to be cleaned immediately in fore-
ground, or if its cleaning can be deferred to background. FAT (MS-DOS) file systems must always be cleaned in the foreground. A
non-zero exit code is always returned for this option.
-f Force fsck_msdosfs to check ``clean'' file systems when preening.
-n Causes fsck_msdosfs to assume ``no'' as the answer to all operator questions, except ``CONTINUE?''.
-p Preen the specified file systems.
-y Causes fsck_msdosfs to assume ``yes'' as the answer to all operator questions.
SEE ALSO
fsck(8), fsck_ffs(8), mount_msdosfs(8)
HISTORY
The fsck_msdosfs utility first appeared in FreeBSD 4.4.
BUGS
The fsck_msdosfs utility is currently under development.
BSD
June 4, 2009 BSD