Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to make a FreeBSD hdd writable from WinXP? Post 302282926 by pludi on Monday 2nd of February 2009 07:16:48 AM
Old 02-02-2009
While I agree that booting a Linux Live-CD or the FreeBSD install CD to get into a "rescue mode", Cygwin won't help here. It only provides a Unix-like environment on top of Windows, but it won't help with any filesystem problems as it usually doesn't come with any kind of drivers.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix and WinXP

hOWDY-hO.... who can help me??! how can i connect my pc with WInXP pro with my old HP-Unix workstation?!? :confused: my ps's got a BNC/rj45 network card but i'm using this card for my adsl connection... (i want to use it for my unix connection too...) thx (1 Reply)
Discussion started by: Blasto
1 Replies

2. UNIX for Dummies Questions & Answers

domain logon problem - FreeBSD PDC w/ win2k pro and winxp pro

this is the seventh problem i'm having with samba. for some reason, i cannot logon to the domain. i've created user accounts... and i was able to establish a connection between the samba server (my PDC) and my workstations by logging in as "root." however now when i try to logon it gives... (5 Replies)
Discussion started by: xyyz
5 Replies

3. UNIX for Dummies Questions & Answers

Make a copy of a unix HDD

i have this HDD with SCO 5.0.6 and i'm getting this errors WARNING: wd0: Error on fixed disk dev 1/42, block=4829, cmd=0x000000C8 Sun Mar 11 05:50:08 2007 status=0x00000040, LBA sector=1285723, cylinder/head=5022/0 WARNING: wd0: Error... (0 Replies)
Discussion started by: josramon
0 Replies

4. AIX

make a recovery CD/DVD - system has no writable devices

Hi, Has anyone please got some advise as to how I can make a CD/DVD on an AIX 5.3 system so that it can be fully recoverd just by inserting the backed up system. The system that I need to recover has no writable devices, not even a tape drive (it wasn't specified by me btw). I am trying to... (0 Replies)
Discussion started by: stevek007
0 Replies

5. UNIX for Advanced & Expert Users

writable protected file

Greetings I am trying to create a solution that will log information into a file. That is the easy part. What I am trying to do is have a front end script that ill ask a user what their reasoning is for logging in and log that reason into a file. The hard part I am finding is that I need that... (10 Replies)
Discussion started by: Smoker
10 Replies

6. UNIX for Dummies Questions & Answers

Old HDD copy to new HDD ? im lost...

Over the last few months the HDD spins louder and louder, so I fiqured its time to replace the HDD. Its been running 24/7/365 since 98 :eek:. yes i said since 98 :D I have an IBM system 43P Model 240. 233 MHz. running AIX Version 4. The current HDD is an IBM DGHS COMP IEC -950 FRU PN#... (5 Replies)
Discussion started by: Chevy89rocks
5 Replies

7. UNIX for Dummies Questions & Answers

Remote Unix printing to my WinXP works with no router. How can I make it work through my router?

I set up remote printing on a clients Unix server to my Windows XP USB printer. My USB printer is connected directly to my PC (no print server and no network input on printer). With my Win XP PC connected to my cable modem (without the router), i can do lp -dhp842c /etc/hosts and it prints. I... (7 Replies)
Discussion started by: jmhohne
7 Replies

8. Solaris

/dev/null not writable

Hi, after a server (solaris 10) got rebooted, Im faced with the problem that in one of my zones (whole zone) /dev/null is only writeable for root crw-r--r-- 1 root sys 13, 2 Jul 8 10:16 /dev/null Unfortunatly chmod didnt help at this point and since its a productive system I dont... (11 Replies)
Discussion started by: bin-doph
11 Replies

9. Red Hat

To make an ftp server writable

I want to implement an FTP server on RHEL 5.8 system where the users can upload files either from RHEL or Windows systems but am not able to copy files to it from a browser session. For eg. URL - ftp://10.101.17.80/incoming I want to copy files from to it from my Windows... (3 Replies)
Discussion started by: RHCE
3 Replies

10. AIX

IBM AIX Internal HDD vs SAN HDD and Oracle

Hi Folks, I am facing an issue with the performance. P4 with 1 processor and 16 GB RAM and SAN HDD = Oracle report takes 25 minutes P5 with 2 processors and 16 GB RAM internall HDD with LPAR = Oracle Report takes 1 hour 15 minutes ( please note I have assigned all the max processors and... (7 Replies)
Discussion started by: filosophizer
7 Replies
VERSION.4TH(8)						    BSD System Manager's Manual 					    VERSION.4TH(8)

NAME
version.4th -- FreeBSD version string boot module DESCRIPTION
The file that goes by the name of version.4th is a set of commands designed to draw the boot loader version at the bottom-right of the screen. The commands of version.4th by themselves are not enough for most uses. Please refer to the examples below for the most common sit- uations, and to loader(8) for additional commands. Before using any of the commands provided in version.4th, it must be included through the command: include version.4th This line is present in the default /boot/menu.rc file, so it is not needed (and should not be re-issued) in a normal setup. The commands provided by it are: print_version Prints the contents of the loader_version environment variable right-justified at the column loader_version_x and row loader_version_y. The environment variables that effect its behavior are: loader_version Set automatically by loader(8), but you can override it by setting in loader.conf(5). This should be the version of boot loader used. loader_version_x Sets the desired ending column position of loader_version. Default is 80. loader_version_y Sets the desired ending row position of loader_version. Default is 24. loader_color If set to ``NO'' (case-insensitive) or ``0'', causes the version to be printed without color (default is ANSI Cyan). FILES
/boot/loader The loader(8). /boot/version.4th version.4th itself. /boot/loader.rc loader(8) bootstrapping script. EXAMPLES
Override loader(8) version in loader.conf(5): loader_version="loader 1.1" SEE ALSO
loader.conf(5), color.4th(8), loader(8) HISTORY
The version.4th set of commands first appeared in FreeBSD 9.0. AUTHORS
The version.4th set of commands was written by Devin Teske <dteske@FreeBSD.org>. BSD
August 6, 2013 BSD
All times are GMT -4. The time now is 08:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy