9 More Discussions You Might Find Interesting
1. SCO
Sorry I posted it in wrong forum first.
OK, I'm new to Unix (but an IT since DOS 6.2 era) Long story short I'm trying to help a friend who has failing Unix system which is perhaps 16 years old with SCO Openserver 3.4v4.2 with DDS90 Tape where they backup their data. I've setup a Dell Precision... (9 Replies)
Discussion started by: shunail
9 Replies
2. Linux
Dear Experts,
My buissness requierment is to place some automated files in Windows server, Now Can you help me to map the Windows folder into Linux server.
Windows Details:-windows 2003
Linux Details:-
$ uname -a
Linux testdb.mawarid.local 2.6.9-55.ELsmp #1 SMP Fri Apr 20 16:36:54 EDT 2007... (3 Replies)
Discussion started by: Mohammed Fareed
3 Replies
3. Solaris
hi, first of all, i would really like to know how to find out where my usb is in the system. if i "cd to /dev/usb i have a hub0 to hub4 and hid0 -- hid5 .. how do i know where my usb is?
and i guess once i find out which one my usb is at, i can do something like "mount /dev/usb/xxx /tmp" ... (5 Replies)
Discussion started by: k2k
5 Replies
4. Linux
Can any one suggest me how to mount the cd drive from unix?
I have installed Ubuntu8.0 on my laptop.
Your response is appreciated. (1 Reply)
Discussion started by: siba.s.nayak
1 Replies
5. SCO
Can anybody help me out to mount USB flash /floppy drive in sco openserver 6.0 . (5 Replies)
Discussion started by: sureshdrajan
5 Replies
6. Solaris
Hi All,
I'm a relative rookie when it comes to the world of Unix and Windows networking, and hoping you can help me out! My predicament:
I have a Windows machine running VMWare with an instance of Solaris 10.
I have a Windows XP Pro "server" with a large hard drive that I need Solaris to... (7 Replies)
Discussion started by: spiffy05
7 Replies
7. Filesystems, Disks and Memory
I have an old amiga IDE drive that I wish to read. Its formated in FFS and I understand I can mount this under linux as an AFS filesystem.
The drive is already installed in the PC. Can anyone explain in newbie terms the steps t mounting and reading this drive?
Thanks (1 Reply)
Discussion started by: SocketSlave
1 Replies
8. UNIX for Dummies Questions & Answers
Hello, people. I am pretty new to linux, but I heard it was supposed to be good. So I installed it on an ancient 33mhz 486 with 27mbs of RAM. Ran into problems, patched them, and am here now.
I am trying to figure out how to use my floppy and CD-ROM drives. I click their respective icons on the... (2 Replies)
Discussion started by: Furtoes00
2 Replies
9. UNIX for Advanced & Expert Users
Trying to mount a drive which has been dropped after corruption.
What is the quickets and esiest command to run and which switches? cheers
olly (1 Reply)
Discussion started by: ollyparkhouse
1 Replies
SWITCH_ROOT(8) System Administration SWITCH_ROOT(8)
NAME
switch_root - switch to another filesystem as the root of the mount tree
SYNOPSIS
switch_root [-hV]
switch_root newroot init [arg...]
DESCRIPTION
switch_root moves already mounted /proc, /dev, /sys and /run to newroot and makes newroot the new root filesystem and starts init process.
WARNING: switch_root removes recursively all files and directories on the current root filesystem.
OPTIONS
-h, --help
Display help text and exit.
-V, --version
Display version information and exit.
RETURN VALUE
switch_root returns 0 on success and 1 on failure.
NOTES
switch_root will fail to function if newroot is not the root of a mount. If you want to switch root into a directory that does not meet
this requirement then you can first use a bind-mounting trick to turn any directory into a mount point:
mount --bind $DIR $DIR
SEE ALSO
chroot(2), init(8), mkinitrd(8), mount(8)
AUTHORS
Peter Jones <pjones@redhat.com>
Jeremy Katz <katzj@redhat.com>
Karel Zak <kzak@redhat.com>
AVAILABILITY
The switch_root command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/.
util-linux June 2009 SWITCH_ROOT(8)