Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Mount
Name: Anand Date: September 25, 2002 at 10:58:36 Pacific OS: RH 7.3 CPU/Ram: 512
Comment:
Hi, I am new to Linux.Just a few days old. I have noticed that in Linux a mount command succeeds only if one parameter is a block or a character special file. Whereas in HP and Sun, I can even issue a mount command when both the parameters are just plain directories.
Name: Richard Date: September 25, 2002 at 11:49:55 Pacific
Reply:
That isn't totally true.
For example
mount --bind /var/tmp /tmp will mean that /var/tmp and /tmp are the same place. (This is hard to explain, but it should make sense). This is useful if you run out of space somewhere on your disk, and you can't/don't want to use symlinks.
Summary: Hi folks, Have a newly partitioned HD with following config; root@ttyp0[knoppix]# fdisk -l Disk /dev/hda: 40.0 GB, 40020664320 bytes 255 heads, 63 sectors/track, 4865 cylinders Units = cylinders of 16...
Summary: Hi. I want to mount my Win drive to Linux so that i can d/l in Win Me and able to access the file in Redhat. So what is the step by step to perform the task My hda - Win hda0 Linux hda3 Pleas...