The Daily Static
  The Daily Static
UF Archives
Register
UF Membership
Ad Free Site
Postcards
Community

Geekfinder
UFie Gear
Advertise on UF

Forum Rules
& FAQ


Username

Password


Create a New Account

 
 

Back to UserFriendly Strip Comments Index

Question about moving DOS-based files by NOLAWitch2005-01-27 16:17:19
  This will take a while but... by Glytch782005-01-27 16:20:45
    Did the first two: moved HD to windows box by NOLAWitch2005-01-27 16:26:31
      You're trying to mount "/dev/hdb", right? by Tars_Tarkas 2005-01-27 16:45:41
That's not right, though. "/dev/hdb" is the complete disk. That most likely won't work. Try mounting "/dev/hdb1", as in the first partition on /dev/hdb. Like this:

#> mount /dev/hdb1 /tmp


if it complains about not knowing which filesystem it is (it might find out automagically), then try

#> mount -t vfat /dev/hdb1 /tmp

or

#> mount -t msdos /dev/hdb1 /tmp

Harddisks are different from some usb-sticks formated under windows and almost all cd/dvd's, in that a hard disk wants a partition, even if it's only one.

(notice how everything on a harddisk appearing in the
#> mount
output has a number after the devicename...)
-><-
Cardinal Tars Tarkas, KSC.
[ Reply ]

 

[Todays Cartoon Discussion] [News Index]

Come get yer ARS (Account Registration System) Source Code here!
All images, characters, content and text are copyrighted and trademarks of J.D. Frazer except where other ownership applies. Don't do bad things, we have lawyers.
UserFriendly.Org and its operators are not liable for comments or content posted by its visitors, and will cheerfully assist the lawful authorities in hunting down script-kiddies, spammers and other net scum. And if you're really bad, we'll call your mom. (We're not kidding, we've done it before.)