![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mounting USB floppy drive /Flash drive in OSR 6.0 | sureshdrajan | SCO | 5 | 02-29-2008 09:36 AM |
| mounting 1TB hard disk with Solaris10 X86 | mndavies | SUN Solaris | 2 | 11-09-2007 11:12 AM |
| The best partitioning schem for a 250GB Sata hard drive & a 75GB SCSI hard drive | sirbijan | Filesystems, Disks and Memory | 0 | 04-05-2006 11:19 AM |
| Trying to copy old hard drive to new hard drive. | shorty | UNIX for Dummies Questions & Answers | 4 | 01-30-2006 02:47 PM |
| External Lacie USB hard disks | electrode101 | Filesystems, Disks and Memory | 4 | 04-04-2002 01:02 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have two unix workstations. One crashed
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
yes, it's very correct. you might want to use "auto" rather than "msdos", though. if you want to use a shorter syntax such as:
mount /mnt/my_blah you first need to add an entry to the /etc/fstab. roughly, it'll be a line like this: Code:
/dev/blah /mnt/my_blah auto defaults,users 0 0 |
||||
| Google The UNIX and Linux Forums |