![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mount USB stick... | Dax01 | Filesystems, Disks and Memory | 2 | 08-07-2009 11:07 AM |
| Detecting usb stick in freebsd | figaro | BSD | 6 | 05-22-2009 06:10 AM |
| Aix usb stick | BEVAN | UNIX for Dummies Questions & Answers | 2 | 08-21-2008 06:21 AM |
| crontab does not stick | lulle | SUN Solaris | 4 | 02-21-2008 01:13 AM |
| Stick with Solaris 10 or try something else? | Filth Pig | UNIX for Dummies Questions & Answers | 5 | 08-23-2005 02:51 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Mounting a USB stick in FreeBSD
When mounting a USB stick or pen drive on a FreeBSD machine I always issue the following command:
Code:
mount -t msdosfs /dev/da0s1 /mnt |
|
|||||
|
microsoft dos fs
- msdosfs is the type of the filesystem ;
- ms = microsoft - dos = disk operating system - fs = filesystem - and the "-t" flag is necessary for the o.s. to know how to interpret the control data on the beginning of the disk ; good luck, and success ! alexandre botao Alexandre V. R. Botao | Unix, C/C++, Shell, LDAP, SSL/TLS, SSH, Perl, Java, Python, Security, ... |
|
||||
|
@botao: I understand the acronym behind msdosfs and the fact that "-t" is required as an option for its suffix; my question was rather what the background is of this option, since it should be immaterial what operating system is used to transfer files between. Moreover, I regularly need to dos2unix files coming from USB sticks from Windows machines anyway, so the option seems so superfluous.
|
|
|||||
|
Quote:
Windows cannot mount or read Unix filesystems unless it has had a utility installed to enable it to do so, so a USB stick to be used to transfer files between Windows and Unix is best formatted with a NTFS, FAT32 or DOS filesystem which both Linux and Windows can mount and read. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|